Developers
Build against Canopy, not just click through it.
Whatever you're building - a script, a CI step, an internal tool, or an AI agent - Canopy Host and Cortex expose the same five interfaces: dashboard, API, CLI, SDK, and MCP. This page is the starting point; reference material lives on /docs.
Where to start
- Building grounded AI answers or workflows? Start with Cortex.
- Deploying an app? Start with Canopy Host.
- Want the full picture first? Read Platform.
Interfaces
Five ways in, on both products.
Cortex for developers
OpenAI-compatible, drop-in ready.
Point existing OpenAI-client code at your Cortex project endpoint and get retrieval-augmented, cited answers back. Cortex has its own CLI and MCP server, separate from Canopy Host's.
Canopy Host for developers
Push to deploy, script the rest.
Everything the dashboard does - projects, environments, domains, variables, builds,
releases - is also available from the canopy CLI and the REST API. Canopy
Connect pipelines run identically whether triggered by a push, the CLI, or the API.
Reference material
Full API and CLI reference.
Endpoint-level documentation, request/response examples, and error handling live on the docs page.