Authentication
API authentication — API keys, scopes, headers.
Last updated
Was this helpful?
API authentication — API keys, scopes, headers.
GET /api/v1/models
X-API-Key: ll_xxxxxxtraces:read, traces:write, replay:execute, feedback:write, feedback:read, admin, ingest.
401 missing or invalid key
403 valid key but missing scope
API keys must never appear in browser code. Stratix does not emit CORS headers, so browser-direct calls are blocked by preflight regardless. Always proxy through your own backend — see the calling Stratix from a backend guide.
Last updated
Was this helpful?
Was this helpful?