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

# Trident Integrations: Connect Your Entire Stack

> Trident integrates with 24+ tools across cloud, identity, data, AI frameworks, security, and DevOps to give you a unified security view.

Trident's integrations let you pull security context from every layer of your stack — cloud infrastructure, identity providers, data platforms, AI frameworks, and DevOps tooling — into a single pane of glass. Instead of chasing alerts across disparate dashboards, you connect each system once and Trident correlates findings, routes alerts, and surfaces remediations automatically. The pages in this section walk you through the integrations that require hands-on configuration: GitHub (automated remediation PRs), Slack and PagerDuty (alert routing), and CI/CD (pre-deploy security gates).

## Integration categories

<CardGroup cols={2}>
  <Card title="☁️ Cloud" icon="cloud">
    **AWS · Azure · GCP · Kubernetes**

    Scan cloud configurations for misconfigurations, over-permissive IAM roles, and exposed resources. Findings link directly to affected cloud resources.
  </Card>

  <Card title="🪪 Identity" icon="id-card">
    **Okta · Microsoft Entra ID · AWS IAM**

    Monitor identity providers for privilege escalation paths, unused credentials, and policy drift across your workforce and workload identities.
  </Card>

  <Card title="🗄️ Data" icon="database">
    **Snowflake · BigQuery · Amazon S3 · PostgreSQL**

    Detect overly permissive data access, unencrypted storage, and data exfiltration risk from the stores your agents interact with.
  </Card>

  <Card title="🤖 Agent & AI" icon="robot">
    **OpenAI · Anthropic · LangChain · MCP Servers · CrewAI**

    Instrument AI frameworks to capture every trace, tool call, and model response — the foundation for runtime firewall scanning and red-team evaluation.
  </Card>

  <Card title="🔔 Security & Alerting" icon="bell">
    **Jira · Slack · PagerDuty · Splunk**

    Route findings and Signal alerts to the tools your security and on-call teams already use. Create Jira tickets from findings or export events to Splunk for SIEM correlation.
  </Card>

  <Card title="🛠️ DevOps" icon="wrench">
    **GitHub · Terraform · Datadog · Vercel**

    Close the loop between security findings and engineering workflows. Receive automated remediation PRs in GitHub, enforce IaC policies in Terraform, and monitor deployments through Datadog and Vercel.
  </Card>
</CardGroup>

## Detailed integration guides

The following integrations require specific configuration steps and are documented separately:

<CardGroup cols={3}>
  <Card title="GitHub" icon="github" href="/integrations/github">
    Install the Trident GitHub App to receive automated draft PRs for cloud and agent security fixes.
  </Card>

  <Card title="Slack & PagerDuty" icon="bell" href="/integrations/slack-pagerduty">
    Route Signal alerts and critical findings to Slack channels or PagerDuty incidents.
  </Card>

  <Card title="CI/CD" icon="circle-play" href="/integrations/ci-cd">
    Run red-team evaluations as a pre-deploy gate using the `tridentctl` CLI in any CI system.
  </Card>
</CardGroup>
