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

# Devin CLI

> Use Devin as a local coding agent directly from your command line, with the ability to hand off tasks to cloud Devin.

[Devin CLI](/cli) is a local coding agent that runs directly in your terminal. It works with your local files and environment, giving you fast, interactive assistance right where you code.

For full documentation — including installation, commands, configuration, and extensibility — see the **[Devin CLI docs](/cli)**.

## Handoff to cloud Devin

When a task outgrows your local machine — or you want Devin to keep working while you step away — use the `/handoff` command to seamlessly transfer work to a cloud [Devin session](/get-started/first-run).

```
/handoff fix the flaky integration tests in CI
```

Devin CLI will package up the conversation context and current git branch, then create a cloud Devin session that picks up where you left off. You can track the session's progress directly from the terminal or in the Devin web app.

<Tip>
  If you run `/handoff` without a task description, the cloud session continues from where you left off automatically.
</Tip>

<CardGroup cols={2}>
  <Card title="Quickstart & installation" icon="bolt" href="/cli">
    Install and start coding in 2 minutes
  </Card>

  <Card title="Essential commands" icon="terminal" href="/cli/essential-commands">
    Must-know commands and keyboard shortcuts
  </Card>
</CardGroup>
