{
  "issuer": "https://www.alpha.ac",
  "authorization_endpoint": "https://www.alpha.ac/auth",
  "token_endpoint": "https://www.alpha.ac/api/public/oauth/token",
  "jwks_uri": "https://www.alpha.ac/.well-known/jwks.json",
  "registration_endpoint": "https://www.alpha.ac/.well-known/agent-registration",
  "response_types_supported": ["code"],
  "grant_types_supported": ["authorization_code", "client_credentials"],
  "token_endpoint_auth_methods_supported": ["client_secret_basic", "private_key_jwt"],
  "scopes_supported": ["openid", "profile", "email"],
  "service_documentation": "https://www.alpha.ac/auth.md",
  "op_policy_uri": "https://www.alpha.ac/.well-known/jwks-rotation",
  "code_challenge_methods_supported": ["S256"],
  "agent_auth": {
    "skill": "https://www.alpha.ac/auth.md",
    "register_uri": "https://www.alpha.ac/.well-known/agent-registration",
    "registration_documentation": "https://www.alpha.ac/auth.md",
    "identity_endpoint": "https://www.alpha.ac/.well-known/agent-registration",
    "claim_uri": "https://www.alpha.ac/.well-known/agent-registration",
    "claim_endpoint": "https://www.alpha.ac/.well-known/agent-registration",
    "revocation_uri": "https://www.alpha.ac/.well-known/agent-registration",
    "revocation_endpoint": "https://www.alpha.ac/.well-known/agent-registration",
    "identity_types_supported": ["identity_assertion", "anonymous"],
    "supported_identity_types": ["identity_assertion", "anonymous"],
    "credential_types_supported": ["api_key", "oauth2_client_credentials"],
    "supported_credential_types": ["api_key", "oauth2_client_credentials"],
    "identity_assertion": {
      "assertion_types_supported": ["urn:ietf:params:oauth:token-type:id-jag", "verified_email"],
      "credential_types_supported": ["api_key", "oauth2_client_credentials"]
    },
    "anonymous": {
      "credential_types_supported": ["api_key"]
    },
    "events_endpoint": "https://www.alpha.ac/.well-known/agent-registration",
    "events_supported": ["https://schemas.workos.com/events/agent/auth/identity/assertion/revoked"],
    "contact": "mailto:hello@alpha.ac",
    "policy_uri": "https://www.alpha.ac/.well-known/jwks-rotation",
    "key_rotation_policy_uri": "https://www.alpha.ac/.well-known/jwks-rotation",
    "review_window": "5 business days",
    "status": "open registration, manual review"
  },
  "x-status": "Alpha does not currently expose protected APIs. This document is published per RFC 8414 so agents that probe for OAuth authorization server metadata receive a valid response, including the agent_auth block per the Auth.md proposal. Partner integrations should contact hello@alpha.ac."
}
