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

# Remote control agents and sandboxes

> Connect to Amika sandboxes and interact with their coding agents.

Use Amika from the surface that fits the task. There are many ways to interact with a sandbox and its agents:

* Use the [web UI](https://app.amika.dev/)
* Use the [CLI](/reference/cli) to send messages to agents or run commands in sandboxes
* Do the same with the [TypeScript SDK](/sdks/typescript/quickstart) or [HTTP API](/reference/api-reference)
* Message agents from Slack and Linear
* Connect to the sandbox with your favorite editor or ADE, such as the Codex app, Cursor, OpenCode Web, and other apps

## Work with agents

Send a prompt to an agent when you want Amika to provision a sandbox and run
the task for you. You can also review and continue the resulting session.

<CardGroup cols={2}>
  <Card title="Send a message to an agent" icon="paper-plane" href="/guides/send-a-message-to-an-agent">
    Start an agent session from the CLI, web UI, SDK, or HTTP API.
  </Card>

  <Card title="Manage sessions" icon="messages-square" href="/guides/manage-sessions">
    List, inspect, and continue agent sessions.
  </Card>

  <Card title="Use Slack" icon="slack" href="/guides/slack">
    Send and receive agent messages in Slack.
  </Card>

  <Card title="Use OpenCode" icon="code" href="/guides/opencode">
    Connect OpenCode to an Amika sandbox.
  </Card>
</CardGroup>

## Connect to a sandbox

Connect directly when you need to inspect the environment, run commands, or
use a local development tool against the sandbox.

<CardGroup cols={2}>
  <Card title="SSH and connect" icon="terminal" href="/guides/ssh-and-connect">
    Open a shell in a sandbox from the CLI or SSH.
  </Card>

  <Card title="Open in an editor or ADE" icon="square-pen" href="/guides/open-in-editor">
    Open a sandbox in Cursor, VS Code, Claude Desktop, Codex, or another Remote-SSH editor.
  </Card>
</CardGroup>
