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

# Integrations Overview

Draftt connects to your existing infrastructure, tools, and workflows to discover and govern tech debt across your entire stack. All integrations use read-only access where applicable and can be managed from **Integrations** in the Draftt dashboard.

## Cloud Providers

Connect your cloud accounts to scan infrastructure resources, track configurations, and detect lifecycle and compliance debt.

<CardGroup cols={3}>
  <Card title="AWS" icon="aws" href="/aws">
    Cross-account IAM role via CloudFormation
  </Card>

  <Card title="Google Cloud" icon="google" href="/gcp">
    Workload Identity Federation or service account
  </Card>

  <Card title="Azure" icon="microsoft" href="/azure">
    Entra ID App Registration with Reader role
  </Card>
</CardGroup>

## Cloud Resources

Connect additional cloud services for deeper governance coverage.

<CardGroup cols={3}>
  <Card title="Kubernetes" icon="dharmachakra" href="/k8s">
    Kubernetes cluster scanning
  </Card>

  <Card title="MongoDB Atlas" icon="database" href="/mongodb-atlas">
    API key integration for cluster governance
  </Card>

  <Card title="Redis Cloud" icon="bolt" href="/redis-cloud">
    Redis deployment governance
  </Card>

  <Card title="JFrog Artifactory" icon="box" href="/jfrog">
    Artifact version and vulnerability monitoring
  </Card>
</CardGroup>

## Data Platforms

Connect a data warehouse so Draftt can import your asset inventory and check it for end-of-life and end-of-service risk.

<CardGroup cols={3}>
  <Card title="Azure Databricks" icon="databricks" href="/azure-databricks">
    Import component, device, and server inventory for EOL/EOS checks
  </Card>
</CardGroup>

## Endpoint Management

Enrich your cloud inventory with endpoint-level visibility from your endpoint management platform.

<CardGroup cols={3}>
  <Card title="Tanium" icon="desktop" href="/tanium">
    GraphQL Gateway API token with read-only access
  </Card>
</CardGroup>

## Ticketing

Create and track remediation issues through your existing project management tools.

<CardGroup cols={3}>
  <Card title="Jira" icon="jira" href="/ticketing">
    Atlassian OAuth
  </Card>

  <Card title="ServiceNow" icon="ticket" href="/ticketing">
    OAuth 2.0 Client Credentials
  </Card>

  <Card title="Azure DevOps" icon="microsoft" href="/ticketing">
    Entra ID App Registration
  </Card>
</CardGroup>

## Collaboration

Receive governance notifications where your team already works.

<CardGroup cols={3}>
  <Card title="Slack" icon="slack" href="/ob">
    Real-time channel notifications
  </Card>

  <Card title="Microsoft Teams" icon="microsoft" href="/ob">
    Teams channel notifications
  </Card>

  <Card title="Email" icon="envelope" href="/ob">
    Email alerts and digests
  </Card>
</CardGroup>

## Internal Developer Portal

Sync ownership and service catalog data with your developer portal.

<CardGroup cols={1}>
  <Card title="Internal Developer Portal" icon="anchor" href="/port">
    Catalog sync with ownership and governance enrichment. Currently supports Port.
  </Card>
</CardGroup>

## Getting Started

1. Go to **Integrations** in the Draftt dashboard
2. Select the platform you want to connect
3. Follow the guided setup flow
4. Verify the connection shows **Healthy** status

Most integrations take under 5 minutes to set up. Start with your cloud providers to get immediate visibility into infrastructure tech debt, then expand to source control and ticketing for a complete governance workflow.
