Cloud Setup
For most teams.
Prerequisites
- A Burdenoff Workspaces tenant with at least one workspace
- Workspace admin role
Steps
1. Enable Vibecontrols in your workspace
In the Burdenoff Workspaces admin: Workspace → Apps → Vibecontrols → Enable.
2. Visit app.vibecontrols.com
Sign in with your Burdenoff Workspaces credentials.
3. Install the agent on your first machine
npm install -g @vibecontrols/agent @vibecontrols/cli
vibecontrols auth login
vibe start
From the web app: Targets → Add Target. The platform pushes OAuth credentials to your agent, which then connects.
4. Create your first vibe
vibecontrols vibes create --name my-app --path ~/code/my-app --type REPOSITORY
5. Onboard your team
Each team member runs the same install + auth + vibe start on their machines. They appear as their own Targets.
Configurations to set early
- Tunnel provider — default is Cloudflare. If you need VibeTunnels:
vibecontrols config set --key tunnel.provider --value vibetunnels --scope WORKSPACE - AI provider — pick
claude/openai/openrouter - Webhook secret rotation period —
config.webhook.secretRotationDays
See Configurations.