Skip to main content
Under every SDK sits one HTTP endpoint. If you prefer to integrate directly — or want to audit exactly what your traffic looks like — this is the entire surface:
The body is OpenAI chat-completions compatible; streaming responses are standard server-sent events terminated by data: [DONE], with a final usage chunk always included. The SDKs translate between this wire format and the Bedrock Converse shapes: The full normative mapping — every field, every edge case, the SSE state machine, and the error-code table — lives in the cross-language specification (SPEC.md) that all five SDKs are tested against. The complete REST reference with request/response schemas is available as a separate document: AI Reserve Chat Completions API.

Endpoints & playground

Every public route is documented under Endpoints in the sidebar, generated from the gateway’s OpenAPI specification — each page includes an interactive playground that sends real requests to https://api.aireserve.com with your own API key (paste it into the Authorization field; get one here). The spec is exported straight from the gateway service’s route schemas: