Skip to content

Quickstart

Everything you need to go from zero to running AI containers on your own hardware.

Terminal window
npm config set @crops-code:registry https://npm.pkg.github.com
npm install -g @crops-code/cli
cropscode --version

Requires Node.js 22+. See Install CLI for details.

Terminal window
cropscode login

This opens your browser for a secure OAuth sign-in with your CropsCode account.

Terminal window
cropscode worker

On first run, the CLI walks you through tenant selection and then starts the worker daemon. The worker connects outbound to the orchestrator — no inbound ports, no firewall rules.

Or run the guided wizard that handles everything (login, tenant selection, runtime checks):

Terminal window
cropscode onboard
  1. Open the dashboard at your orchestrator URL
  2. Paste a GitHub issue link into the launch modal
  3. Pick a worker and click Launch

Within 30 seconds, a container is running and the web terminal is live. Your AI agent is now working on the ticket.

Getting Started Concepts Guides CLI Self-Hosting Reference Links