Available presets
coder (default)
- Image:
amika/coder:latest - Base: Ubuntu 24.04
- Tools: Git, curl, zsh, build essentials, Python, Node.js 22,
pnpm, TypeScript,tsx - Agent CLIs: Claude Code, Codex, OpenCode
claude
- Image:
amika/claude:latest - Base: Ubuntu 24.04
- Tools: Git, curl, zsh, build essentials, Python, Node.js 22,
pnpm, TypeScript,tsx - Agent CLIs: Claude Code
Use a preset
--preset and --image are mutually exclusive.
Auto-build behavior
Preset images build automatically the first time you use them. If you want to force a rebuild:coder rebuilds the image.
Setup scripts
Both presets run/opt/setup.sh before the main command.
Use --setup-script to inject your setup logic when creating a sandbox:
Custom image prefix
UseAMIKA_PRESET_IMAGE_PREFIX to change naming for generated preset images.
amika/coder:latest to myregistry/amika-coder:latest.
Agent credential auto-mounting
When you create a sandbox or run materialize, Amika auto-discovers and mounts supported credential files asrwcopy snapshots.
This gives agents credentials inside the container without modifying host source files.