Skip to main content
1

Create your account

Go to capy.ai and sign up. You’ll get a free trial to start.
2

Connect a repository

From the dashboard, click Connect GitHub and install the Capy GitHub App. Choose which repositories to grant access to.
3

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.”
4

Review and create a PR

Check the diff view to see what changed. When you’re happy with it, click Create PR and merge on GitHub.
For complex work, start with Captain instead - it’ll read your codebase and plan the approach before coding starts.