Import guide
Use RouterBase collections in your API client
These collections help developers test /models and /chat/completions
against RouterBase before wiring the same request into an app.
| Tool | Repository path | Recommended first request |
|---|---|---|
| OpenAPI | openapi/routerbase.openapi.json |
GET /models |
| Postman | postman/routerbase.postman_collection.json |
GET /models |
| Bruno | bruno/RouterBase |
POST /chat/completions |
| Insomnia | insomnia/routerbase.insomnia.json |
POST /chat/completions |
Environment variables
ROUTERBASE_BASE_URL=https://routerbase.com/v1
ROUTERBASE_API_KEY=your-secret-key
After the smoke test, move the same request shape into the examples in RouterBase examples or the RouterBase Cookbook.