Getting Started
Quick Start
Create your first Terragon-generated pull request in minutes
Getting Started
First time setup
When you log in for the first time, you'll be guided to:
- Authorize access to specific GitHub repositories
- Connect your AI provider credentials (Claude Code, OpenAI, etc.)
When you complete onboarding, you'll be taken to Home
Create your first task
From Home:
- Type into the prompt box, or choose from suggested prompts
- Add context to help guide the agent
- Submit your task
- When the task is done, Terragon will create a pull request with your requested changes
Testing changes and merging your first pull request
From Home:
- Navigate to your task
- Open the Code menu in the top right
- Copy the
terry pull
command to pull your changes to your local repository. If you haven't installed the Terry CLI, do that first. - Once you pull locally, you can run your build process, make any necessary tweaks, then push to your remote branch and merge your pull request
That's it! Your first task is complete and your first Terragon-generated pull request has been merged.