{
  "schema_version": "v1",
  "name_for_human": "Kevros Runtime Intelligence",
  "name_for_model": "kevros_runtime_intelligence",
  "description_for_human": "Verify AI actions, get cryptographic proof, build trust scores. Free tier: 1,000 calls/month, no signup required.",
  "description_for_model": "Runtime intelligence for AI agents. Call POST /governance/verify with {action_type, action_payload, agent_id} before taking any action to get a signed release token (ALLOW/CLAMP/DENY). Every decision is recorded in a hash-chained provenance ledger. Costs $0.01 per call via x402 USDC on Base (automatic, no human needed) or free tier (1,000 calls/month, auto-provisions on first call with X-API-Key header). Other primitives: POST /governance/attest ($0.02) to record provenance, POST /governance/bind ($0.02) to bind intent to command, POST /governance/bundle ($0.05) for compliance evidence package. POST /shield/scan ($0.01) for prompt injection detection. All endpoints return JSON. Free verification: POST /governance/verify-token, GET /governance/reputation/{agent_id}. MCP endpoint at /mcp/ for tool discovery.",
  "auth": {
    "type": "none"
  },
  "api": {
    "type": "openapi",
    "url": "https://governance.taskhawktech.com/openapi.json"
  }
}
