Back to Home

Anchor Documentation

Official documentation for Anchor CLI integration, dialect schemas, and Governance Hub configuration.

Ingestion API Specification

Send decision audit records directly to your Hub via standard HTTP POST requests:

POST /api/v1/ingest
Authorization: Bearer ak_live_xxxxxxxxxxxxxxxx

{
  "project": "payments-service",
  "entity_type": "ai_agent",
  "payload": {
    "decision_id": "dec_8921",
    "status": "COMPLIANT",
    "dialect": "RBI"
  },
  "chain_hash": "0x8f2a...9a12"
}