GitHub
52 operations100 webhooks
Code hosting platform for repositories, issues, pull requests, and developer workflows.
Supported operations
- DeleteWrite
Delete a comment
- GetRead-only
Get a specific comment
- ListRead-only
List all comments in a repository
- List For IssueRead-only
List comments on a specific issue or pull request
- UpdateWrite
Update a comment
Supported triggers
- Created
A branch was created
- Deleted
A branch was deleted
FAQ
Install corsair and @corsair-dev/github, add the GitHub plugin, and connect with an API key or OAuth. Then call methods like corsair.github.api.comments.delete() from your app. Corsair verifies webhooks, stores tokens, and syncs data per tenant.
Yes. GitHub supports an API key or OAuth. Use credentials or OAuth scopes that match what you automate. Create them in the GitHub developer console, then paste into Corsair or connect through managed auth in Hub.
Yes. One Corsair client can hit GitHub, GitHub, Notion, Stripe, and the rest. Trigger GitHub from a webhook, push updates to Slack, or chain actions across plugins. Same tenant context across integrations, plain TypeScript.
Teams use Corsair for code hosting platform for repositories, issues, pull requests, and developer workflows. Common builds include sync jobs, admin tooling, and agents that call GitHub APIs from your backend. Webhook handlers react to GitHub events and fan out to Slack, email, or other plugins in the same tenant. Local DB entities let you query synced GitHub records without hitting the API on every read.
The SDK is open source. Self-host and you pay Corsair nothing for the integration layer. Hub bills for hosted auth and execution, not per GitHub API call. Hub has a generous free tier. For hobby projects you can probably run the whole thing on free. Paid plans start to matter with more tenants or heavier traffic.
We maintain @corsair-dev/github in the open repo. When GitHub ships API changes, upgrade the package. Your call sites stay typed. You should not need to rewrite the integration layer each time.
No. Corsair does not read your GitHub data or hold individual access credentials. Credentials stay in your database. API calls run on your instance. We do not store GitHub data on your behalf.