Owner of the publish pipeline, from sandbox to live URL
What does the Deploy Agent do?
“Owner of the publish-and-deploy pipeline for a single project.”From the agent's actual system prompt
The Deploy Agent takes the built project out of the sandbox and ships it: it runs a preflight production build, pushes the code to GitHub, creates or reuses the Vercel project, syncs environment variables, and polls the deployment to completion.
When a build breaks, it applies up to three targeted fix iterations before asking you, and it keeps a cumulative deploy ledger so every release is accounted for. The result is your product live on its own URL, with the code in a repo you own.
What tools does the Deploy Agent use?
check_recent_deployMandatory first call: checks the current deployment state
preflight_buildRuns the production build in-sandbox before anything ships
push_to_github_orgPushes the codebase to GitHub
trigger_vercel_deploy / poll_vercel_deploymentCreates the Vercel deployment and follows it to completion
read_vercel_build_logsDiagnoses failed builds for targeted fixes
Put the Deploy Agent
Every agent works from the same shared context. Describe your idea once and the whole team builds on it.