Redocly Authentication
Redocly authenticates on three different planes. Reunite/Realm organizations issue long-lived API keys used against the Redocly platform API and the Scout tool; the Docs MCP server on a Realm project uses OAuth 2.0 authorization code against per-project endpoints and validates the token's aud claim against the organization ID; and the Scout worker authenticates inbound GitHub/GitLab webhooks by signature header. Redocly's own docs project is public, so its Search API and Docs MCP server accept anonymous requests.
Redocly secures its APIs with apiKey, http, and oauth2 across 5 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).
Security Schemes
Source
Authentication Profile
Work with this as data
Every security artifact here is available over the APIs.io API and to AI agents over MCP.