Overcut connects to the tools your team already uses. Integrations fall into three categories:Documentation Index
Fetch the complete documentation index at: https://docs.overcut.ai/llms.txt
Use this file to discover all available pages before exploring further.
- Git Integrations: provide Overcut read and write access to your source code so agents can review, generate, and commit changes directly in your repositories.
- Ticket Integrations: allow Overcut to read, create, and update issues so agents can respond to bugs, feature requests, or tasks in the systems where you plan work.
- Chat Integrations: bring Overcut into team conversations so you can trigger workflows from the channels where work happens.
More integrations are on the roadmap. Let us know which systems you’d like to see next.
Git Integrations
Overcut can connect to the following Git providers:- GitHub - Connect to GitHub repositories and issues
- GitLab - Connect to GitLab.com or self-hosted GitLab repositories and issues.
- Azure DevOps - Connect to Azure DevOps repositories and work items
- Bitbucket - Connect to Bitbucket repositories and pull requests
Learn more about our security architecture, data handling, and privacy practices in our Privacy and Security documentation.
Repository Configuration
Each connected repository now exposes a Configuration panel where workspace admins can override agent behaviour for that specific codebase.| # | Setting | Default | Purpose |
|---|---|---|---|
| ① | Agent image | (workspace default) | Override the Docker image used to run agents. |
| ② | Enable cache | false | Persist build artefacts to speed up subsequent runs. |
| ③ | Cache dependencies | false | Include dependency directories (e.g., node_modules). |
| ④ | Tools | [] | Define repo-specific commands like lint, test, install. |
| ⑤ | Custom instructions | null | Inject additional workflow steps (YAML/Markdown). |
Ticket Integrations
To keep your planning and tracking in sync, Overcut also integrates with popular issue-tracking systems:- GitHub Issues - Integrated with GitHub repositories
- Jira - Connect to Jira Cloud workspaces
- GitLab Issues - Integrated with GitLab repositories
- Azure DevOps Work Items - Integrated with Azure DevOps repositories
- Linear - Connect to Linear workspaces and teams
- ClickUp - Connect to ClickUp workspaces and Spaces for task operations
Chat Integrations
Chat integrations let your team start workflows from the conversations where work already happens.- Slack: connect Slack at the workspace level, register channels inside each project, and trigger workflows from registered channels.
Custom Events (generic webhooks)
For any third-party system Overcut does not have a native integration for, Custom Events let a workspace admin define an event type, get a public webhook URL, and pick an authentication mode. Any tool that can send an HTTP request (CI servers like Jenkins, monitoring tools like Datadog or Grafana, internal scripts, low-code platforms) can then fire workflows in the projects you authorize.- Custom Events: setup, authentication, project scoping, and ready-to-paste recipes for curl, Jenkins, Datadog, and Grafana.