- Build Amika.
- Create your first sandbox from a git repo.
- Run an agent inside the sandbox.
Prerequisites
- macOS or Linux
- Go 1.21 or later
- Docker
Amika is in beta. CLI flags and APIs may change.
Step 1: Build Amika
Step 2: Create your first sandbox
Run this inside a git repository.--git mounts the repo root into the sandbox.
/home/amika/workspace/{repo}.
Step 3: Run a coding agent in the sandbox
Optional: run agents in parallel
Next steps
Sandbox configuration
Configure setup scripts and credential auto-mounting.
Presets
Pick preset images like
coder and claude.Development testing
Run
make test-* and coverage checks locally.Auth extract
Export discovered keys for Claude, Codex, and OpenCode.
CLI reference
See full command and flag documentation.