Hoplite · Authentication Profile
Hoplite Authentication
Authentication
Hoplite's authentication surfaces: API keys for programmatic/API access, OAuth for the MCP server, per-automation bearer webhook tokens, and end-user sign-in options for the web app.
Hoplite secures its APIs with apiKey, oauth2, and http-bearer across 3 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).
CompanyCoding AgentsDeveloper ToolsAI AgentsCloud Development EnvironmentsDevOpsMCPPull RequestsSoftware AutomationGitHub
Methods: apiKey, oauth2, http-bearer
Schemes: 3
OAuth flows: authorizationCode
API key in: header
Security Schemes
apiKey apiKey
mcpOAuth oauth2
automationWebhookToken http