Prerequisites
- An invite code (Codewire is in private beta)
- After account creation, 2FA setup is mandatory — you’ll be redirected to configure it before accessing the dashboard
Web quickstart
1. Create your account
- Go to codewire.sh/signup
- Enter your invite code, name, email, and a password (minimum 12 characters)
- Verify your email, then set up 2FA with an authenticator app
Save your backup codes — they’re shown only once and are your fallback if you lose access to your authenticator app.
2. Create an organization
- From the dashboard, click New Organization
- Enter a name and slug for your organization
- Click Create
3. Add a Coder resource
- Inside your organization, click Add Resource
- Select Coder as the resource type
- Choose a plan (all plans include a 14-day free trial)
- Enter a slug — this becomes your Coder URL:
your-slug.codewire.sh - Click Create Resource
If this is your first resource, you’ll be redirected to Stripe Checkout to set up billing.
4. Wait for provisioning
Codewire provisions a dedicated Coder deployment. This typically takes 2-5 minutes. The resource detail page shows a provision timeline with real-time progress.5. Launch a workspace
Once your resource shows Running:- Click Launch in the sidebar
- Enter a repo URL and click Analyze — AI detects your language, framework, and services
- Review the detection results and adjust options if needed
- Click Launch Workspace
6. Connect GitHub (recommended)
- Go to Secrets in the sidebar
- Set your GitHub Token for private repo access
7. Invite your team (optional)
- Go to your organization’s Settings page
- Click Members, enter an email and click Invite
CLI quickstart
1. Install
2. Set up
3. Launch a workspace
4. Run an agent
What’s next?
Launch workspaces
Learn about the AI-powered workspace launcher.
CLI platform commands
Full reference for platform-mode CLI commands.
Resource dashboard
Learn what’s on the resource detail page.
Connect GitHub
Set up GitHub authentication for your Coder instance.