{
  "issuer": "https://zenoa.in",
  "authorization_endpoint": "https://zenoa.in/sso",
  "token_endpoint": "https://zenoa.in/api/v1/oauth/token",
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post",
    "private_key_jwt",
    "none"
  ],
  "jwks_uri": "https://zenoa.in/.well-known/jwks.json",
  "registration_endpoint": "https://zenoa.in/api/v1/agents/register",
  "scopes_supported": [
    "openid",
    "profile",
    "email",
    "zenoa:read",
    "zenoa:write",
    "zenoa:messages",
    "zenoa:bots",
    "zenoa:webhooks"
  ],
  "response_types_supported": [
    "code",
    "token"
  ],
  "response_modes_supported": [
    "query",
    "fragment"
  ],
  "grant_types_supported": [
    "authorization_code",
    "client_credentials",
    "refresh_token",
    "urn:ietf:params:oauth:grant-type:token-exchange"
  ],
  "code_challenge_methods_supported": [
    "S256"
  ],
  "service_documentation": "https://zenoa.in/docs",
  "agent_auth": {
    "skill": "https://zenoa.in/auth.md",
    "register_uri": "https://zenoa.in/api/v1/agents/register",
    "claim_uri": "https://zenoa.in/api/v1/agents/claim",
    "revocation_uri": "https://zenoa.in/api/v1/agents/revoke",
    "supported_identity_types": [
      "ephemeral_key",
      "agent_did",
      "ed25519_pubkey"
    ],
    "supported_credential_types": [
      "bearer_token",
      "mcp_token",
      "api_key"
    ],
    "supported_flows": [
      "agent_verified",
      "user_claimed"
    ]
  }
}
