- Install the CLI.
- Log in to Amika.
- Create your first sandbox from a git repo.
- Run an agent inside the sandbox.
Prerequisites
- macOS or Linux
- Docker (only required if running local sandboxes)
Amika is in beta. CLI flags and APIs may change.
Step 1: Install the CLI
Step 2: Log in
Authenticate with Amika using the WorkOS device authorization flow. This opens your browser for approval.Step 3: Set up agent credentials
This pushes your local Claude Code OAuth credentials to the Amika secrets store. Then, sandboxes will auto-use this credential so you don’t need to log in again (unless you specify otherwise).Step 4: Set up your Github PAT
We use Github personal access tokens (PATs) to give your agent access to your selected Github repositories and to let them push commits or make pull requests. Go to the Git settings and configure your PAT.Step 5: Create your first sandbox
Run this inside a git repository.--git mounts the repo root into the sandbox.
/home/amika/workspace/{repo}.
Step 6: Run a coding agent in the sandbox
Optional: run agents in parallel
Next steps
Repository configuration
Configure sandbox defaults with .amika/config.toml.
Presets
Pick preset images like
coder and claude.Authentication
Export discovered keys for Claude, Codex, and OpenCode.
CLI reference
See full command and flag documentation.