AgisHub
🐙

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

NameTypeRequiredDescription
actionstringYesread | search | pr | status.
repostringYesowner/name.
payloadobjectNoAction-specific data.

Related tools