> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cysmiq.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Integrations

> Connect Cysmiq to the tools where your code and workflows live.

## Overview

Integrations connect Cysmiq to your development tools. Each integration is scoped to a single workspace and can be configured independently.

## Version control

Connect your repositories to enable automatic security scanning.

* **GitHub**: GitHub Cloud and GitHub Enterprise Server
* **GitLab**: GitLab.com and self-managed instances

Once connected, Cysmiq syncs your organizations and repositories, enabling:

* Automatic scans on push events
* VCS permission sync for developers
* Vulnerability attribution to commits

## Ticketing

Send vulnerabilities to your issue tracker for remediation workflows.

* **Jira**: Create issues in Jira projects
* **Linear**: Create issues in Linear workspaces

Ticketing integrations support issue templates and tags, with status captured when the issue is created.

## Webhooks

Send Cysmiq events to HTTPS endpoints for automation, monitoring, and downstream processing.

* Configure scoped endpoints for workspace, organization, or repository events
* Subscribe to scan, repository, vulnerability, and ping events
* Verify deliveries with signing secrets

See [Outbound Webhooks](/integrations/webhooks) for setup, signing, and delivery history.

## CLI

The Cysmiq CLI queries results from existing scans. It does not run scans.

* Gate CI jobs by failing on severity thresholds or max counts
* Fetch scan summaries for a repo, ref, or SHA
* Output summaries in table or JSON for pipelines

## Related guides

* [Connect a VCS](/guides/connect-vcs)
* [Connect ticketing](/guides/connect-ticketing)
* [CLI for CI/CD](/guides/cli)
