ProductOS
On demand · Ship

Deploy Agent

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_deploy

    Mandatory first call: checks the current deployment state

  • preflight_build

    Runs the production build in-sandbox before anything ships

  • push_to_github_org

    Pushes the codebase to GitHub

  • trigger_vercel_deploy / poll_vercel_deployment

    Creates the Vercel deployment and follows it to completion

  • read_vercel_build_logs

    Diagnoses failed builds for targeted fixes

Put the Deploy Agent
to work.

Every agent works from the same shared context. Describe your idea once and the whole team builds on it.