Docs

CLI & AI integrations overview

The Convoy CLI is the bridge between the web app and your machine — live threads, MCP config, skills, and task scripting.

The Convoy CLI (convoy) is the local half of the product. It has two roles:

  • a long-running agent bridge (convoy connect) that executes AI threads sent from the web app on your machine
  • a one-shot tool for tasks, projects, MCP config, and skill installation from the terminal

The three verbs

Everything in this section hangs off three commands:

CommandWhat it doesWhen you run it
convoy setupSaves a profile — deployment URL + API key + project + local pathsOnce per project/machine
convoy connectRuns the long-lived bridge that claims and executes AI threadsWhenever threads should execute on this machine
convoy initWrites MCP config and installs skills for AI clients (Claude Code, Codex, OpenCode)Once per repo you want wired into editors/agents

connect is only needed for live thread execution — MCP and skills work without it.

Reading order

The pages in this section build on each other:

  1. API keys — the credential everything below uses
  2. Install the CLI
  3. Setup and connect — profile + bridge
  4. Profiles, paths, and status — multiple projects, worktrees, resolution rules
  5. Model provider keys — optionally pin a profile to Bedrock or Mantle
  6. Set up MCP — expose Convoy tasks to MCP-aware clients
  7. Skills — teach AI clients the Convoy task workflow

Then, as needed:

On this page