
Connect your stack
27 native integrations. 3,200+ tools via managed connectors. Most are one-click OAuth, some use API keys - Viktor handles auth and starts working. No webhooks, no Zapier zaps.
Viktor is an AI employee that connects to GitHub in one click via OAuth and helps you build, test, and deploy code through CI/CD pipelines, running 300 GitHub actions for you like Get a blob, Get an app, and Fork a gist. Ask in plain English in Slack or Microsoft Teams; Viktor does the work in GitHub and reports back. Setup takes about two minutes.
Free to start · No credit card · SOC 2 Type 1 · Works in Slack & Microsoft Teams
Messages you'd actually send. Paste one into Slack or Microsoft Teams, swap in your specifics, and Viktor takes it from there.
“Check GitHub for the latest failed build and summarize the likely cause.”
— you, in Slack or Teams
“Trigger a deploy in GitHub for the latest release and report when it's done.”
— you, in Slack or Teams
“Watch GitHub for failed pipelines and post a summary here with the likely cause.”
— you, in Slack or Teams
“Summarize what shipped through GitHub this week for the changelog.”
— you, in Slack or Teams
Ask in plain English in Slack or Microsoft Teams. Viktor picks the right GitHub actions, runs the work, and reports back. No workflows to build.
Tool to abort a repository migration that is queued or in progress. Use when you need to cancel an ongoing migration operation.
Accepts a PENDING repository invitation that has been issued to the authenticated user.
Adds GitHub Apps to the list of apps allowed to push to a protected branch. The branch must already have protection rules with restrictions enabled. This endpoint only works for organization repositories, not personal repositories. Apps must be installed on the repository with 'contents' write permissions.
Adds a GitHub user as a repository collaborator, or updates their permission if already a collaborator; permission applies to organization-owned repositories (personal ones default to 'push' and ignore this field), and an invitation may be created or permissions updated directly.
Adds assignees to a GitHub issue. This action only adds users - it does not remove existing assignees. Changes are silently ignored if the authenticated user lacks push access to the repository.
Adds one or more email addresses (which will be initially unverified) to the authenticated user's GitHub account; use this to associate new emails, noting an email verified for another account will error, while an existing email for the current user is accepted.
Tool to add a custom field to a user-owned GitHub Projects V2 project. Use when you need to add fields like status, priority, or custom data to organize project items.
Tool to add an issue or pull request to a user-owned GitHub project. Use when you need to add existing repository items to a project board.
Adds labels (provided in the request body) to a repository issue; labels that do not already exist are created.
Adds new custom labels to an existing self-hosted runner for an organization; existing labels are not removed, and duplicates are not added.
Adds a GitHub user to a team or updates their role (member or maintainer), inviting them to the organization if not already a member; idempotent, returning current details if no change is made.
Adds a classic project to a team or updates the team's permission on it. This endpoint grants or updates permissions for a team on a specific classic project (not Projects V2). The authenticated user must have admin permissions for the project. Both the team and project must belong to the same organization. Requirements: - The project must be a classic project (not GitHub Projects V2) - The authenticated user must have admin permissions on the project - The team and project must be in the same organization - Requires 'admin:org' scope for the authentication token Returns HTTP 204 No Content on success, 403 if project is not an org project, or 404 if the organization, team, or project is not found.
Sets or updates a team's permission level for a repository within an organization; the team must be a member of the organization.
Adds a specified GitHub user as a collaborator to an existing organization project with a given permission level. Note: This endpoint is for organization projects (classic). You must be an organization owner or a project admin to add a collaborator. Classic projects are being deprecated in favor of the new Projects experience.
Adds a repository to a GitHub App installation, granting the app access; requires authenticated user to have admin rights for the repository and access to the installation.
Adds a repository to an existing organization-level GitHub Actions secret that is configured for 'selected' repository access.
Grants an existing repository access to an existing organization-level Dependabot secret when the secret's visibility is set to 'selected'; the repository must belong to the organization, and the call succeeds without change if access already exists.
Adds and appends custom labels to a self-hosted repository runner, which must be registered and active.
Adds a repository to an organization secret's access list when the secret's visibility is 'selected'; this operation is idempotent.
Grants a repository access to an organization-level GitHub Actions variable, if that variable's visibility is set to 'selectedrepositories'.
Grants a specified repository access to an authenticated user's existing Codespaces secret, enabling Codespaces created for that repository to use the secret.
Adds one or more social media links (which must be valid, full URLs for platforms supported by GitHub) to the authenticated user's public GitHub profile.
Adds status check contexts to a protected branch's required status checks. This action appends new status check contexts to the existing list of required status checks for a protected branch. The branch must already have branch protection enabled with status checks configured. Note: The 'contexts' parameter is deprecated by GitHub in favor of 'checks' array. For new implementations, consider using updatestatuscheckprotection with the 'checks' parameter instead.
Tool to add a sub-issue to a parent GitHub issue using GraphQL. Use when you need to establish a parent-child relationship between issues. Requires the 'subissues' GraphQL feature to be enabled.
Adds teams to the list of teams with push access to a protected branch. This action grants additional teams push access to a protected branch. Unlike 'Set team access restrictions' (PUT), this action adds to the existing list rather than replacing it entirely. Prerequisites: - The repository must be owned by an organization (not a personal account) - The branch must have protection rules enabled - The branch protection must have restrictions configured - The teams must exist in the organization and have repository access.
Adds users to the list of people allowed to push to a protected branch in an organization repository. Important notes: - This action only works on organization-owned repositories (not personal repos) - The branch must already have protection rules with restrictions enabled - Users must have write access to the repository to be added - The combined total of users, apps, and teams is limited to 100 items.
Adds organization members to the list of users granted Codespaces access billed to the organization. IMPORTANT: This endpoint requires the organization's Codespaces billing access to be set to 'selectedmembers' mode. If not already configured, use the GITHUBMANAGEACCESSCONTROLFORORGANIZATIONCODESPACES action first to set visibility to 'selectedmembers'.
Retrieves a map of all top-level GitHub REST API resource URLs and their templates.
Approves a workflow run from a forked repository's pull request; call this when such a run requires manual approval due to workflow configuration.
Assigns an existing organization-level role (identified by roleid) to a team (identified by teamslug) within a GitHub organization (org), provided the organization, team, and role already exist.
Assigns a specific organization role to a user who is a member or an outside collaborator in a GitHub organization, using a valid role ID.
List Docker packages with migration conflicts for the authenticated user. This endpoint lists all Docker packages owned by the authenticated user that encountered namespace conflicts during the Docker-to-GitHub Container Registry (GHCR) migration. Conflicts occur when a package with the same name exists in both the legacy Docker registry and GHCR. IMPORTANT: The Docker registry for GitHub Packages was deprecated on Feb 24, 2025. This endpoint may return a 400 error with message 'Package migration for docker is no longer supported' as the migration period has ended. In this case, the action returns an informative response instead of failing. Use case: Identifying packages that require manual migration to GHCR. Required scope: read:packages (for OAuth and personal access tokens).
Blocks an existing individual GitHub user (not an organization or your own account), preventing them from interacting with your account and repositories.
Blocks a GitHub user from an organization, preventing their contributions, collaboration, and forking of the organization's repositories. Requires admin or 'Blocking users' organization permission (write access).
Cancels an existing, ongoing or queued GitHub Pages deployment for a repository using its pagesdeploymentid.
Tool to cancel an active GitHub sponsorship using GraphQL. Use when you need to terminate a sponsorship relationship between a sponsor and a sponsorable entity. Either sponsor ID/login and sponsorable ID/login must be provided.
Cancels a workflow run in a GitHub repository if it is in a cancellable state (e.g., 'inprogress' or 'queued'). Returns 202 Accepted on success.
Check if the authenticated user is following a specified person on GitHub. Use this action when you need to verify whether the currently authenticated user follows another GitHub user. The action returns a boolean status and descriptive message.
Checks if a gist is starred by the authenticated user. Returns isstarred: true if the gist is starred (HTTP 204), or isstarred: false if not starred (HTTP 404). Use this to verify star status before starring/unstarring a gist.
Checks if a specified GitHub pull request has been merged, indicated by a 204 HTTP status (merged) or 404 (not merged/found).
DEPRECATED: Use GITHUBCHECKIFAREPOSITORYISSTARREDBYTHEUSER instead.
Verifies if a GitHub user can be assigned to issues in a repository; assignability is confirmed by an HTTP 204 (No Content) response, resulting in an empty 'data' field in the response.
Checks if a specified GitHub user can be assigned to a given issue within a repository.
Checks if a GitHub user username follows targetuser; returns a 204 HTTP status if true, 404 if not or if users are invalid.
Checks if the specified GitHub user is blocked by the authenticated user; a 204 No Content response indicates the user is blocked, while a 404 Not Found indicates they are not.
Checks if a GitHub user is blocked by an organization. Returns isblocked=True if the user is blocked (HTTP 204), or isblocked=False if not blocked (HTTP 404). Requires 'Blocking users' organization permission (read access).
Checks if a user is a collaborator on a specified GitHub repository, returning a 204 status if they are, or a 404 status if they are not or if the repository/user does not exist.
Checks if the authenticated GitHub user follows a target GitHub user. Returns a structured response with isfollowing=True when following (HTTP 204), or isfollowing=False when not following (HTTP 404).
Checks if private vulnerability reporting is enabled for the specified repository.
Tool to check if a user is a public member of an organization. Use when you need to verify public organization membership status.
Check if a repository is starred by the authenticated user. Use this action when you need to verify whether the authenticated user has starred a specific repository. This is useful for confirming star status before performing star/unstar operations or displaying repository status.
Checks if a team has 'read', 'write', or 'admin' permissions for an organization's specific classic project, returning the project's details if access is confirmed.
Checks a team's permissions for a specific repository within an organization, including permissions inherited from parent teams.
Checks if a GitHub App or OAuth accesstoken is valid for the specified clientid and retrieves its details, typically to verify its active status and grants. NOTE: This endpoint requires Basic Authentication using the OAuth App's clientid as username and clientsecret as password. The accesstoken parameter must be an OAuth token issued by the specified OAuth App.
Tool to clear the value of a field for an item in a GitHub Project V2. Use when you need to remove or reset a field value (text, number, date, assignees, labels, single-select, iteration, or milestone fields).
Deletes GitHub Actions caches from a repository matching a specific key and an optional Git ref, used to manage storage or clear outdated/corrupted caches; the action succeeds even if no matching caches are found to delete.
Removes all custom labels from a self-hosted runner for an organization; default labels (e.g., 'self-hosted', 'linux', 'x64') will remain.
Close a GitHub issue by setting its state to closed. Use this action when you need to mark an issue as resolved or no longer relevant. Optionally specify a reason for closing (completed or notplanned) to provide context.
Closes an open pull request without merging it. The pull request state is set to "closed" and it can be reopened later if needed. Use this action when you want to reject or abandon a pull request without merging the proposed changes into the base branch. You must have write access to the repository to close pull requests.
Tool to atomically create, update, or delete multiple files in a GitHub repository as a single commit. Uses Git Data APIs to avoid SHA mismatch conflicts that occur with the Contents API when multiple files are modified in parallel. Use when you need to make multi-file changes reliably. BRANCH CREATION: When committing to a new branch (e.g., 'fix/my-fix' or 'feature/new-feature'), you MUST provide 'basebranch' (typically 'main' or 'master') to create the branch from. If the branch already exists, basebranch is not needed. This action handles race conditions automatically: if the branch is updated by another commit between fetching the HEAD and updating the reference (resulting in a 422 'not a fast forward' error), the action will retry by refetching the HEAD and rebasing changes. Use maxretries to control this behavior.
Compares two commit points (commits, branches, tags, or SHAs) within a repository or across forks, using BASE...HEAD or OWNER:REF...OWNER:REF format for the basehead parameter.
Generates a JIT configuration for a GitHub organization's new self-hosted runner to run a single job then unregister; requires admin:org scope and the runnergroupid must exist in the organization.
Sets or updates the OIDC subject claim customization template for an existing GitHub organization by specifying which claims (e.g., 'repo', 'actor') form the OIDC token's subject (sub). This action customizes which claim keys are included in the OIDC subject claim for the specified organization. It allows for fine-tuning the content of the subject claim based on organizational needs.
Converts an existing organization member, who is not an owner, to an outside collaborator, restricting their access to explicitly granted repositories.
Converts an open pull request to draft status, indicating it is not ready for review. Use this action when you need to mark a PR as work-in-progress after it has been opened. Draft pull requests cannot be merged until they are marked as ready for review. This action is useful when additional work is needed before the PR can be reviewed or merged.
Creates a Git blob in a repository, requiring content and encoding ('utf-8' or 'base64'). Requires write access to the repository.
Creates a new check run for a specific commit in a repository, used by external services to report status, detailed feedback, annotations, and images directly within the GitHub UI. NOTE: This endpoint requires GitHub App authentication - OAuth tokens and personal access tokens cannot create check runs.
Creates a new check suite for a specific commit (headsha) in an original repository (not a fork). IMPORTANT: This endpoint requires a GitHub App installation access token - OAuth tokens and classic personal access tokens cannot use this endpoint. GitHub dispatches a checksuite webhook event with the requested action upon success.
Creates a GitHub Codespace for the authenticated user, requiring a JSON request body with either repositoryid (integer) or a pullrequest object (containing pullrequestnumber (integer) and repositoryid (integer)). This action allows users to set up a development environment quickly by creating a codespace from a specified repository or pull request.
Creates a GitHub Codespace for an open pull request in a Codespaces-enabled repository, with options to customize its configuration.
Creates a GitHub Codespace for the authenticated user in a specified repository, which must be accessible and use a valid devcontainer.json if devcontainerpath is specified.
Creates a new commit in a GitHub repository; the tree SHA and any parents SHAs must already exist in the repository.
Creates a comment on a specific commit, or on a specific line if path and position are provided.
Sets a commit's status (e.g., error, failure, pending, success from CI/CD) for a given SHA; max 1000 statuses per SHA/context.
Creates a custom role with defined permissions within a GitHub organization.
Creates a deploy key for a repository; the repository must exist and be accessible, and the provided key must be a valid public SSH key.
Creates a GitHub deployment for an existing repository, targeting a specific ref (branch, tag, or SHA) that must also exist within the repository.
Creates a deployment branch or tag policy for an existing environment in a GitHub repository, using a Ruby File.fnmatch pattern (where doesn't match /) to specify which branches or tags are deployable.
Creates a status for an existing deployment, updating its operational state, associated URLs, and description.
Creates a new discussion post on a specific team's page within an organization.
Creates a new comment on an existing team discussion within a GitHub organization.
Creates a fork of an accessible repository, optionally into a specific organization, with a new name, or copying only the default branch.
Creates a new gist on GitHub with provided files, an optional description, and public/secret visibility.
Creates a new comment on a specified GitHub gist.
Use this action to complete the GitHub App Manifest flow (step 3 of 3) by exchanging the temporary authorization code for the app's full configuration, including credentials and private key. The code is provided via redirect URL after creating the app through GitHub's web interface and must be used within 1 hour.
Creates a GitHub Pages deployment for a repository using a specified artifact and OIDC token, provided GitHub Pages is enabled and the artifact (containing static assets) is accessible.
Configures or updates GitHub Pages for a repository, setting build type and source; ensure a Pages workflow exists for 'workflow' buildtype, or sourcebranch exists for 'legacy' or unspecified buildtype. This action allows users to effectively manage their GitHub Pages site settings, specifying how the site is built and where the source files are located.
Creates a new label in a specified GitHub repository, provided the repository exists and the user has write permissions.
Creates a milestone in a GitHub repository for tracking progress on issues or pull requests; requires repository existence and user write permissions.
Creates a repository autolink to automatically convert text references (e.g., 'TICKET-123') into hyperlinks, using a unique keyprefix and a urltemplate that includes <num>.
Creates an encrypted environment variable for a pre-existing environment within a GitHub repository; will fail if the variable name already exists.
Creates a new issue in a GitHub repository, requiring the repository to exist and have issues enabled; specific fields like assignees, milestone, or labels may require push access.
Creates a new comment on an existing GitHub issue or pull request within the specified repository.
Creates a new classic project board within a specified GitHub organization. Note: This action uses GitHub's Projects (classic) REST API. The classic projects feature may be disabled in some organizations, and GitHub recommends migrating to Projects V2 (accessible via GraphQL API) for new projects. Requirements: - The authenticated user must be an organization member with project creation permissions - Classic projects must be enabled for the organization - Requires 'repo' and 'admin:org' or 'write:org' scopes.
Creates a new repository within a specified GitHub organization, with options for detailed configuration including visibility, features, merge strategies, initial commit, and templates.
Creates a new, uniquely named GitHub Actions variable for an organization, with configurable repository access visibility (all, private, or selected).
Creates a webhook for a GitHub organization to deliver event notifications to a configured URL.
Creates a project card in a GitHub project column (classic projects only). DEPRECATION NOTICE: GitHub Projects (classic) was sunset on August 23, 2024. This API only works with existing classic project columns. New classic projects cannot be created. Consider using GitHub Projects V2 (GraphQL API) instead. The request body must contain either: - note: A text note for the card - OR contentid AND contenttype: To associate an issue or pull request.
Creates a new column in a GitHub project (classic). DEPRECATION NOTICE: GitHub Classic Projects (V1) and its REST API were sunset on April 1, 2025. This action will return a 404 error on GitHub.com. For new projects, use GitHub Projects V2 which uses the GraphQL API instead.
Creates a pull request in a GitHub repository, requiring existing base and head branches; title or issue must be provided.
Creates a NEW Git reference (branch or tag) in a repository. IMPORTANT: This action ONLY creates NEW references - if the reference already exists, it will fail with a 422 'Reference already exists' error. To update an existing reference, use the 'Update a reference' (GITHUBUPDATEAREFERENCE) action instead. The repository must not be empty prior to this operation.
Generates a temporary (one-hour) registration token to add a new self-hosted runner to an organization for GitHub Actions.
Generates a time-limited token required to register a new self-hosted runner with a specific repository.
Creates a release in a GitHub repository for a specified tag; the tag must be unique for published releases, and if a discussioncategoryname is given, it must already exist.
Generates a token, valid for one hour, to authenticate removing a self-hosted runner from an organization.
Generates a temporary (one-hour validity) token required to unregister and remove a self-hosted runner from a repository.
Posts a reply to a specific review comment on a GitHub pull request, requiring the repository, pull request, and original comment to exist, and a non-empty reply body.
Triggers a GitHub Actions workflow or a webhook on a repository by creating a repository dispatch event, allowing programmatic triggering of workflows based on events outside of GitHub.
Creates a new repository for the authenticated user, optionally within an organization if teamid is specified.
Publishes the specified codespace to a new repository, using the codespace's current state as the initial commit.
Creates a new GitHub Projects V2 project board linked to a specified repository. Note: This action uses GitHub's Projects V2 GraphQL API. The legacy Projects V1 REST API has been sunset by GitHub. The project is owned by the repository owner (user or organization) and linked to the specified repository.
Creates a uniquely named ruleset for a repository, defining rules for branches or tags with specified enforcement, conditions, and bypass actors.
Creates a new repository from an existing template repository; the authenticated user must have access to the template and, if creating in an organization, repository creation permissions within it.
Creates a new, unencrypted variable in a repository for GitHub Actions workflows; fails if a variable with the same name already exists.
Creates a webhook for a specified repository; requires admin permissions on the repository.
Creates a review comment on a pull request's diff, targeting a specific line, range of lines, an entire file, or replying to an existing comment.
Creates a pull request review, allowing approval, change requests, or comments; body is required if event is REQUESTCHANGES or COMMENT, and omitting event makes the review PENDING.
Exchanges a user-to-server token for a new, fine-grained scoped access token for a GitHub App, requiring clientid, accesstoken, either target or targetid, and at least one permission; for repository-specific scoping, provide either repositories (names) or repositoryids (IDs), but not both.
Creates a snapshot of a repository's dependencies to populate the GitHub dependency graph and enable security alerts; sha must be a 40-character commit ID, ref a fully qualified Git reference (e.g., refs/heads/main), and scanned an ISO 8601 timestamp.
Creates an annotated Git tag object in a repository, pointing to an existing Git object (commit, tree, or blob) defined by its SHA and ensuring the type field correctly specifies the object's type.
DEPRECATED: This API was sunset on August 30, 2024. Use GITHUBCREATEAREPOSITORYRULESET instead to create tag protection rules via repository rulesets.
Creates a new team in an organization, optionally with maintainers, repositories, specific privacy, notification settings, or a parent team; if parentteamid is given, privacy must be 'closed'.
Creates a temporary private fork of the specified repository to address a security vulnerability, linking the fork to a GHSA ID that must be specifically associated with this repository; the fork may take up to 5 minutes to become accessible.
Creates a new Git tree object in a repository, defining file/directory structure by specifying tree entries, optionally building on a basetree SHA; all provided SHAs must be valid.
Creates a new GitHub Projects V2 project board for the authenticated user to organize and track issues, pull requests, and notes. Note: This action uses GitHub's Projects V2 GraphQL API. The legacy Projects V1 REST API has been sunset by GitHub.
Manually triggers a GitHub Actions workflow identified by workflowid at a given ref, if the workflow is configured to accept workflowdispatch events.
Creates a new branch in a GitHub repository pointing to a specified commit. Use this action when you need to create a new branch from an existing commit SHA. IMPORTANT: This action only creates NEW branches. If the branch already exists, it will fail with a 422 'Reference already exists' error. The repository must not be empty (must have at least one commit) before creating a branch.
Enables commit signature protection for a specified branch, requiring all new commits to be signed.
Enables a custom deployment protection rule for an existing environment in a repository by linking a configured GitHub App (via integrationid) to control deployments.
Creates a draft issue item in a user-owned GitHub ProjectsV2. Use when you need to add a new draft item to track ideas or tasks in a user's project.
Tool to create chat completions using GitHub Models inference API. Use when you need to generate AI-powered text responses using models like GPT-4, Claude, or Llama through GitHub's inference endpoint.
Tool to create inference embeddings using GitHub's AI models. Use when you need to convert text into vector representations for similarity search, clustering, or other ML tasks.
Create a new issue type for a GitHub organization. Requires the authenticated user to be an organization administrator. OAuth tokens need admin:org scope.
Generates a temporary Just-In-Time (JIT) configuration for a new self-hosted GitHub Actions runner for a repository; any specified non-default runnergroupid must be an existing runner group accessible by the repository.
Creates a new environment or updates an existing one in a GitHub repository, allowing configuration of deployment protection rules such as wait timers and reviewers; ensure environmentname is URL-encoded if it contains special characters.
Creates or updates an environment secret with an encryptedvalue that was encrypted using the public key identified by keyid for the specified environment.
Creates or updates an organization secret for GitHub Actions, requiring its value to be pre-encrypted via LibSodium using the organization's public key.
Creates or updates a GitHub Actions secret within a specific repository; use encryptedvalue and keyid to set or change its value.
Creates or updates a Codespaces secret for the authenticated user; encryptedvalue must be encrypted with the public key (ID: keyid) from GitHub's 'Get public key for the authenticated user' endpoint.
Creates new custom property schemas or updates existing ones in bulk for a specified organization; each property definition must include propertyname and valuetype.
Creates a new custom property (name must be unique for creation) or updates an existing one for an organization to define metadata for its repositories.
Creates a new file or updates an existing file in a GitHub repository; SHA can be provided to validate file updates, automatically fetched if not provided.
Tool to enable or update GitHub Pages configuration for a repository. Use when setting up GitHub Pages for static site deployment or modifying Pages settings like custom domains and HTTPS enforcement.
Creates or updates a Dependabot secret in a repository using an encryptedvalue (pre-encrypted with LibSodium using the repository's Dependabot public key) and its corresponding keyid. This action allows you to securely manage secrets for a given repository, ensuring that sensitive data remains protected during the update process. By providing the encrypted value alongside the key ID, you can seamlessly maintain the necessary credentials for your repository's operations.
Creates an emoji reaction for a commit comment; if the user has already reacted with the same content, details of the existing reaction are returned.
Creates a reaction for a specified issue within a GitHub repository.
Creates a reaction for a specific comment on an issue within a GitHub repository.
Adds a specified reaction to a pull request review comment within a GitHub repository.
Creates an emoji reaction for a specific, existing release in a GitHub repository.
Creates a reaction for a team discussion within a GitHub organization.
Adds a reaction to a team discussion comment, requiring the specified organization, team, discussion, and comment to exist.
Creates a new repository for the authenticated user. Use this action when you need to create a new GitHub repository under the authenticated user's account. The repository name must be unique for the user, and various settings can be configured such as visibility (public/private), enabled features (issues, wiki, projects), and merge options.
Tool to start a new GitHub sponsorship or reactivate a past sponsorship using GraphQL. Use when you need to sponsor a maintainer through GitHub Sponsors with a specified amount and privacy level.
Tool to create a new payment tier for your GitHub Sponsors profile using GraphQL. Use when you need to add a new sponsorship tier with a specific monthly price and description. The amount is specified in dollars and will be converted to cents automatically.
Creates or updates a Dependabot organization secret, requiring the secret value to be pre-encrypted with LibSodium using the organization's public key obtained from the 'Get an organization public key' endpoint.
Tool to create a new user list on GitHub. Use when you need to organize and group GitHub users for easier tracking and management.
Tool to create a new view in a user-owned GitHub project (Projects V2). Use when you need to add a customized view with specific layout, filters, and visible fields to organize project items. Note: This action works with GitHub Projects V2. The view can be configured with different layouts (table, board, roadmap) and optional filters. The visiblefields parameter is not applicable to roadmap layouts.
Declines a specific, pending repository invitation for the authenticated user, identified by its invitationid.
Removes all user, team, and app-based access restrictions from a protected branch.
Removes admin enforcement from a protected branch (branch name cannot contain wildcard characters) in a repository.
Deletes a file by path from a GitHub repository. The file's blob SHA is automatically fetched if not provided.
Deletes an existing package version associated with the authenticated user.
Deletes an OAuth application grant for a user, which revokes ALL OAuth tokens and their associated authorizations for the application. This endpoint is only accessible to OAuth App owners and requires Basic Authentication using the OAuth App's clientid and clientsecret.
Revokes a single OAuth access token for an OAuth App or GitHub App with OAuth authorization. IMPORTANT: This endpoint requires Basic Authentication using the OAuth App's clientid as username and clientsecret as password. It CANNOT be called with personal access tokens, GitHub App installation tokens, or any other token type. You must be the OAuth App owner to use this endpoint.
Deletes a Git reference from a repository; 'ref' must be fully qualified (e.g., 'refs/heads/branch' or 'refs/tags/tag').
Permanently deletes a specific release, its assets, and potentially its associated Git tag from a repository.
Deletes a specific release asset from a GitHub repository; this action is idempotent.
Deletes a reaction from a GitHub release, provided the repository, release, and reaction exist.
Permanently deletes the specified repository; this is a destructive, irreversible action that requires admin privileges for the repository.
Deletes an active repository invitation, permanently revoking a user's access to collaborate on the specified repository.
Permanently deletes a repository ruleset.
Deletes a named GitHub Actions secret from a specified repository; this operation is destructive and idempotent, and requires the repository to exist.
Deletes the authenticated user's subscription to a specified repository if it exists, effectively 'unwatching' it.
Deletes a named variable (e.g., for GitHub Actions workflows) from a repository; the repository and the variable must already exist.
Deletes a specific webhook from a repository.
Deletes a specific pull request review comment.
Deletes a GitHub artifact by its ID within a repository, typically resulting in an empty response (HTTP 204 No Content) on success.
Deletes an existing Codespaces secret for the authenticated user by secretname. This is a destructive and irreversible operation. Returns 404 if the secret does not exist.
Forces the removal of a self-hosted runner from a GitHub organization. This endpoint can be used to completely remove the runner when the machine you were using no longer exists. The runner will be immediately disconnected from GitHub Actions. Requires admin:org scope and organization admin access. Returns 204 No Content on successful deletion.
Removes a specific self-hosted runner (by runnerid) from a repository, if registered there; this is idempotent.
DEPRECATED: This API was sunset on August 30, 2024. Use GITHUBDELETEAREPOSITORYRULESET instead to manage tag protection rules via repository rulesets.
Deletes a team (and any child teams) from an organization.
Call this to mute a specific notification thread by deleting the user's subscription; notifications may still occur if the user is @mentioned, comments, or due to repository watch settings.
Deletes a specific autolink reference (which automatically links external resource IDs like JIRA-123 to URLs) from the specified repository.
Deletes a specific workflow run from a repository.
Removes all protection rules from a specific branch in a GitHub repository; the branch must currently have protection rules enabled.
Deletes a specific code scanning analysis by its ID from a repository; confirmdelete must be true if it's the last analysis of its type for a given tool and reference to prevent data loss.
Deletes a specific codespace owned by the authenticated user; this is a destructive action and the codespace must exist.
Deletes a specific commit comment, identified by its commentid, from the specified repository; the comment must exist.
Deletes a reaction from a commit comment in a GitHub repository.
Disables GPG commit signature protection for a specific branch in a GitHub repository, meaning commits pushed to this branch no longer require GPG signing.
Deletes a custom organization role (which should not be actively assigned) by its ID; a 204 No Content response indicates success.
Deletes a specific Dependabot secret, identified by its name, from a given repository if both the repository and secret exist.
Deletes a specific deploy key from a repository; to change a key's properties or access scope, the existing key must be deleted and a new one created.
Permanently deletes a specified inactive deployment from a repository.
Deletes a specific deployment branch or tag policy, identified by its ID, from a given environment within a repository.
Deletes a specific team discussion, identified by its number, from an organization's team.
Deletes a specific comment from an existing team discussion within an organization, provided the specified organization, team, discussion, and comment all exist.
Sends an empty request body to DELETE /user/emails to attempt deletion of user email addresses; the API typically requires specific emails, so outcome may vary.
Deletes an existing deployment environment from an existing repository.
Deletes an existing and accessible secret from a specified environment within a GitHub repository, returning an empty dictionary on success or error details otherwise.
Deletes a named environment variable from a specified, existing environment within a GitHub repository.
Permanently deletes an existing GitHub gist, specified by its gistid; this action is destructive and cannot be undone.
Deletes a specific comment from a GitHub Gist using its gistid and commentid.
Deletes a specific GitHub Actions cache from a repository using its unique cacheid.
Deletes the GitHub Pages site for the specified repository; completes without error if no site is currently enabled.
Permanently deletes a specific comment by its ID from an issue or pull request, if the repository exists and the comment ID is valid.
Deletes a reaction from an issue comment in a repository; the repository, comment, and reaction must exist.
Permanently removes a specific reaction from an issue in a GitHub repository.
Permanently removes an existing label from a repository.
Deletes the specified milestone if it exists; this operation is idempotent, typically returning a 404 if the milestone is not found or already deleted.
Deletes a GitHub organization and its repositories; this is a destructive action and the organization name will be unavailable for reuse for approximately 90 days.
Permanently deletes a secret from a GitHub organization, making it inaccessible to GitHub Actions workflows or other tools.
Deletes a named GitHub Actions variable from a specified organization.
Deletes a specific webhook, identified by hookid, from an existing organization.
Permanently deletes a specific codespace belonging to a member of the specified organization.
Deletes a specific package in an organization; cannot delete public packages with over 5,000 downloads.
Permanently deletes a specific package owned by the authenticated user; public packages downloaded over 5,000 times cannot be deleted via this API.
Tool to delete a package version using GitHub GraphQL API. Use when you need to remove a specific version of a package by its global node ID.
Deletes a specific package version within an organization; requires admin permissions for packages with over 5,000 downloads.
Permanently and irreversibly deletes a specific version of a package owned by the specified user.
Deletes a pending (unsubmitted) review from a pull request; this is only possible if the review has not yet been submitted.
Deletes the specified GitHub project (Projects V2) using the GraphQL API. Note: This action uses GitHub's Projects V2 GraphQL API. The legacy Projects (classic) REST API was sunset on April 1, 2025 and is no longer available. The project is permanently deleted and cannot be recovered. The user must have admin permissions for the project to delete it.
Deletes a project card from a GitHub 'Project (classic)'; this operation is idempotent. DEPRECATION NOTICE: GitHub Classic Projects (V1) and its REST API were sunset on April 1, 2025. This action may return a 404 error on GitHub.com. For new projects, use GitHub Projects V2 which uses the GraphQL API instead.
Deletes a project field (column) from a GitHub Projects V2 project using the GraphQL API. IMPORTANT: GitHub Classic Projects REST API was sunset on April 1, 2025. This action now uses the GitHub Projects V2 GraphQL API with the deleteProjectV2Field mutation. Note: The built-in Status field cannot be deleted as it is a core field in GitHub Projects V2. Only custom fields can be deleted.
Tool to delete a project item for a user in GitHub Projects V2. Use when you need to remove an item from a user's project. Requires the project item's GraphQL node ID (starts with 'PVTI'). Uses the GitHub GraphQL API deleteProjectV2Item mutation.
Deletes a specific reaction from a pull request review comment, provided the comment and reaction exist on that comment within the specified repository.
Disables the requirement for pull request reviews before merging for a specific, existing branch in an existing repository; this action is idempotent and will succeed even if the protection is not currently enabled.
Deletes a specific Codespace secret from a repository by its name; this action is idempotent and will succeed even if the secret doesn't exist.
Deletes currently linked social media account URLs from the authenticated user's GitHub profile.
Deletes a reaction from a team discussion comment, given the organization name, team slug, discussion number, comment number, and reaction ID.
Permanently deletes a specific reaction from a team discussion within an organization.
Tool to delete a GitHub user list using GraphQL. Use when you need to remove a user list from a GitHub account.
Deletes a package owned by the specified user, requiring admin permissions for the authenticated user; deletion of public packages with over 5,000 downloads may require GitHub support.
Deletes all logs for a specific workflow run in a GitHub repository, provided the repository and run exist.
Disables a specific, currently active custom deployment protection rule for an existing environment within a GitHub repository.
Disables a specified workflow (by ID or filename) in a given GitHub repository, preventing new automatic triggers; any in-progress runs will continue.
Disables private vulnerability reporting for an existing GitHub repository, preventing direct private vulnerability reports to maintainers via GitHub's interface for this repository.
Removes a repository from the list of selected repositories enabled for GitHub Actions in an organization. Only works when the organization's enabledrepositories policy is set to selected. Requires admin:org scope.
Dismisses an APPROVED or CHANGESREQUESTED review on a pull request with a mandatory explanatory message. IMPORTANT: Only reviews in APPROVED or CHANGESREQUESTED state can be dismissed. Reviews in COMMENTED, PENDING, or already DISMISSED state will return a 422 error. To dismiss a review on a protected branch, you must be a repository admin or be authorized to dismiss pull request reviews.
Downloads a GitHub Actions workflow artifact as a ZIP file. Returns the artifact as a downloadable file. Use GITHUBLISTARTIFACTSFORAREPOSITORY or GITHUBLISTWORKFLOWRUNARTIFACTS to get valid artifact IDs first.
Downloads a repository's source code as a tarball (.tar.gz) archive for a specific Git reference, if the repository is accessible.
Downloads a repository's source code as a ZIP archive for a specific Git reference (branch, tag, or commit SHA). IMPORTANT SIZE LIMITATION: This action may fail with 'payload too large' errors for large repositories due to platform size restrictions. If you encounter size limit issues, consider these alternatives: - Use GITHUBGETREPOSITORYCONTENT to fetch specific files or directories (also lists directory contents) - Clone the repository using git if you need the full codebase Best suited for: small to medium repositories, downloading specific tagged releases, or quick code inspection.
Downloads logs for a specific job in a GitHub Actions workflow run, contingent on the repository's existence and the job ID being valid and having produced logs.
Downloads a ZIP archive of logs for a specific workflow run attempt. Returns a downloadable ZIP file containing logs for all jobs and steps in the workflow run.
Downloads logs for a specific GitHub Actions workflow run as a ZIP archive containing log files for each job in the workflow.
Reactivates a currently disabled GitHub Actions workflow within a repository using its workflow ID or filename.
Sets the specific repositories that can use GitHub Actions within an organization by replacing the current list; only applies if the organization's Actions policy is 'selected repositories'.
Enables private vulnerability reporting for a repository, allowing security researchers to privately submit vulnerability reports to maintainers.
Adds a repository to the list of selected repositories enabled for GitHub Actions in an organization. Requires the organization's 'enabledrepositories' policy to be set to 'selected'.
Creates or updates a repository's development environment secret using an encryptedvalue and its corresponding keyid; the secret must be pre-encrypted with the repository's Codespaces public key.
Creates or updates an organization's GitHub Codespaces secret using an encrypted value and its corresponding public key ID.
Triggers an export of a user's specified codespace, automatically stopping it if active, and returns its export status and download URL.
Exports the software bill of materials (SBOM) in SPDX JSON format for a repository, if its dependency graph is enabled and it has at least one commit.
Primary tool to find and search pull requests. Supports filtering by repository, author, state, labels, and merge status, and returns structured PR data for reliable use in workflows. GitHub search results are capped at ~1000 total items; narrow filters when totals approach this limit. createdsince/updatedsince filter on creation/update timestamps, not mergedat; apply merge-date filtering client-side.
AI-optimized repository search with smart filtering by language, stars, topics, and ownership. Builds intelligent search queries and returns clean, actionable repository data. Check incompleteresults in the response — when true, results are non-exhaustive. Search endpoints are rate-limited to ~30 requests/minute (vs. 5000/hour for general REST); apply backoff on 403/429. Total results are capped at ~1000 per query regardless of pagination.
Tool to follow a GitHub organization using GraphQL. Use when you need to make the authenticated user follow an organization.
Allows the authenticated user to follow the GitHub user specified by username; this action is idempotent and the user cannot follow themselves.
Tool to follow a GitHub user using GraphQL. Use when you need to make the authenticated user follow another user.
Forcefully cancels a queued or in-progress GitHub Actions workflow run, bypassing conditions like always() that would otherwise continue execution. Only use when the standard cancel endpoint fails. Cannot cancel completed workflow runs. Requires write permissions to the repository.
Forks a specified public gist, creating a copy under the authenticated user's account.
Generates Markdown release notes content (listing changes, pull requests, and contributors) for a GitHub repository release, customizable via tags and a configuration file.
Retrieves the raw, typically Base64-encoded, content of a file (blob) from a GitHub repository using its SHA hash, if the repository and blob SHA exist.
Retrieves detailed information for a specified branch within a GitHub repository.
Lists users, teams, and GitHub Apps with push access to a branch; this branch must be protected in repository settings for detailed restrictions, otherwise expect a 404 or empty response.
Retrieves a specific commit from a repository by its owner, name, and a valid commit reference (SHA, branch, or tag), supporting pagination for large diffs.
Checks if repository administrators are subject to the branch protection rules on a specific branch.
Retrieves all officially supported, date-based (e.g., "2022-11-28") versions of the GitHub REST API from the /versions endpoint.
Retrieves commit activity (total commits, weekly additions/deletions/commits) for all contributors to a repository; may require a retry if GitHub returns 202 while preparing data.
Lists all enabled custom deployment protection rules for a specific environment in a repository; the environment must exist and be configured for deployments.
Retrieves detailed information for a specific milestone within a GitHub repository by its number.
Retrieves publicly available information for an existing GitHub App, identified by its unique URL-friendly appslug.
Gets a specific artifact for a repository by artifactid. This action retrieves the details of a specific artifact from a GitHub repository using the artifact's unique identifier. It allows users to access information about artifacts stored in the repository.
Retrieves detailed information for a specific GitHub Classroom assignment if the authenticated user is an administrator of the classroom.
Retrieves a specific autolink reference (which automatically hyperlinks text like 'JIRA-123' to an external system) for a repository using its unique ID; requires administrator access to the repository.
Retrieves the details of a specific deployment environment for a given repository, including its name, configurations, and current status.
Retrieves the public key for a specified GitHub repository environment, used to encrypt secrets for GitHub Actions.
Retrieves metadata (name and timestamps) for a single secret in a GitHub Actions environment. Note: The actual secret value is never returned by this API for security reasons.
Retrieves a specific environment variable from a GitHub Actions environment by repository owner, repository name, environment name, and variable name.
Retrieves detailed information about a specific issue in a repository using the owner, repository name, and issue number.
Action to get an issue comment.
Fetches details of a specific issue event for a given repository and event ID.
Get an organization.
Action for GetAnOrganizationPublicKey.
Retrieves a specific GitHub organization role by its ID.
Gets an organization secret's metadata (e.g., name, creation/update dates, visibility), but not its encrypted value.
Retrieves details (name, value, visibility, timestamps) of a specific, existing variable for an existing GitHub organization.
Retrieves the full configuration, including subscribed events and delivery settings, for an existing organization webhook.
Retrieves a specific package (by type and name) from an organization, if both the package and organization exist.
Retrieves metadata for a specific package owned by a GitHub user, using package type, name, and username as identifiers.
Retrieves detailed information for a specific package owned by the authenticated user.
Retrieves detailed information for a specific version of a package within an organization.
Retrieves a specific public package version associated with a GitHub user.
Retrieves detailed information for an existing specific package version associated with the authenticated user, identified by its type, name, and version ID.
Retrieves detailed information for a specific GitHub project (V2) using its project number and owner. Note: This action uses GitHub's Projects V2 REST API. The legacy Projects (classic) REST API was sunset on April 1, 2025. The project is identified by its number (visible in the project URL) and owner (either a username or organization name). If no owner is specified, the authenticated user is assumed.
Retrieves all details of a specific project card, given its unique cardid. DEPRECATION NOTICE: GitHub Projects (classic) REST API was sunset on April 1, 2025. This action only works with existing classic project cards that were created before the sunset date. For new projects, use GitHub Projects V2 (GraphQL API) instead.
Retrieves detailed information for a specific project column from GitHub Projects (classic). DEPRECATION NOTICE: GitHub Classic Projects (V1) and its REST API were sunset on April 1, 2025. This action will return 404 for most requests on GitHub.com. However, it may still work on GitHub Enterprise Server instances where classic projects are enabled. For new projects, use GitHub Projects V2 which uses the GraphQL API instead. See: Returns column details including: id, name, url, projecturl, cardsurl, nodeid, createdat, and updatedat timestamps.
Retrieves a specific pull request from a GitHub repository using its owner, repository name, and pull request number.
Retrieves a specific Git reference (e.g., a branch, tag, or fully qualified like 'heads/main') from a GitHub repository. The reference must exist in the repository; use 'listmatchingreferences' first if unsure what references are available.
Gets a specific release from a GitHub repository, provided the repository is accessible and the release exists.

27 native integrations. 3,200+ tools via managed connectors. Most are one-click OAuth, some use API keys - Viktor handles auth and starts working. No webhooks, no Zapier zaps.
Message Viktor in Slack like you'd message a teammate. "Check GitHub for the latest failed build and summarize the likely cause." "Trigger a deploy in GitHub for the latest release and report when it's done." Plain English, any tool.
Viktor opens GitHub, runs the work, and posts back what changed. Sensitive actions wait for your approval. Everything is logged. You stop doing the work and start reviewing it.
A GitHub AI agent is an AI that connects to your GitHub account and completes work in it - it doesn't just answer questions about GitHub, it takes the actions. Viktor is that agent: an AI employee that works in GitHub on your behalf and delivers the finished result in Slack or Microsoft Teams.
Unlike workflow builders such as Zapier or Make, there is nothing to configure - no triggers to map, no workflows to maintain. You describe the outcome in plain English, and Viktor picks the right GitHub actions, chains them with the other 3,200+ tools it connects to, and asks for approval before anything sensitive runs.
GitHub is a code hosting platform for version control and collaboration, offering Git-based repository management, issue tracking, and continuous integration features
One-click OAuth - Viktor never sees your password, and you can revoke access at any time.
Review-first approvals: sensitive GitHub actions wait for your sign-off before they run.
Isolated compute per team, encrypted in transit and at rest - and your data is never used to train models.
SOC 2 Type 1 compliant, with Type 2 and ISO 27001 in progress.
Yes. GitHub is one of the 3,200+ tools Viktor connects to, via a managed connector. Once connected, anyone on your team can put Viktor to work in GitHub from Slack or Microsoft Teams - no workflow builder, no code.