> ## Documentation Index
> Fetch the complete documentation index at: https://docs.amika.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Infra to build your software factory.

Amika is infra for building your software factory. Spin up multiplayer sandboxes
pre-loaded with any coding agent, and run autonomous background agents for
code-generation jobs.

Control agents via CLI, web UI, or HTTP API. Seamlessly switch between
programmaticly automated agent workflows and human-steered vibe coding with
Codex, Claude Code, OpenCode, and more.

Amika is currently in beta and invite-only. The open source CLI is available at
[https://github.com/gofixpoint/amika](https://github.com/gofixpoint/amika). You can also run this CLI in "local" mode
to run sandboxed Docker coding agent containers without the Amika hosted
service.

<div style={{position: "relative", paddingBottom: "64.67065868263472%", height: 0}}>
  <iframe src="https://www.loom.com/embed/495e3ce8be2447dfbb7c6717cdca6cce" allowFullScreen style={{position: "absolute", top: 0, left: 0, width: "100%", height: "100%"}} />
</div>

## What you can do with Amika

Amika combines these core capabilities:

* Run sandboxes loaded with any coding agent and set up with a per-sandbox dev environment
* Clone one or more Git repos onto the sandbox
* Expose any TCP or UDP port to preview changes to the app, database, backend, whatever!
* Programatically control the sandboxed agents for code-gen jobs
* Record the entire agent chat session as additional context and attach alongside the Git commits *(coming soon)*
* Run arbitrary "materialization" scripts to collect context data from elsewhere and output it onto the sandbox's filesystem *(coming soon)*

## Start here

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Install the CLI and create your first sandbox.
  </Card>

  <Card title="Repository configuration" icon="gear" href="/reference/repository-configuration">
    Configure sandbox defaults with .amika/config.toml.
  </Card>

  <Card title="CLI reference" icon="square-terminal" href="/reference/cli">
    Browse command syntax, key flags, and examples.
  </Card>

  <Card title="Pricing" icon="dollar-sign" href="https://www.amika.dev/pricing">
    Compare plan tiers, billing units, and managed sandbox costs.
  </Card>
</CardGroup>

## Product links

<CardGroup cols={3}>
  <Card title="Website" icon="globe" href="https://www.amika.dev">
    Read product overview and use cases.
  </Card>

  <Card title="Pricing" icon="dollar-sign" href="https://www.amika.dev/pricing">
    Compare plan tiers and billing units.
  </Card>

  <Card title="GitHub" icon="github" href="https://github.com/gofixpoint/amika">
    View source code and contribute.
  </Card>
</CardGroup>
