{
  "@context": "https://schema.ainfera.ai/agent-card/v1",
  "handle": "ainfera",
  "display_name": "Ainfera",
  "description": "The Inference of AI Agents. Drain-proof wallet for AI agents — identity, routing, settlement, audit, orchestration on one platform.",
  "api_url": "https://api.ainfera.ai",
  "docs_url": "https://api.ainfera.ai/docs",
  "openapi_url": "https://api.ainfera.ai/openapi.json",
  "signup_url": "https://api.ainfera.ai/v1/agents/signup",
  "public_audit_url": "https://api.ainfera.ai/v1/audit/public",
  "issued_at": "2026-05-14T00:00:00Z",
  "issuer": "ainfera.ai",
  "version": "1.0",
  "capabilities": [
    { "layer": "L1", "name": "identity", "description": "JWS-signed AgentCard (RFC 7515) issuance and verification" },
    { "layer": "L2", "name": "routing", "description": "Multi-provider inference routing across Anthropic, OpenAI, Together" },
    { "layer": "L3", "name": "settlement", "description": "Atomic prepaid Ledger with per-Inference Wallet debits" },
    { "layer": "L4", "name": "audit", "description": "Hash-chained, HMAC-signed AuditEvents — offline-verifiable" },
    { "layer": "L5", "name": "orchestration", "description": "REST API; MCP server and A2A envelopes on the roadmap" }
  ],
  "supported_models": [
    "claude-opus-4-7",
    "claude-sonnet-4-6",
    "claude-haiku-4-5",
    "gpt-5",
    "gpt-5-mini",
    "meta-llama/Llama-3.3-70B-Instruct-Turbo"
  ],
  "free_tier_inferences": 100,
  "compliance": { "eu_ai_act_annex_iv": true, "trigger_date": "2026-08-01" }
}
