Base URL
Authentication
Every request carries an API key as a bearer token:Compatibility
The chat and embedding endpoints are OpenAI-compatible. Any OpenAI client works by changing onebase_url, which is the fastest way to try the platform. The
native endpoints — Recall, scores, threads and the audit log — have no OpenAI
equivalent and are reached through the same key.
For typed access in PHP, TypeScript or Python, see the SDKs. They are
generated from this same specification.