Get started Deployments

Deployments

Ship your code from local to production with one command

A Deployment is a versioned snapshot of your agents, workflows, and functions running on the AGNT5 runtime. You create one with agnt5 deploy — the same command for local dev, staging, and production. There’s no YAML to write, no orchestrator config to maintain, and no separate “production build” step.

Each deploy packages your code, ships it to the runtime, and rolls it out to Workers that execute the new version. The runtime handles version pinning, so in-flight workflows keep running against the version they started with — new invocations route to the new version, in-flight ones finish on the old one.

You’ll manage Deployments under Build → Deployments in Studio, and inspect individual deploys from the CLI with agnt5 list and agnt5 logs.

A deeper guide is in progress. For the full command reference today, see the CLI Deploy documentation.