All integrations

GitHub

GITHUB · DEVELOPER

Repos, issues, and pull requests, per user instead of one machine token.

Acts as the person, not as itself

Each user connects their own account. Every call carries both identities — the agent and the person it is acting for — so the agent can never reach past what that individual can already do.

Credentials never touch the agent

Tokens live in the vault and attach server-side at call time. The agent holds a session, not a secret, and revoking access does not mean rotating a key.

Every call on the record

Who asked, which agent acted, which action ran, and the verdict that let it through — one audit trail across every integration, not one per vendor.

What an agent can do

Each action is granted on its own. An agent allowed to read is not thereby allowed to write, and the scope beside each row is what the acting user must have connected for it to run at all.

github_create_issueWRITE

Create a new issue in a GitHub repository.

repo
github_create_pull_requestWRITE

Create a new pull request in a GitHub repository.

repo
github_get_connection_infoREAD

Get GitHub connection information including username, accessible repositories, and connection status.

no provider scope
github_get_issueREAD

Get detailed information about a specific GitHub issue including title, body, labels, and assignees.

repo
github_get_pull_requestREAD

Get detailed information about a specific GitHub pull request including title, body, merge status, and reviewers.

repo
github_get_repoREAD

Get detailed information about a specific GitHub repository including description, stars, forks, and default branch.

repo
github_get_userREAD

Get GitHub user profile information including username, name, bio, and public repos count.

read:user
github_list_branchesREAD

List branches in a GitHub repository.

repo
github_list_commitsREAD

List commits in a GitHub repository.

repo
github_list_issuesREAD

List issues for a GitHub repository.

repo
github_list_pull_requestsREAD

List pull requests for a GitHub repository.

repo
github_list_reposREAD

List GitHub repositories accessible to the authenticated user.

repo

Put GitHub behind one governed endpoint.

Same permissions, same audit trail, whatever else you connect next.