Documentation

Complete guides for installation, deployment, API reference, and system architecture.

Docker Compose Setup

1

Clone the repository and navigate to the directory

2

Start all services with Docker Compose in one command

3

Run your first agent phase to test everything works

4

Access the web UI at http://localhost:3000 and start experimenting

Quick Start Example

# Start the system with Docker Compose
docker-compose up -d

# Check service status
docker-compose ps

# View logs for any service
docker-compose logs -f agent

# Run a test phase
docker-compose exec agent-vault \
  python -m agent_vault.cli phase --num 1

# Access the UI
# Visit http://localhost:3000 in your browser

Deployment Guides

Step-by-step instructions for AWS, GCP, Azure, and Kubernetes

API Reference (Self-Hosted)

REST API endpoints you'll run on your own infrastructure

Architecture Details

Deep-dive into the 40-phase pipeline and vault storage system

Ready to Deploy?

Get your commercial license and start deploying ArcticCodex in your environment.