{
  "resource": "https://www.alpha.ac",
  "authorization_servers": ["https://www.alpha.ac"],
  "jwks_uri": "https://www.alpha.ac/.well-known/jwks.json",
  "scopes_supported": ["openid", "profile", "email"],
  "bearer_methods_supported": ["header"],
  "resource_documentation": "https://www.alpha.ac/auth.md",
  "resource_policy_uri": "https://www.alpha.ac/.well-known/jwks-rotation",
  "resource_signing_alg_values_supported": ["RS256", "EdDSA"],
  "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 9728 so agents that probe for OAuth protected-resource metadata receive a valid response, including the agent_auth block per the Auth.md proposal. The resource and authorization_servers fields are reserved; partner integrations should contact hello@alpha.ac."
}
