Developers
Local development & testing
Inspect the seven tools and verify the cross-agent loop safely.
Last updated 2026-07-29
Use the MCP Inspector or call discovery directly:
curl -sS -X POST https://mcp.hivebase.ai/mcp \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer $HIVEBASE_API_KEY" \
--data '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'The result must contain exactly seven tools.
Start with a read-only key or Catch me up consent, then test
context.brief. Enable writeback only when you are ready to test a real
context.remember or decision.record call.
For write tests:
- use a unique, stable
idempotency_key; - retry the same request and confirm the receipt ID is unchanged;
- call
receipt.get; - open a fresh client and retrieve the write through
context.sync,context.brief, ordecision.search; - verify Agent Activity shows the same receipt and source.