- Cloud: Managed service and web app. Recommended for most teams.
- CLI: Command-line tool for local development and testing of agents.
- Self-Hosted: Deploy Buster in your own infrastructure for maximum control.
Buster Cloud
The fastest way to get started. No infrastructure to manage.1
Sign up
Visit buster.so/sign-up and create your account.
2
Install GitHub App
Authorize and install the Buster GitHub App on your repositories.Permissions required:
- Read repository contents
- Read and write pull requests
- Read and write issues and comments
3
Connect integrations
In the Buster dashboard:
- Connect your data warehouse (Snowflake, BigQuery, etc.)
- Optionally connect Slack, dbt Cloud, and other tools
4
Deploy your first agent
Add a YAML file to
.github/buster/agents/ in your repository and push to main.The agent will be automatically detected and deployed.Buster CLI
The CLI lets you test agents locally before deploying them.npm Install
yarn Install
Homebrew Install
Authenticate
Basic Commands
See the Testing & Debugging guide for more CLI commands and usage examples.
Self-Hosted Deployment
Deploy Buster in your own infrastructure for maximum control over data, security, and compliance.Self-hosting requires an Enterprise plan. Contact [email protected] for more information and license keys.
- Kubernetes cluster (version 1.24+)
- PostgreSQL database (version 14+)
- Redis (version 7+)
- S3-compatible object storage
- 4 CPU cores
- 8 GB RAM
- 50 GB storage
- 8+ CPU cores
- 16+ GB RAM
- 200+ GB storage
- Auto-scaling enabled