Skip to main content
You can use a coding agent (Claude Code, Codex, OpenCode, or similar) to analyze your repository and generate a .amika/config.toml and setup script tailored to your project.

How it works

Create a sandbox loaded with the repo you are setting up. In CLI:
Or, go to https://app.amika.dev/sandbox and create a sandbox for your repo, then connect to it. In the sandbox, navigate to the git repo, and copy the prompt below into your coding agent. The agent will:
  1. Investigate your repo to discover languages, frameworks, services, ports, and environment variables.
  2. Ask you to confirm its findings and answer a few questions about your preferences.
  3. Generate a .amika/config.toml and .amika/scripts/setup.sh ready for sandbox creation.

The prompt

Copy and paste this prompt into your coding agent:

After the agent generates the config

Once the agent has created your .amika/config.toml and setup script, you need to:
  1. Commit the .amika/ files to the repository. amika sandbox create clones a clean copy of the committed tree by default, so uncommitted config and scripts are not picked up:
  1. Push any secrets referenced in your config:
  1. Create a sandbox to test the configuration (run from inside the repo; the repo is auto-detected):
  1. Check that services started correctly: