Developers
REST API
Plain HTTP access to the seven context-continuity operations.
Last updated 2026-07-29
The REST base is:
https://mcp.hivebase.aiExample:
curl -sS 'https://mcp.hivebase.ai/v1/context/brief?query=current%20positioning' \
-H "Authorization: Bearer $HIVEBASE_API_KEY"Writes accept an Idempotency-Key header:
curl -sS -X POST https://mcp.hivebase.ai/v1/context/memories \
-H "Authorization: Bearer $HIVEBASE_API_KEY" \
-H 'Content-Type: application/json' \
-H 'Idempotency-Key: launch-session-2026-07-29' \
--data '{
"kind": "session_outcome",
"content": "Context continuity is the public launch wedge."
}'Errors use application/problem+json with a stable string code,
retryable, optional receipt_id, and safe structured details.
The generated OpenAPI document is:
GET https://mcp.hivebase.ai/openapi.jsonSee the REST reference for every route.