Fullenrich Authentication
FullEnrich runs three distinct authentication surfaces. The public REST API uses a static workspace API key passed as a Bearer token. The application host runs a full OAuth 2.0 / OIDC authorization server with 13 granular scopes (discovered via RFC 8414 metadata, used by first-party integrations and Enterprise BYOK). The MCP server runs a separate authorization server with a single `api:mcp` scope and browser-based user consent. Only the first is described by the OpenAPI.
FullEnrich secures its APIs with http and oauth2 across 3 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode, clientCredentials, and refreshToken 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.