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

# Darwin CLI

> Use Darwin from a terminal or automation script.

## Install

```bash theme={null}
npm install --global @darwin-so/cli
```

## Configure

```bash theme={null}
darwin configure --api-key "darwin_..."
```

## Send a message

```bash theme={null}
darwin agent message "Summarize my active goals."
```

Use `darwin --help` to explore commands and `darwin <resource> <command> --help` for flags.

<Note>
  The CLI cannot bypass approvals or access private tools. It is a typed client for the reviewed public API, not an operator shell.
</Note>
