1
Sign into Pullfrog console with GitHub
Navigate to the Pullfrog console and sign in with your GitHub account. This will authenticate you and allow Pullfrog to access your repositories.

2
Install the Pullfrog app
Install the Pullfrog GitHub App on a GitHub account. During installation, you can choose to limit access to specific repositories or grant access to all repositories.You can install the Pullfrog GitHub App on your personal account:
Or on an organization you control:
After installation, you’ll be redirected to the Pullfrog dashboard.


3
Select a repository
Select a repository you’d like to configure. While GitHub Apps are installed at the account level, all Pullfrog configuration is at the repo level—each repository has its own settings for triggers, modes, and agents.

4
Add the pullfrog.yml workflow
You’ll be prompted to create the 
.github/workflows/pullfrog.yml file in your repository. Pullfrog uses this workflow to programmatically trigger agent runs on your repo. You can add it with one click from the dashboard.
Manual installation
Manual installation
If you prefer to add the workflow manually, create
.github/workflows/pullfrog.yml with the following content:5
Add API keys
Navigate to your repository settings on GitHub and add the API keys for your chosen agent(s) as secrets:
- Navigate to
github.com/your_org/your_repo/settings/secrets/actions - Click New repository secret
- Add secrets for your chosen agent:
ANTHROPIC_API_KEY(for Claude)OPENAI_API_KEY(for Codex)GOOGLE_API_KEYorGEMINI_API_KEY(for Gemini)CURSOR_API_KEY(for Cursor)
6
Test your installation
Once the workflow is installed and your API keys are configured, you can test Pullfrog using the prompt box in the dashboard:
- Navigate to your repository in the Pullfrog dashboard
- Enter a prompt in the text box (e.g., “Tell me a joke”)
-
Click the Send button, or press
Cmd+Enter(Mac) orCtrl+Enter(Windows/Linux)
Next steps
- Configure triggers to automate agent runs
- Learn about modes to customize agent behavior
- See manual setup for advanced configurations

