{
  "issuer": "https://auth.monday.com",
  "authorization_endpoint": "https://auth.monday.com/oauth2/authorize",
  "token_endpoint": "https://auth.monday.com/oauth2/token",
  "response_types_supported": ["code"],
  "grant_types_supported": ["authorization_code"],
  "scopes_supported": [
    "me:read",
    "boards:read",
    "boards:write",
    "docs:read",
    "docs:write",
    "workspaces:read",
    "workspaces:write",
    "users:read",
    "users:write",
    "account:read",
    "notifications:write",
    "updates:read",
    "updates:write",
    "assets:read",
    "tags:read",
    "teams:read",
    "teams:write",
    "departments:read",
    "departments:write",
    "webhooks:write",
    "webhooks:read",
    "ai:consume"
  ],
  "token_endpoint_auth_methods_supported": ["client_secret_post"],
  "service_documentation": "https://developer.monday.com/apps/docs/oauth",
  "agent_auth": {
    "skill": "https://monday.com/auth.md",
    "register_uri": "https://signup-logic.monday.com/signup-logic/agent-signup/account/v1",
    "identity_types_supported": ["anonymous"],
    "credential_types_supported": ["api_key"]
  }
}
