Integration
GitHub integration
Connect FlowSprite to a GitHub repository. Every Salesforce metadata change becomes a pull request on your default branch.
What FlowSprite does in your repo
01
Reads from main
Your default branch is the source of truth. Direct mirrors of your sandbox metadata baseline.
02
Topic branches per request
Each AI-drafted change gets its own branch, named after the request. Easy to identify; easy to delete after merge.
03
PRs with the original prompt
PR description carries the natural-language request. Reviewers see what was asked, what was drafted, and why.
04
Status checks and deploy reports
Sandbox deploy result posts back to the PR as a status check. Green or red, you see it before merging.
05
Branch protection respected
Required reviewers, status checks, signed commits — your existing GitHub policies apply.
Minimal permissions
FlowSprite asks for:
contents: write— to push branches and commitspull_requests: write— to open and comment on PRschecks: write— to post deploy status checksmetadata: read— required by GitHub for any app installation
We never ask for admin scope, organization member management, or workflow editing.