Get started in 5 minutes
From zero to a live app.
BossLabs Launch runs inside Claude Code. You connect one server, then deploy real apps by describing what you want. No Vercel, Neon, or GitHub accounts — we own the infrastructure.
01Connect the MCP server
In your terminal, add the BossLabs server to Claude Code. Run this once — Claude Code remembers it.
Replace YOUR_TOKEN with the access token from the next step.
02Get your access token
Your token identifies you to the platform so your apps stay yours. Grab it from the connect page:
Open the connect page →Keep it private — anyone with your token can manage your apps.
03Launch your first app
Open any project in Claude Code and say the sentence. Pick a slug — that's the subdomain.
Claude Code reserves the slug, uploads your code, and provisions everything. In 60–120 seconds you'll get:
Open it in a browser — real deployment, real database, HTTPS included.
04Manage it — all by asking
Everything after launch is a sentence too. A few things you can say:
Under the hood, these map to the tools BossLabs exposes:
launch_app / start_launchReserve a slug and ship it live.app_statusSee your apps, their URLs, and states.set_envAdd a secret — encrypted, never echoed back.redeploy_appShip a new version; the old one serves until it's green.app_logsTail logs inline, with credentials redacted.destroy_appTear down the app, its database, and its repo.