Create your account
Go to capy.ai, sign up, and choose the Capy Pro tier that matches your expected usage.
Connect a repository
From the dashboard, click Connect GitHub and install the Capy GitHub App. Choose which repositories to grant access to.
Let Captain set up your dev environment
Open Settings → Project → Dev environment and click Set up with Captain. Captain inspects your repos and writes the install scripts, commands, and VM size every run will use — see Dev environment.
Start a task
Click Start task, pick your repo, and choose a model. Claude Sonnet is a good default.Describe what you want. Be specific - reference files, mention patterns, explain the expected behavior. Here are some real examples:“Add a
/health endpoint to the Express server in src/server.ts that returns { status: 'ok', uptime: process.uptime() }.”“The login form at src/components/LoginForm.tsx doesn’t show validation errors. Add inline error messages for empty email and invalid password format.”“Refactor the user service in src/services/user.ts to use the repository pattern like we do in src/services/order.ts.”