Hoplite API

The Hoplite platform API at api.hoplite.sh. Documented through the developer docs (no public OpenAPI published as of this profiling). Surfaces include model-provider discovery (GET /api/model-providers), GitHub discovery (GET /api/github/installations, /api/github/repositories, and /api/github/repositories/:id/branches), thread/project management, and an inbound automation-webhook delivery endpoint (POST /api/automations/webhooks). Authenticated with an API key (Settings -> Account -> API keys) or OAuth via the MCP server. A /health endpoint returns service status and build version.

API entry from apis.yml

apis.yml Raw ↑
name: Hoplite API
description: The Hoplite platform API at api.hoplite.sh. Documented through the developer docs (no public
  OpenAPI published as of this profiling). Surfaces include model-provider discovery (GET /api/model-providers),
  GitHub discovery (GET /api/github/installations, /api/github/repositories, and /api/github/repositories/:id/branches),
  thread/project management, and an inbound automation-webhook delivery endpoint (POST /api/automations/webhooks).
  Authenticated with an API key (Settings -> Account -> API keys) or OAuth via the MCP server. A /health
  endpoint returns service status and build version.
humanURL: https://hoplite.sh/docs
baseURL: https://api.hoplite.sh
properties:
- type: MCPServer
  url: mcp/hoplite-mcp.yml
- type: Webhooks
  url: asyncapi/hoplite-webhooks.yml