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 deployWith 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
| Section | Description |
|---|---|
| Platform overview | What the control plane does and how the web UI fits in |
| Platform services | Every binary — API, scheduler, agent, proxy, registry, build, catalog |
| Zectre API | REST route tables, recipes, and code examples for the cluster API |
| Dashboard | Clusters, deployments, and tasks from the browser |
| Auth & catalog | OAuth, JWTs, and wiring the dashboard + CLI |
| Local development | Preview URLs, agents, and common dev fixes |
| CLI installation | Install and upgrade the zectre binary |
| CLI quick start | Login, link, deploy in minutes |
| Commands | Full command reference |
| Configuration | Global and per-project config |
| Authentication | Catalog vs legacy login |
| Linking & projects | .zectre/ layout and multi-cluster |
| First deployment | End-to-end narrative from repo to running task |
| Platform in five minutes | Mental model tour with concrete commands |
| Architecture tour | How API, scheduler, agents, and proxy fit together |