Skip to main content
The Routeway API is fully OpenAI-compatible. Any SDK or tool that works against api.openai.com works against api.routeway.ai with only a base URL and key change.
All requests must include an Authorization: Bearer <key> header. Obtain your key from the Dashboard.

Endpoints

Inference

Account & Keys


Authentication

All endpoints (except a public status check) require a bearer token:
Keys can be scoped and rate-limited — see Authentication for details.

OpenAI Compatibility

Drop in your existing OpenAI SDK code by changing two values:
Everything else — request shapes, response objects, streaming, tool calls, structured outputs — stays identical.