Quickstart
From zero to first response.
Create an API key
Sign up for an account. From the dashboard, navigate to API Keys and create a new key. You will see the full key once — copy it to your environment.
Set your base URL
Replace the OpenAI base URL with the endpoint in your client configuration. No other request shape changes are required.
Send your first request
Make a chat completion call with the model ID anzoth-default. The API returns an OpenAI-compatible response object you can process immediately.
Compatible clients
Works with your existing SDK.
is OpenAI-compatible. Change one line in your configuration and your existing client code works without modification.
Topics
Everything you need to build.
Getting started
Quickstart
Create your API key, point your client at the endpoint, and send your first chat completion in under five minutes.
Reference
API reference
Full reference for chat completions, models, usage, and errors. OpenAI-compatible request and response shapes.
Authentication
API keys
Every request is authenticated with a customer-scoped API key. Keys can be scoped, rate-limited, and revoked from your dashboard.
RAG
Knowledge bases
Upload documents, ingest them into a knowledge base, and connect them to your model. Hybrid dense+sparse retrieval, per-customer isolation.
Routing
Request routing
Requests pass through the gateway — authentication, model routing, RAG injection, tool orchestration, and usage recording happen before the model call.
Security
Governance
All traffic runs through -controlled infrastructure. Keys are hashed at rest, usage is logged per-request, and tenant RAG data is strictly isolated.
Start building.
Create an account to get your API key and start calling the API.
