🐙
GitHub Ops
Open PRs, read repos, run CI
⚙️ Code & DevOpsAPIMCPSDK
Overview
A scoped GitHub toolbelt for coding agents: read files, search code, create branches, open pull requests and check workflow status — all with fine-grained permissions.
Call it from any agent
curl https://api.agishub.com/v1/tools/github \
-H "Authorization: Bearer $AGISHUB_KEY" \
-H "Content-Type: application/json" \
-d '{ "action": "search", "repo": "acme/api", "payload": { "q": "TODO" } }'Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| action | string | Yes | read | search | pr | status. |
| repo | string | Yes | owner/name. |
| payload | object | No | Action-specific data. |