AutoGPT · Authentication Profile
Autogpt Authentication
Authentication
AutoGPT Platform runs two distinct authenticated surfaces on the same host. The External API (https://backend.agpt.co/external-api) is the documented, third-party-facing one and accepts either an account API key in an X-API-Key header or an OAuth 2.0 bearer token. The full Agent Server API (https://backend.agpt.co/api) is the app's own backend and is authenticated with a Supabase-issued JWT bearer; it is not documented for third parties.
AutoGPT secures its APIs with apiKey, http, and oauth2 across 4 declared security schemes, as derived from its OpenAPI definitions.
AI AgentsAI AutomationAgent PlatformWorkflow-AutomationMCPOpen-SourceNo-CodeLLM OrchestrationAgent Marketplace
Methods: apiKey, http, oauth2
Schemes: 4
OAuth flows:
API key in: header
Security Schemes
APIKeyHeader apiKey
HTTPBearer http
HTTPBearerJWT http
APIKeyAuthenticator-X-Postmark-Webhook-Token apiKey
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.