> For the complete documentation index, see [llms.txt](https://docs.interlynk.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.interlynk.io/administration/integrations.md).

# Integrations

Interlynk integrates with source control platforms, issue trackers, and messaging tools to embed SBOM management and vulnerability tracking into your existing workflows.

***

## Overview

| Integration                                           | Type           | Purpose                                                              |
| ----------------------------------------------------- | -------------- | -------------------------------------------------------------------- |
| [GitHub](/administration/github.md)                   | Source Control | Repository webhooks for automated SBOM ingestion on push/PR events   |
| [GitLab](/administration/gitlab.md)                   | Source Control | Repository webhooks for automated SBOM ingestion on push/MR events   |
| [Bitbucket](/administration/bitbucket.md)             | Source Control | Repository webhooks for automated SBOM ingestion on push/PR events   |
| [Jira](/administration/jira.md)                       | Issue Tracking | Bidirectional vulnerability ticket management with VEX field sync    |
| [Linear](/administration/linear.md)                   | Issue Tracking | Vulnerability ticket creation and tracking                           |
| [Slack](/administration/slack.md)                     | Messaging      | Real-time notifications for vulnerability, policy, and upload events |
| [Microsoft Teams](/administration/microsoft-teams.md) | Messaging      | Real-time notifications via incoming webhooks                        |
| [Email](/administration/email.md)                     | Messaging      | Notification delivery to individual or shared mailboxes              |

## Permissions Required

Managing integrations requires the following permissions:

| Action                     | Required Permission  |
| -------------------------- | -------------------- |
| View integrations          | `view_connections`   |
| Create/update integrations | `edit_connections`   |
| Delete integrations        | `delete_connections` |

## Integration Health

Interlynk periodically checks the health of configured integrations. Each integration shows:

* **Health Status**: Whether the connection is active and functional.
* **Last Checked**: Timestamp of the most recent health check.

If an integration shows an unhealthy status, verify your credentials and network connectivity, then re-test the connection.

## Security Considerations

* All integration credentials (API tokens, webhook URLs, OAuth tokens) are encrypted at rest.
* OAuth tokens are automatically refreshed when they expire.
* Use the most restrictive scopes and permissions when connecting external services.
* Regularly audit which integrations are connected to your organization.
