Zectre documentation

The AI-native compute platform. Use the dashboard for operations, the CLI for day-to-day development, and follow guided paths from hello world to production-shaped workflows.

Quick start (CLI)

cargo install --path crates/zectre-cli
zectre login
zectre projects add my-app
zectre deploy

With the catalog configured, zectre login uses browser OAuth. Without it, you can use the legacy API key flow or zectre login --legacy-platform-login.

What you will find here

SectionDescription
Platform overviewWhat the control plane does and how the web UI fits in
Platform servicesEvery binary — API, scheduler, agent, proxy, registry, build, catalog
Zectre APIREST route tables, recipes, and code examples for the cluster API
DashboardClusters, deployments, and tasks from the browser
Auth & catalogOAuth, JWTs, and wiring the dashboard + CLI
Local developmentPreview URLs, agents, and common dev fixes
CLI installationInstall and upgrade the zectre binary
CLI quick startLogin, link, deploy in minutes
CommandsFull command reference
ConfigurationGlobal and per-project config
AuthenticationCatalog vs legacy login
Linking & projects.zectre/ layout and multi-cluster
First deploymentEnd-to-end narrative from repo to running task
Platform in five minutesMental model tour with concrete commands
Architecture tourHow API, scheduler, agents, and proxy fit together