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.
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:

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.
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 workflow setup
If you prefer to add the workflow manually, create.github/workflows/pullfrog.yml with the following content:
Add API keys
Navigate to your repository settings on GitHub and add API keys for your preferred LLM provider(s) as secrets:- Navigate to
github.com/your_org/your_repo/settings/secrets/actions - Click New repository secret
- Add secrets for your preferred provider(s):
ANTHROPIC_API_KEY(for Claude models)OPENAI_API_KEY(for OpenAI models)GOOGLE_API_KEYorGEMINI_API_KEY(for Google models)MISTRAL_API_KEY(for Mistral models)GROQ_API_KEY(for Groq models)DEEPSEEK_API_KEY(for DeepSeek models)OPENROUTER_API_KEY(for OpenRouter — access multiple providers with a single key)
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
- Set up PR reviews, issue enrichment, and other automations
- Learn about modes to customize agent behavior
- See CI integration for advanced standalone workflows

