Skip to content

Launch from Ticket

The core CropsCode workflow: paste a ticket, get a container working on it.

From the orchestrator dashboard, click Launch or ask CropPilot:

“Launch a container for https://github.com/org/repo/issues/42

Supported formats:

  • https://github.com/owner/repo/issues/123
  • https://dev.azure.com/org/project/_workitems/edit/456
  • Trello and Monday.com — coming soon

The system suggests the least-loaded worker. You can override this selection.

Pick an AI agent:

  • Claude Code (default)
  • GitHub Copilot
  • Codex

Click Launch. Within 30 seconds:

  1. Ticket details are fetched from the provider
  2. A CLAUDE.md is generated with full context
  3. The repository is cloned into the container
  4. The AI agent starts working

From the dashboard:

  • Watch the live terminal output
  • See resource usage (CPU, memory, disk)
  • Intervene at any time via the web terminal

When the agent completes:

  • A draft PR is opened (if configured)
  • The ticket status is updated
  • You review the results and merge
  • Use specific, well-written tickets — the AI agent’s output quality depends on the input context
  • Enable host networking if the container needs to expose ports for local testing
  • You can launch multiple containers in parallel across different workers
Getting Started Concepts Guides CLI Self-Hosting Reference Links