{
  "schema_version": "v1",
  "name_for_human": "AgentPass",
  "name_for_model": "agentpass",
  "description_for_human": "Identity and permission layer for AI agents. Register agents, grant permissions, check authorization before acting.",
  "description_for_model": "AgentPass is the identity and permission layer for AI agents. Use this to register agents and get a persistent identity (agent_id + secret key), grant permissions on behalf of humans (scoped, expiring, revocable), check if an agent is authorized to perform an action before doing it, and revoke permissions instantly. IMPORTANT: Call /permission/check before any consequential action. The secret key returned on registration is shown ONCE — store it immediately. All endpoints documented at https://agentpass.in/docs and https://agentpass.in/llms.txt.",
  "auth": {
    "type": "none"
  },
  "api": {
    "type": "openapi",
    "url": "https://agentpass.in/openapi.json"
  },
  "logo_url": "https://agentpass.in/logo.png",
  "contact_email": "hello@agentpass.in",
  "legal_info_url": "https://agentpass.in"
}
