Getting Started — Installation
Installation
Install the Switchyard Relay on your infrastructure in under 60 seconds.
The Switchyard Relay runs on any Linux server with Docker. Installation takes about 60 seconds.
Requirements
- OS: Ubuntu 20.04+, Debian 11+, or any Linux distribution with systemd
- Docker: 20.10+ (the installer will install Docker if not present)
- Resources: 4GB RAM minimum, 20GB disk space
- Network: Outbound HTTPS access to
switchyard.cloud
Install
Run the installer:
curl -fsSL https://switchyard.cloud/install | sh
The installer will:
- Detect your OS and architecture
- Check for Docker (and install it if missing)
- Pull the
switchyard/relayDocker image - Run an interactive setup wizard
- Start the relay daemon via systemd
Configuration
During setup, you’ll be prompted for:
- Switchyard token — found in your dashboard at Settings → Relay
- AI provider API key — your Anthropic API key (stored encrypted locally)
- Git credentials — GitHub PAT or SSH key for repository access
All secrets are encrypted at rest using AES-256-GCM with a locally generated key.
Verify
Check that the relay is connected:
switchyard status
You should see:
Relay Status: connected
Version: 1.0.0
Uptime: 2m 30s
Containers: 0 active
The relay should also appear as “Connected” in your dashboard at Settings → Relay.
Next steps
- Create your first project in the dashboard
- Learn about the pipeline stages