REST API Reference
The hybriDB REST API is fully documented via an interactive OpenAPI explorer.
Interactive API Explorer
→ hybridb.stellrai.com/docs/static/index.html
The explorer is generated directly from the live API code — it is always up to date. Use it to:
- Browse all endpoints with request/response schemas
- Try requests against the live API (paste your API key into the Authorize button)
- Download the raw OpenAPI spec
OpenAPI spec (JSON)
GET https://hybridb.stellrai.com/docs/jsonImport into Postman, Insomnia, or any OpenAPI-compatible tool.
Base URL
https://hybridb.stellrai.comAuthentication
All endpoints require:
Authorization: Bearer sk-hdb-<your-api-key>Endpoint groups
| Group | Base path | Explorer link |
|---|---|---|
| Auth | /api/v1/auth | → |
| Decisions | /api/v1/decisions | → |
| Pipelines | /api/v1/pipelines | → |
| Reversibility | /api/v1/executions | → |
| Policies | /api/v1/policies | → |
| Audit | /api/v1/audit | → |
Calling the API without the SDK
If you're using a language without an SDK yet, see the Python and Go integration guides for REST client examples.