Deployment

CLI commands for deploying agents to Circuit.

Publish Agent

Publish agent to production and allow other users to start a session with your agent in the Circuit UI

circuit publish

Behavior:

  • Validates agent configuration

  • Uploads agent files

  • Deploys to Circuit infrastructure

  • Returns the newly deployed version

Requirements:

  • Must be authenticated (circuit login)

  • Valid .circuit.toml configuration

  • All dependencies installed

Output:

  • Agent slug

  • Agent ID

  • Version number

  • Deployment URL (if available)

Agent Info

Display CLI and current agent information.

Output:

  • CLI version

  • Current agent configuration (if in agent directory)

  • SDK versions

  • Environment information

Last updated