Agent-driven deploy
Vibe is built so coding agents are first-class operators. Each project exposes Agent Instructions — the Agent URL is the source of truth you paste into Cursor, Claude, or another tool.

What you can do
- Give each project an Agent URL with scoped instructions
- Let agents create/update projects via the Automation API (
dv_ws_…keys) - Deploy via HTTPS upload and poll deploy logs
- Use partial deploys for fast iteration, or full deploys when you need a clean tree
- Optionally auto-generate a first version with Nexus (create → generate → deploy)
- Pair with Website monitoring so production containers alert or restart under memory/disk pressure

Why it matters
You stay in your editor. The agent handles packaging, upload, and verification — without you SSH-ing into servers or babysitting ports.