> ## Documentation Index
> Fetch the complete documentation index at: https://docs.myaione.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Agent Terminals

> Live shell access to your project's cloud workspace — run multiple terminals side by side, point each at a worktree, and drive AI coding agents directly from the command line.

**Agent Terminals** gives you direct command-line access to your project's cloud workspace. You can open several terminals at once, attach each to a specific worktree, and run AI coding agents right inside the session — without setting up anything locally. A counter at the top left shows how many terminals you have open against the maximum allowed.

<img src="https://mintcdn.com/myaione/D-_4uF28O_nBgr6d/images/Screenshot-2026-06-22-at-7.45.22-PM.png?fit=max&auto=format&n=D-_4uF28O_nBgr6d&q=85&s=5894b8642e8df06aed9d7f875854c0bb" alt="Screenshot 2026 06 22 At 7 45 22 PM" width="3420" height="1904" data-path="images/Screenshot-2026-06-22-at-7.45.22-PM.png" />

## The terminal toolbar

The toolbar across the top controls the whole panel:

* **New Terminal** — open another terminal pane (keyboard shortcut **⌘+T**). New panes open alongside the existing ones so you can work in several at once.
* **Invoke Claude All** — issue a single instruction to every open terminal at the same time, instead of typing into each one individually.
* **VS Code** — open the project in VS Code, running in the browser.
* **Files** — browse the workspace's file tree.
* **Settings** — configure terminal behavior.

## Working with terminals

Each terminal pane has its own controls in its title bar:

* **Name** — panes are labelled (Terminal 1, Terminal 2, and so on), with a status dot showing whether the session is active.
* **Worktree selector** — point the terminal at a specific worktree, so its commands run against that task's isolated branch and working directory rather than main. (See [Worktrees](/worktrees) for how isolation works.)
* **Expand** — maximize a pane to focus on it.
* **Close** — end the session and remove the pane.

<Info>
  Pointing each terminal at a different worktree is what lets you work on several tasks in parallel from one screen — each session is isolated, so commands in one never affect another.
</Info>

## Running agents in a terminal

Every terminal exposes toggles for the coding agents you can drive from the command line — **Claude**, **Codex**, **Cursor**, and **MyAI**. Select the agent you want to run in that session, then work with it interactively right in the terminal.

<Tip>
  Use **Invoke Claude All** when you want the same action taken across every terminal at once — for example, kicking off the same task in several worktrees simultaneously.
</Tip>
