Developers
Bremda API
HTTP API for programmatic access to workspaces — stable paths and versioning rules ship alongside GA.
Base URL & versions
Production hosts live at https://api.bremda.com/v0 during beta — breaking changes bump the major segment with sixty-day notice where feasible.
Every response includes X-Bremda-Request-Id for support correlation.
Authentication
Send Authorization: Bearer <workspace_token>. Tokens are scoped to create, read, update, or delete specific resources.
Rotate keys from workspace settings; stale tokens stop working immediately.
Rate limits
Soft limits apply per workspace and IP — burst allowances keep assistants responsive while blocking abusive loops.
429 responses include Retry-After — respect exponential backoff in integrations.