Agent Studio

External CLI on the Side

Agent Studio does not have to replace the terminal, VS Code or a coding-agent CLI you already like. The pattern is to keep the familiar execution tool on the side while Agent Studio carries the task model, API handoff, evidence and review.

Use this when a developer is productive in Codex, Claude Code, Gemini CLI or another agent surface, but the work still needs to become a visible task with context, status, evidence, tokens and review.

Problem

Existing Coding Surfaces

Developers already have muscle memory. They may be happiest in VS Code, a terminal, Claude Code, Codex, Gemini CLI or another tool that works well for the current task. Forcing every interaction through one web UI would make Agent Studio feel like a replacement instead of an orchestration layer.

External CLI on the Side

Agent Studio Stable
CLIfamiliar execution
APItask creation
Studioreview surface
DeveloperWorks in VS Code, terminal or a preferred coding-agent CLIfamiliar
AgentCan create or update a task through the Agent Studio APIbridge
StudioKeeps status, context, evidence, tokens and review visiblecontrol
ReviewThe outcome returns to the shared board instead of staying in a chatdone

The pattern keeps the familiar CLI or VS Code workflow alive while Agent Studio provides the task, context, evidence and review surface around it.

  • A developer can prefer an external CLI for speed, editor integration or model behavior.
  • A team still needs shared tasks, review state, screenshots, token visibility and evidence.
  • The risk is that useful CLI work stays hidden in a chat or terminal transcript.
Solution

CLI Outside, Task Inside

External CLI on the Side means the coding-agent CLI remains a valid place to work, but Agent Studio remains the place where work is named, scoped, tracked, evidenced and reviewed. The two tools do not compete. The CLI performs the work; Agent Studio keeps the work connected to the project.

Familiar execution

The developer stays in the tool that feels fastest for the current task.

Shared control plane

Agent Studio keeps the task visible to the human and the team.

API handoff

External agents can create or update tasks instead of leaving work in a chat.

  • Use the external CLI for implementation, exploration or agent dialogue.
  • Use Agent Studio for task creation, task board state, context, evidence, token reporting and review.
  • Treat the API as the bridge: the CLI or agent can create tasks, update status and record results.
API handoff

API Handoff

The strongest version of the pattern is not manual copying. If you are already talking to a capable CLI, you can tell it to create the Agent Studio task. The agent has enough project context to shape the task, call the API and put the work into the task board.

External CLI on the Side

Agent Studio Stable
CLIfamiliar execution
APItask creation
Studioreview surface
DeveloperWorks in VS Code, terminal or a preferred coding-agent CLIfamiliar
AgentCan create or update a task through the Agent Studio APIbridge
StudioKeeps status, context, evidence, tokens and review visiblecontrol
ReviewThe outcome returns to the shared board instead of staying in a chatdone

The pattern keeps the familiar CLI or VS Code workflow alive while Agent Studio provides the task, context, evidence and review surface around it.

  • The user can say: create a task for this, with this scope and acceptance criteria.
  • The CLI can translate the conversation into a bounded task through the API.
  • Agent Studio receives the task as normal work, not as a second-class imported note.
When to use

When to Use It

The pattern fits teams and solo developers who already have working CLI habits. Agent Studio stays valuable as a task and review layer even when the developer prefers to type in another trusted tool.

  • Use it when an external CLI is faster or more comfortable for a specific task.
  • Use it when a team wants visible tasks without banning local workflows or controlled remote runners.
  • Avoid it when work needs strict guided UI controls or cannot safely expose the API to the external tool.
Consequences

Portable Workflow, Explicit Boundary

This pattern reduces lock-in and makes Agent Studio easier to adopt because it complements existing tools. The trade-off is boundary design: external CLIs need clear permissions, project identity, write scope and API rules so the side channel does not become an uncontrolled bypass.

Complements, not replaces

Agent Studio becomes the workbench around existing CLIs instead of a forced migration.

Portable workflow

If one CLI changes or becomes weaker, the task and review model survives.

Explicit boundary

API access, write scope and evidence requirements keep the side channel safe.

  • Benefit: adoption is easier because users do not lose their favorite tools.
  • Benefit: Agent Studio stays above vendor-specific agent surfaces.
  • Risk: without API guardrails, external work can bypass evidence and review discipline.
  • Guardrail: every side-channel task lands as a scoped Agent Studio task.