MVP live
Jive is available now. Model scope hierarchies and verify integrity with criteria, claims, and evidence.
Get started
MVP live
Documentation for the live Jive MVP.
Go to app

API

Jive exposes an API for scopes, relationships, criteria, integrity evaluations, and audit export.

Authentication

API keys are created per organization in the Jive app (Organization > API keys). API access is available on Pro and above. Send the key as a Bearer token.

Endpoints

Common endpoints:

  • POST /api/graphs, GET /api/graphs/:id
  • GET /api/gates/:graphId/:nodeId (legacy integrity lookup; prefer run-based evaluation below)
  • GET /api/runs/:runId/nodes/:nodeId/evaluation
  • POST /api/webhooks/:connector
  • GET /export/audit (Pro and above, supports CSV/JSON)

Common use cases

  • Export audit history: GET /export/audit?from=2026-01-01&to=2026-01-31&format=csv
  • List scopes: GET /api/graphs/:graphId and inspect nodes and relationships
  • Fetch integrity status: GET /api/runs/:runId/nodes/:nodeId/evaluation