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

# Quickstart

> Install OpenGoat, configure OpenClaw connectivity, and run your first organization flow.

## Prerequisites

* Node.js `>=20.11`
* npm
* A shell environment where `openclaw` and `opengoat` can run

## 1. Install CLI Tools

```bash theme={null}
npm i -g openclaw opengoat
```

## 2. Configure OpenClaw

```bash theme={null}
openclaw onboard
```

If you use an external gateway, keep the URL/token available for OpenGoat onboarding.

## 3. Start the UI

```bash theme={null}
opengoat start
```

Default bind: `127.0.0.1:19123`.

## 4. Create and Run Your First Team

```bash theme={null}
opengoat agent create "CTO" --manager --reports-to goat
opengoat agent create "Engineer" --individual --reports-to cto
opengoat agent cto --message "Plan the next sprint and split the work."
```

## Next Steps

* Learn runtime invariants in [Organization Runtime](/core/organization-runtime)
* Learn continuity controls in [Sessions](/core/sessions)
* Learn execution controls in [Agent Commands](/reference/cli-agent)
