Integrations
CoFounderBot integrates with external services to enhance your workflow.
GitHub
Connect a GitHub Personal Access Token to enable:
- Auto-commit — Coder agent commits code to a branch after each step
- Create PRs — One-click PR creation from the mission page
- Branch naming — Automatic `mission-{id}` branch naming
Setup
- Go to github.com/settings/tokens
- Create a new token with `repo` scope
- Go to Dashboard → Settings → GitHub Integration
- Paste your token and click Validate
- In your mission config, set the repository (owner/repo) and enable auto-commit
Telegram
Receive real-time updates and interact with Director from Telegram:
- Start a chat with the CoFounderBot Telegram bot
- Send `/start` to get your chat ID
- Go to Dashboard → Settings → Telegram Bot
- Enter your chat ID and save
Local Models (Ollama)
Run agents locally on your machine for zero API costs:
- Install Ollama from ollama.ai
- Pull a model: `ollama pull llama3.1`
- Go to Dashboard → Settings → Local Models
- Set the server URL (default: `http://localhost:11434\`)
- Choose your default model
Note: Local models are great for testing and standups but may produce lower quality outputs for complex coding tasks.