Skip to content

Runtime Catalog

CropsCode supports multiple AI coding agents. Each runtime is a container image with a specific agent pre-installed and configured.

AgentDescriptionPlan
Claude CodeAnthropic’s Claude Code CLI for AI-assisted developmentStarter+
GitHub CopilotGitHub Copilot CLI agentStarter+
CodexOpenAI Codex CLI agentStarter+

All agents are available on all plans. The difference between plans is resource limits (concurrent containers, workers), not agent access.

Each agent requires its own API credentials:

AgentRequired Credential
Claude CodeAnthropic API key, Claude OAuth token, or platform credits
GitHub CopilotCOPILOT_GITHUB_TOKEN + GH_TOKEN
CodexOPENAI_API_KEY

Credentials are configured in the orchestrator. See Environment Variables.

Every container includes these tools:

  • GitHub CLI (gh)
  • Oh My Posh (shell prompt)
  • Nerd Font (terminal icons)
  • Shell Config (bash history, readline, tab completion)
  • Neovim

Infrastructure dependencies (always present):

  • Git, Node.js, curl, tmux

On Pro and Enterprise plans, you can build your own container images (Bring Your Own Image). This lets you:

  • Add project-specific dependencies
  • Pre-install language runtimes
  • Include proprietary tools
  • Configure custom shell environments

See Custom Containerfile.

See Supported Agents for the full capability matrix.

Getting Started Concepts Guides CLI Self-Hosting Reference Links