AI Integrations
Deploy to Buddy with your favorite AI coding agents - pipelines, sandboxes, domains and logs from your terminal or editor.
Buddy's Remote MCP Server is available.
Devin + Buddy
Devin is Cognition's autonomous AI software engineer. It takes a task from start to finish - planning the work, reading across the codebase, running commands in its own environment, editing files, and opening pull requests. Paired with Buddy, it deploys your project, triggers and monitors pipelines, ships changes across environments, and digs through build output when something needs fixing.
Devin runs headless in its own cloud environment, so nobody is around to click through an OAuth screen. Authenticate it with a personal access token and it can deploy, run pipelines and read logs on its own from start to finish.
Quick start
1 Install the Buddy CLInpm install -g bdy
2 Log in to Buddybdy login
3 Link your projectbdy proj link
4 Install the Buddy skillnpx skills add buddy/buddy-plugin
Devin runs in the cloud - open your Devin workspace, connect the linked repository, and start a new session. The Buddy skill teaches it how to drive Buddy through the CLI.
Example prompts
- “Create a snake app and deploy it for me”
- “Deploy an AI chatbot with Postgres for history and Redis for rate limiting”
- “Add a pipeline that runs on every change in the repository and executes my test suite”
- “Find the last successful production deployment and roll back to it”
Available commands
Connect MCP
Buddy's remote MCP server exposes over 90 tools, so Devin can run pipelines, manage deployments, and read logs straight through the API:
bashdevin mcp add buddy --url https://mcp.buddy.works/mcp$
You can also add it to .devin/config.json by hand. Since Devin runs headless, authenticate with a personal access token passed as a Bearer header instead of interactive OAuth.