Early access: your personal sandbox is free, with $5 in model credits included. AQ adds no markup on your model usage. Start free

aq.dev / agents / devin-cli

Run Devin CLI with your team in AQ

Devin CLI is Cognition's terminal coding agent, released on April 27, 2026: a local agent with full access to your codebase and tools, a custom terminal renderer written in Rust, a choice of frontier models plus Cognition's own SWE-1.6, and a hand-off that sends a session to a cloud agent with its own computer when work outgrows your laptop. AQ runs Devin CLI as a first-class harness: connect your Devin account once, and every workspace can start a Devin session on your team's always-on machine, in its own git worktree, with teammates able to open the same live terminal. This page covers what the CLI does, how the connection works, and what AQ adds, as of September 2026.

What Devin CLI is

Devin CLI (Cognition also calls it Devin for Terminal) is a single binary you run inside a project. You give it a task in plain language; it reads files, edits, runs shell commands, and checks its work. Three things distinguish it from the other terminal harnesses as of September 2026:

# Install (as of September 2026)
curl -fsSL https://cli.devin.ai/install.sh | bash

# Sign in from a remote or SSH terminal
devin auth login --force-manual-token-flow

# Run in a project
cd your-project
devin

Connecting Devin CLI to AQ

Open Connections in AQ, choose Connect harness, and pick Devin CLI. AQ starts Devin's manual token flow in your per-user environment on the team machine and surfaces the approval link from app.devin.ai as a clickable banner, so sign-in works even though the CLI is running on a server with no browser. The token lands in your own home directory on that machine, not in AQ's database, and every teammate signs in with their own Devin account.

AQ installs the CLI for you. Every AQ machine gets a pinned Devin CLI build downloaded from Cognition's official release artifact and verified by SHA-256 during provisioning. That keeps every workspace on a team on the same version, and it means nobody runs an install script by hand on a shared machine.

What AQ adds

AQ is the multiplayer coding harness where engineering teams run AI coding agents like Claude Code and Codex together: shared live terminals, a code editor, and app previews, in your own cloud. With Devin CLI connected, you get:

Honest scope

Devin CLI runs in AQ as a terminal harness. That means the real CLI in a real terminal, with everything the CLI itself supports, including its permission modes, model picker, and cloud hand-off. It is not yet available inside AQ Composer, AQ's native conversation surface, because Composer relies on structured session events that Devin CLI does not publish today. Claude Code, Codex, Cursor, Kimi Code, Grok, Antigravity, Command Code, and OpenCode do run natively in Composer. If Cognition exposes that protocol, Devin joins them.

Billing is Devin's. You pay Cognition for Devin CLI on your own plan; AQ does not proxy or mark up model usage for any connected harness. Pricing for AQ itself is two plans: Free is a personal sandbox for one person (AQ creates a private machine, nothing to install, no time limit), and Team is $50 per user per month early access (standard $200, billed monthly), covering VMs you connect from your own cloud or a dedicated always-on AQ-managed VM.

When to pick Devin CLI in AQ

Pick Devin CLI when you want Cognition's models and its permission model, or when your team already pays for Devin and wants the terminal agent on shared infrastructure instead of on individual laptops. Run it side by side with Claude Code or Codex on the same task in parallel workspaces and keep the better diff. Our guide to choosing a coding harness covers the criteria, and the harness directory keeps the whole field in one place.

Frequently asked questions

Does Devin CLI in AQ use my Devin subscription?

Yes. You sign in with your own Devin account through Devin's manual token flow, and the CLI runs on your team's machine with your credentials. AQ never proxies or marks up that usage.

Can I use Devin's cloud hand-off from an AQ workspace?

The CLI's own commands work unchanged in an AQ terminal, so yes. Many teams find they do not need the hand-off, because the AQ workspace is already on an always-on machine that survives a closed laptop.

Is Devin CLI available in AQ Composer?

Not yet. Composer's native conversations rely on structured session events that Devin CLI does not expose today. Devin CLI runs in AQ as a terminal harness, in the same workspaces and with the same sharing as every other CLI.

Which version of Devin CLI does AQ install?

AQ pins the Devin CLI build, downloaded from Cognition's official release artifact and verified by SHA-256 on every machine. Pinned versions advance with AQ updates so a whole team stays on the same build.

Can teammates watch a Devin CLI session in AQ?

Yes. Any teammate with access to the workspace opens the same live terminal. They can request control to type into the session, and the owner approves in one click.