DataBraid Public API
DataBraid Public API v1 exposes one supported external endpoint: POST /api/braid/{id}.
Use a user-owned DataBraid API token in the Authorization: Bearer ... header. Provider credentials such as OpenAI, Anthropic, ElevenLabs or storage keys are never accepted as public API tokens.
Server
| Environment | URL |
|---|---|
| Production app | https://databraid.eu |
| Documentation | https://docs.databraid.eu |
Authentication
| Scheme | Location | Notes |
|---|---|---|
| Bearer token | Authorization header | Create the token in DataBraid. Store it as an application secret and rotate it when exposed. |
Internal APIs
Session editor routes such as /api/runs, run detail, browser sinks, Knowledge management and MCP management are internal. They are documented for architecture and troubleshooting only, not as stable third-party contracts.