Skip to main content
AgentX uses two authentication mechanisms depending on the caller.

API key: SDK and CI pipelines

SDK routes (submitting traces, running CI evaluations) use an API key passed in the x-api-key header.
Get your key from Settings → API Keys in the dashboard. Python SDK: pass it at initialization or set the environment variable:

Session: browser UI routes

Routes called by the AgentX frontend (GET /ingest/traces, tracked-agent management) use the session cookie set by the login flow. No extra header is required when calling from the browser.

Which routes use which