{
  "name": "AIAgentree",
  "description": "Decision tracing and governance layer for AI agents — capture pro/con reasoning into auditable decision traces, search precedents, and produce EU AI Act Article-12 records.",
  "version": "1.0.0",
  "documentation": "https://ai-agentree.com/brand-facts",
  "contact": "support@ai-agentree.com",
  "protocols": {
    "record": ["sdk", "mcp", "rest", "a2a"],
    "observe": ["otel", "schema-export", "webhooks"]
  },
  "capabilities": [
    "append_events",
    "seal_decision",
    "get_packet",
    "search_precedents",
    "get_trace_status"
  ],
  "authentication": {
    "methods": ["api_key"],
    "header": "x-api-key",
    "registration_url": null
  },
  "endpoints": {
    "mcp": "https://api.aiagentree.com/api/aiagentree/mcp",
    "a2a": "https://api.aiagentree.com/api/aiagentree/a2a",
    "traces": "https://api.aiagentree.com/api/aiagentree/traces",
    "precedents": "https://api.aiagentree.com/api/aiagentree/precedents/search",
    "schemas": "https://api.aiagentree.com/api/aiagentree/schemas"
  },
  "payment": {
    "enabled": false,
    "beta": true,
    "note": "Metered and pay-per-call endpoints (x402 / SPT) are free to use during beta — settlement is not yet active, so no charges are incurred. enabled:false means agents should not attempt payment yet; the capabilities themselves are available free.",
    "methods": ["stripe_metered", "x402", "mpp", "spt"],
    "pricing_url": "https://ai-agentree.com/pricing"
  }
}
