AmunCore · Authentication Profile
Amuncore Authentication
Authentication
AmunCore authenticates three channels differently, and the provider is explicit about the separation. The generated REST API takes a per-application API key in an X-Api-Key header. The MCP endpoint takes a distinct secret (MCP-Token header) or an OAuth 2.0 bearer token with the "mcp" scope, deliberately not the same credential as the REST keys. Dashboard sign-in is separate again, with optional TOTP two-factor.
AmunCore secures its APIs with apiKey and oauth2 across 3 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).
DatabaseAPI ManagementBackendNo-CodeSQLPostgreSQLMySQLOracleMCPAgentsDataSQL ServerWebhookOpenAPILow-CodeEgypt
Methods: apiKey, oauth2
Schemes: 3
OAuth flows: authorizationCode
API key in: header
Security Schemes
ApiKeyAuth apiKey
MCP-Token apiKey
OAuth 2.0 (MCP) oauth2
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.