Integrations / GitHub Enterprise
The coding agent for GitHub Enterprise
github.com or GitHub Enterprise Server: label an issue, and FragonForge plans, codes, and tests the fix in an isolated sandbox, then opens a pull request for your review.
Reachability check before you invest setup time: FragonForge is a hosted service and calls your forge's API from our infrastructure. Your instance must be reachable from the internet; one that is only reachable inside a VPN or private network cannot be connected today. A quick self-check: if curl -sI https://your-instance/ answers from a machine outside your network (a phone hotspot works), you are reachable. On the Enterprise tier, a deployment on your own hardware can be arranged by agreement.
github.com and GitHub Enterprise Server
/api/v3For GitHub Enterprise Server you add your API endpoint once per organization. The token is validated live against your host before anything is saved, and the app shows you the exact token scopes it needs when you connect.
Every run spends your own LLM key: Anthropic, OpenAI, Google, OpenRouter, Groq, DeepSeek, or any OpenAI-compatible endpoint. We never resell tokens or mark them up.
The loop on GitHub Enterprise
Add the trigger label to an issue. FragonForge receives the webhook and verifies both the signed URL token and your webhook secret.
The agent works in an isolated per-run Kubernetes sandbox: it reads the issue, inspects the code, writes the fix, and runs your test suite.
It pushes a branch and opens a pull request with a description of what it did and why, and comments on the issue.
You review and merge. FragonForge never merges on its own.
Frequently asked questions
Does it work with GitHub Enterprise Server behind our firewall?
Your GHES instance must be reachable from outside your network, because FragonForge is a hosted service that calls your API over HTTPS. An instance that is only reachable inside a VPN cannot be connected today. Plain github.com works out of the box.
Do you support GitHub Apps or only tokens?
Token-based access today: you connect a personal access token scoped to the repositories you want automated. The app shows the exact scopes when you connect.
Which plan do I need for GitHub Enterprise?
Any plan, including Free. Forge support is never a paid feature.
We are only on github.com. Should we not just use Copilot's coding agent?
Maybe, and we say so plainly: Copilot's agent is built into github.com and wins on IDE assistance and integration depth there. Read the comparison at /compare/github-copilot/ before you decide. FragonForge earns its place when you run GitHub Enterprise Server or a second forge, want BYOK on every plan, or want EU-hosted orchestration.
Try it on one repository
Free plan: 1 repository, 100 runs per month, hard stop, no credit card. Isolation architecture on the security page.
Start free