Skip to main content

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.

Prerequisites

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

1. Install CLI Tools

npm i -g openclaw opengoat

2. Configure OpenClaw

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

3. Start the UI

opengoat start
Default bind: 127.0.0.1:19123.

4. Create and Run Your First Team

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