Welcome to Stolonic

Set up your worker to start deploying agents.
1
API Key
2
Download
3
Connect
Your Worker API Key
This key authenticates your worker with the platform. Copy it now — it won't be shown again.
Loading...
Save this key now — it will not be shown again. If you lose it, generate a new one from the API Keys page.
Download Worker
Choose your platform and download the worker package. It includes everything you need to run a deployment worker.
🐧
Linux
amd64
macOS
Apple Silicon
💻
Windows
amd64
What you get
worker-setup/
  docker-compose.yml — worker service definition
  config.yaml — workspace & LLM configuration template
  .env.example — paste your API key here
Requires: Docker + Docker Compose v2
Start Your Worker
Extract the downloaded package, paste your API key, and start the worker.
  1. 1
    Extract the downloaded worker-setup package and open a terminal in that directory.
  2. 2
    Create a .env file with your API key:
    # .env STOLONIC_API_KEY=your-api-key
  3. 3
    Start the worker:
    docker compose up -d
Waiting for worker connection...
Start your worker and it will appear here automatically.
Lost your key? Generate a new one from the API Keys page.