Back to docs

Headless Mode

Anime can run without a TUI for scripting, CI/CD pipelines, and editor integration via the Agent Client Protocol (ACP).

Running headless

~anime --headless "refactor the auth module"

Agent Client Protocol

Anime supports the ACP over WebSocket for embedding in editors and custom tools:

~anime --acp-server --port 8080

CI/CD usage

Use Anime in GitHub Actions, GitLab CI, or any CI/CD pipeline for automated code review, refactoring, and testing.