Skip to main content

Welcome

The Artanis REST API gives you programmatic, read-only access to the data behind your projects: the prompts your pipelines run, the knowledge documents they consult, and the traces (with spans, approved outputs, and feedback) they produce. Use it to:
  • Pull the active prompt or knowledge doc version into another system
  • Sync traces and feedback into your own analytics or evaluation tooling
  • Build dashboards on top of approved-vs-original outputs without going through the Artanis UI
Every endpoint is scoped to a single organization and project. Authentication and project resolution are handled per request — there is no session state.

Get Started

Authentication

API key headers and how requests are scoped to an organization

REST Overview

Base URL, project parameters, and error format

Prompts

Fetch active prompt versions and their history

Traces

Fetch traces with spans, approved outputs, and feedback