{
  "name": "Alem Financial Control Agent",
  "description": "Machine-discovery manifest for Alem's financial control tools for AI agents: registry, budgets, spend-policy enforcement, human approvals, audit ledger, financial-readiness passport and sandbox routing.",
  "version": "0.3.0",
  "homepage": "https://askalem.com",
  "documentation": "https://askalem.com/for-agents.html",
  "mcp": "https://askalem.com/mcp",
  "openapi": "https://askalem.com/openapi.json",
  "a2a_status": "discovery_manifest_only_not_a2a_runtime_yet",
  "capabilities": {
    "agent_registry": "live_sandbox",
    "persistent_spend_policy": "live_sandbox",
    "human_approval_links": "live_sandbox",
    "agent_ledger": "live_sandbox",
    "financial_passport": "live_sandbox",
    "spend_policy_check": "live",
    "payment_route_plan": "live_sandbox",
    "mcp_tools": "live",
    "design_partner_access": "live",
    "x402_adapter": "next",
    "wallet_adapter": "next",
    "live_payment_execution": "not_live"
  },
  "skills": [
    {"id":"register-agent","name":"Register Agent","endpoint":"/v1/agents"},
    {"id":"request-spend","name":"Request Agent Spend Decision","endpoint":"/v1/agents/{agent_id}/spend/request"},
    {"id":"human-approval","name":"Human Approve or Reject","endpoint":"/approve/{token}"},
    {"id":"agent-ledger","name":"Read Agent Financial Ledger","endpoint":"/v1/agents/{agent_id}/ledger"},
    {"id":"financial-passport","name":"Create Agent Financial Passport","endpoint":"/v1/passport"},
    {"id":"spend-policy-check","name":"Check Spend Policy","endpoint":"/v1/policy/check"},
    {"id":"payment-route-plan","name":"Plan Sandbox Payment Route","endpoint":"/v1/route/plan"},
    {"id":"request-access","name":"Request Design-Partner Access","endpoint":"/api/apply"}
  ]
}
