Core concepts
- Docker-backed sandboxes: Isolated, persistent containers for agent execution.
- Mount modes:
ro,rw, andrwcopydefine 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.