Skip to main content
Amika is an open-source CLI and HTTP API for running coding agents in sandboxes.

Core concepts

  • Docker-backed sandboxes: Isolated, persistent containers for agent execution.
  • Mount modes: ro, rw, and rwcopy define how agents can access data.
  • Credential discovery: Amika discovers local coding-agent credentials and mounts snapshots into containers.
  • Preset images: Bundled images (coder, coder-dind) with common tooling.
  • Services: Named network-facing components with port mappings and URL schemes, declared in .amika/config.toml.
  • Materialization: Ephemeral containers run scripts or commands and copy outputs to host paths.

Command surface

Package layout

Dependencies

State storage

State files are stored in XDG paths by default. See Storage paths for exact locations.