Developers
Developer docs
Use HiveBase as the shared company-context layer for external agents, internal tools, CI jobs, and custom workflows.
Install one hosted endpoint and let AI clients discover OAuth automatically.
17 REST paths and 20 operations generated from the API schema.
Source-backed from the current API/MCP tool audit.
Start with the right interface
MCP and REST share the same platform surface. Choose based on who is calling HiveBase.
MCP for AI apps and coding agents
Use https://mcp.hivebase.ai/ when Claude, Cursor, Codex, ChatGPT, or another MCP host needs company context.
REST API for services and CI
Use https://app.hivebase.ai/api/v2 with scoped hb_sk_* keys for server-side jobs and programmatic integrations.
SDK for TypeScript apps
Use @hivebase/sdk when you want a typed client for Brain, tasks, decisions, accounts, webhooks, and more.
Webhooks for automation
Subscribe to HiveBase events and verify deliveries with HMAC signatures.
Developer reference
Install HiveBase over MCP, verify auth, read Brain context, and write back with confirmation.
OAuth 2.1 for MCP clients and scoped hb_sk_* keys for trusted backend callers.
Hosted MCP install, OAuth discovery, and client snippets for Claude, Cursor, and Codex.
Source-backed Platform API v2 reference generated from the OpenAPI snapshot.
Source-backed list of registered MCP tools, scopes, costs, and read/write flags.
Typed TypeScript client setup for server-side tools, scripts, and internal apps.
Subscribe to HiveBase events and verify HMAC-signed deliveries.
Handle missing scopes, MCP tool errors, dispatch caps, and token activity.