Developers

API Reference — coming soon

The interactive API explorer will land here once the public surface (chat completions, prompts, usage, budgets, audit) stabilizes. In the meantime, the Quickstart and endpoint overview on the developer docs page cover what you need to integrate today.

What will live here

An interactive reference (powered by Stoplight Elements) covering the public endpoints:

AreaEndpointPurpose
ChatPOST /v1/chat/completionsRoute a request to a model
PromptsGET /v1/prompts/{name}Resolve the active prompt version
UsageGET /v1/usageQuery structured usage records
BudgetsGET /v1/budgetsInspect budget consumption
AuditGET /v1/auditRead audit events

Each entry will include request/response schemas, authentication details, examples in curl / Go / TypeScript, and a try-it-out console for sandbox calls.

Why we are not publishing the spec yet

The OpenAPI file in our backend repository currently describes the internal surface (/internal/v1/*, governance, admin). Publishing it on the marketing site would be misleading — what you can actually call as a design partner is the OpenAI-compatible chat endpoint, and the schema we publish here needs to reflect that contract, not the internal one.

Once the public surface is finalized in the upcoming Phase, we will publish a schneeai-public.yaml here and the reference will render automatically.

Get notified

Email [email protected] with “API Reference” in the subject line and we will let you know the moment it goes live. If you are already a design partner and need specific endpoint details before then, reach out via your usual channel.

For today, the developer docs and token cost calculator cover everything you need to evaluate and integrate.