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

# Integrations Overview

> Connect Adapt to your business tools and data sources

Adapt connects to your business tools, bringing all your data into one
intelligent interface. The more tools you connect, the more powerful Adapt
becomes.

## The integrations catalog

Every available integration lives in a single catalog under
**Settings → Integrations**. Browse by category, search by name, or jump
straight to anything your organization has already connected.

<Frame>
  <img src="https://mintcdn.com/adapt-fa4ae803/lVRVwua4eYnKPM6T/images/integrations/catalog/catalog-page.png?fit=max&auto=format&n=lVRVwua4eYnKPM6T&q=85&s=c211eb7cf57f0d497c92210ca5a28c6c" alt="Settings → Integrations catalog with the Connected view selected, showing connected integrations as tiles" width="2880" height="1800" data-path="images/integrations/catalog/catalog-page.png" />
</Frame>

Each integration uses one of two connection types, which you'll see noted on
its detail page:

* **OAuth** — sign in with your account; Adapt manages the credentials for you.
  Used by Slack, GitHub, Google Workspace, Notion, Linear, HubSpot, and others.
* **API key** — paste a key, token, or connection string from the provider's
  settings. Used by Postgres, Snowflake, Stripe, Sentry, and most other
  developer-focused tools.

### Sidebar at a glance

The left sidebar lets you:

* **Search** every integration by name
* Filter to **Connected** to see only what your organization has wired up
* Filter to **Custom** to add your own integration (see [Custom integrations](#custom-integrations) below)
* Filter to **Popular** to see the most-used integrations
* Browse by category: CRM & Sales, E-commerce, Marketing & Analytics,
  Payments, Communication, Monitoring, Cloud & Dev Tools, Databases, AI & ML

Each row shows a count, so you can see at a glance what's available.

## Connecting an integration

Click any integration tile to open its detail page. The detail page shows the
provider's category, connection type, and any active connections in your
organization.

<Frame>
  <img src="https://mintcdn.com/adapt-fa4ae803/lVRVwua4eYnKPM6T/images/integrations/catalog/provider-detail-empty.png?fit=max&auto=format&n=lVRVwua4eYnKPM6T&q=85&s=bcb1412538caf627ef12c63c0df723f0" alt="Integration detail page with no connections yet and an Add button" width="2880" height="1800" data-path="images/integrations/catalog/provider-detail-empty.png" />
</Frame>

From here, click **Add** to start a new connection. The flow that opens depends
on the connection type — OAuth or API key.

<Tabs>
  <Tab title="OAuth (example: Slack)">
    For OAuth integrations like **Slack**, clicking **Add** redirects you to
    the provider's authorization page in a new window.

    <Steps>
      <Step title="Click Add on the Slack detail page">
        Adapt opens Slack's OAuth consent screen. You'll be asked to pick the
        Slack workspace you want to connect.
      </Step>

      <Step title="Authorize Adapt">
        Slack lists the permissions Adapt is requesting (reading channels and
        messages, posting on your behalf, reading user profiles, etc.). Click
        **Allow** to grant access.
      </Step>

      <Step title="Land back in Adapt">
        You're redirected to the Slack detail page in Adapt and the new
        connection appears under **adaptdotcom (organization)** with a green
        status dot. Adapt manages refresh tokens and re-auth from this point on
        — there's nothing to copy or paste.
      </Step>

      <Step title="Test it from a chat">
        Open a new chat and ask Adapt something that uses the connection — for
        example, *"Summarize yesterday's #engineering channel"* or *"DM Patrick
        the Q3 numbers"*. Adapt will pick up the new connection automatically.
      </Step>
    </Steps>

    <Tip>
      You can connect multiple Slack workspaces — click **Add** again to
      authorize a second one. Adapt will use whichever workspace matches the
      channel or user you reference, and falls back to asking if it's
      ambiguous.
    </Tip>
  </Tab>

  <Tab title="API key (example: Postgres)">
    For API-key integrations like **Postgres**, clicking **Add** opens a modal
    where you paste your credentials. Adapt stores them securely and uses them
    only when it needs to query the service on your behalf.

    <Frame>
      <img src="https://mintcdn.com/adapt-fa4ae803/lVRVwua4eYnKPM6T/images/integrations/catalog/connect-modal.png?fit=max&auto=format&n=lVRVwua4eYnKPM6T&q=85&s=fa28cef3472d3e0e83cb39d408d2daea" alt="Connect modal for the Postgres API-key integration with a connection name field and a POSTGRES_DATABASE_URL credential field" width="2880" height="1800" data-path="images/integrations/catalog/connect-modal.png" />
    </Frame>

    <Steps>
      <Step title="Click Add on the Postgres detail page">
        The **Connect Postgres** modal opens with an "API key" badge in the
        header.
      </Step>

      <Step title="Name the connection">
        The **Connection name** field is pre-filled with `Postgres`. Rename it
        if you're connecting more than one database (for example, `Postgres
                        prod` and `Postgres staging`) so it's obvious which is which when Adapt
        chooses one to query.
      </Step>

      <Step title="Paste your credentials">
        Fill in the required credential — for Postgres, that's a single
        `POSTGRES_DATABASE_URL` connection string in the form
        `postgres://user:password@host:5432/dbname`. Other API-key integrations
        will list their own required keys here (for example, `STRIPE_API_KEY`,
        `SENTRY_AUTH_TOKEN`).
      </Step>

      <Step title="Click Add connection">
        The new connection appears under **adaptdotcom (organization)** and
        becomes available to everyone in your workspace.
      </Step>

      <Step title="Test it from a chat">
        Open a new chat and ask Adapt something that uses the connection — for
        example, *"How many users signed up in the last 7 days?"* for Postgres,
        or *"What did we charge yesterday?"* for Stripe.
      </Step>
    </Steps>

    <Tip>
      Naming credentials with the convention the provider's docs use (for
      example, `STRIPE_API_KEY` instead of `key1`) makes it easier for Adapt to
      pick them up automatically when it decides which tool to call.
    </Tip>
  </Tab>
</Tabs>

After connecting, the integration shows up under the **Connected** filter and
its tile gains a "Connected" badge. Anyone in your organization can use the
connection from their chats.

## Personal connections

Every integration's detail page has two stacked panels:

* **`{Organization name}` (organization)** — shared with everyone in your
  workspace. Use this for accounts that should serve the whole team, like the
  company Slack or a shared HubSpot.
* **`{Your name}` (personal)** — visible only to you. Use this for accounts
  Adapt should act on for you alone, like your own Gmail, your personal
  GitHub, or a Postgres credential scoped to your work.

Each panel has its own **Add** button and its own list of connections.
Personal connections are supported for both OAuth integrations (Slack,
GitHub, Google Workspace, Notion, Linear, HubSpot, and others) and API-key
integrations (Stripe, Snowflake, Postgres, Sentry — anything in the catalog).

Adapt routes between them automatically: ask it to "draft a reply to Sarah's
email" and it uses your personal Gmail; ask it to "post the launch recap in
\#engineering" and it uses the org's Slack.

When you connect a personal OAuth account, you choose exactly which scopes
Adapt gets. Google Workspace, for example, lets you toggle Email, Calendar,
Contacts, and Drive independently, each as read or write.

### Why use a personal connection?

The clearest example is GitHub. With only an organization GitHub connection,
asking Adapt to open a pull request opens it as the `adaptcom` bot — the PR
and the commits are attributed to the bot account, not the person who asked
for the change. Connect your personal GitHub as a personal integration and
Adapt opens the PR as you, the commits are attributed to you, and reviewers
can see at a glance who's driving the work.

## OAuth integrations

OAuth is the simplest way to connect — sign in with your account, approve the
permissions, and you're done. Adapt handles refresh tokens and re-auth in the
background.

<CardGroup cols={2}>
  <Card title="Slack" icon="https://mintcdn.com/adapt-fa4ae803/fR6dL7ltQCHldU6a/images/icons/slack.svg?fit=max&auto=format&n=fR6dL7ltQCHldU6a&q=85&s=9bf936f2cb3ace7c43dc9fc61c226370" href="/integrations/slack" width="256" height="256" data-path="images/icons/slack.svg">
    Workspace-wide access
  </Card>

  <Card title="GitHub" icon="https://mintcdn.com/adapt-fa4ae803/mGvpUMlZVstS99q4/images/icons/github.svg?fit=max&auto=format&n=mGvpUMlZVstS99q4&q=85&s=1a67260bc5e8af0ce7333864cc3e53bb" href="/integrations/github" width="24" height="24" data-path="images/icons/github.svg">
    Codebase access
  </Card>

  <Card title="Linear" icon="https://mintcdn.com/adapt-fa4ae803/fR6dL7ltQCHldU6a/images/icons/linear.svg?fit=max&auto=format&n=fR6dL7ltQCHldU6a&q=85&s=846682257aa7229616bcd5d26c964bd6" href="/integrations/linear" width="24" height="24" data-path="images/icons/linear.svg">
    Issue tracking
  </Card>

  <Card title="HubSpot" icon="https://mintcdn.com/adapt-fa4ae803/mGvpUMlZVstS99q4/images/icons/hubspot.svg?fit=max&auto=format&n=mGvpUMlZVstS99q4&q=85&s=ad2bddb1dae3ea68db361cafc8bda3b9" href="/integrations/hubspot" width="24" height="24" data-path="images/icons/hubspot.svg">
    CRM & marketing
  </Card>

  <Card title="Google Workspace" icon="https://mintcdn.com/adapt-fa4ae803/fR6dL7ltQCHldU6a/images/icons/google.svg?fit=max&auto=format&n=fR6dL7ltQCHldU6a&q=85&s=ad4484371389e8e5e483aaad4264b860" href="/integrations/google-workspace" width="24" height="24" data-path="images/icons/google.svg">
    Drive, Slides, Sheets
  </Card>

  <Card title="Notion" icon="https://mintcdn.com/adapt-fa4ae803/mGvpUMlZVstS99q4/images/icons/notion.svg?fit=max&auto=format&n=mGvpUMlZVstS99q4&q=85&s=ffe20d44327e38e3b3c49dc275b0a85c" href="/integrations/notion" width="24" height="24" data-path="images/icons/notion.svg">
    Docs & wikis
  </Card>
</CardGroup>

## API key integrations

For everything else, paste your API key (or connection string) into the
integration's detail page. Credentials are stored securely and used only when
Adapt queries that service on your behalf.

The full catalog is below. Integrations with their own setup guide link to
that guide; the rest open directly in **Settings → Integrations**.

#### CRM & Sales

<CardGroup cols={2}>
  <Card title="HubSpot" icon="https://mintcdn.com/adapt-fa4ae803/mGvpUMlZVstS99q4/images/icons/hubspot.svg?fit=max&auto=format&n=mGvpUMlZVstS99q4&q=85&s=ad2bddb1dae3ea68db361cafc8bda3b9" href="/integrations/hubspot" width="24" height="24" data-path="images/icons/hubspot.svg">
    CRM & marketing
  </Card>

  <Card title="Attio" icon="https://mintcdn.com/adapt-fa4ae803/mGvpUMlZVstS99q4/images/icons/attio.svg?fit=max&auto=format&n=mGvpUMlZVstS99q4&q=85&s=af8f96893683f25fca749edd084b5fca" href="/integrations/attio" width="61" height="50" data-path="images/icons/attio.svg">
    Modern CRM
  </Card>

  <Card title="Clay" icon="https://mintcdn.com/adapt-fa4ae803/mGvpUMlZVstS99q4/images/icons/clay.svg?fit=max&auto=format&n=mGvpUMlZVstS99q4&q=85&s=8e8df1fefcb7f5fb2133842553e1d58c" href="/integrations/clay" width="256" height="256" data-path="images/icons/clay.svg">
    Data enrichment
  </Card>

  <Card title="Salesforce" icon="cloud" href="https://app.adapt.com/settings/integrations">
    Enterprise CRM
  </Card>

  <Card title="Affinity" icon="handshake" href="https://app.adapt.com/settings/integrations">
    Relationship intelligence CRM
  </Card>

  <Card title="Apollo" icon="rocket" href="https://app.adapt.com/settings/integrations">
    Sales engagement & data
  </Card>

  <Card title="Klaviyo" icon="envelope" href="https://app.adapt.com/settings/integrations">
    Email & SMS marketing
  </Card>
</CardGroup>

#### E-commerce

<CardGroup cols={2}>
  <Card title="Shopify" icon="bag-shopping" href="https://app.adapt.com/settings/integrations">
    Storefront, orders, customers
  </Card>

  <Card title="WooCommerce" icon="store" href="https://app.adapt.com/settings/integrations">
    WordPress storefront
  </Card>
</CardGroup>

#### Marketing & Analytics

<CardGroup cols={2}>
  <Card title="Google Analytics" icon="https://mintcdn.com/adapt-fa4ae803/mGvpUMlZVstS99q4/images/icons/google-analytics.svg?fit=max&auto=format&n=mGvpUMlZVstS99q4&q=85&s=dc8be88b9a97f94477815422692908b7" href="/integrations/google-analytics" width="24" height="24" data-path="images/icons/google-analytics.svg">
    Web & app traffic
  </Card>

  <Card title="Ahrefs" icon="https://mintcdn.com/adapt-fa4ae803/fR6dL7ltQCHldU6a/images/icons/ahrefs.svg?fit=max&auto=format&n=fR6dL7ltQCHldU6a&q=85&s=2951e38a1ada181410be3b47e60dbae5" href="/integrations/ahrefs" width="16" height="16" data-path="images/icons/ahrefs.svg">
    SEO & backlinks
  </Card>

  <Card title="PostHog" icon="chart-line" href="https://app.adapt.com/settings/integrations">
    Product analytics
  </Card>

  <Card title="Mixpanel" icon="chart-column" href="https://app.adapt.com/settings/integrations">
    Product analytics
  </Card>
</CardGroup>

#### Payments

<CardGroup cols={2}>
  <Card title="Stripe" icon="https://mintcdn.com/adapt-fa4ae803/mGvpUMlZVstS99q4/images/icons/stripe.svg?fit=max&auto=format&n=mGvpUMlZVstS99q4&q=85&s=b27b67546acb3a44c36ade9260fb043b" href="/integrations/stripe" width="24" height="24" data-path="images/icons/stripe.svg">
    Payments & subscriptions
  </Card>

  <Card title="Ramp" icon="credit-card" href="https://app.adapt.com/settings/integrations">
    Spend management & cards
  </Card>
</CardGroup>

#### Communication

<CardGroup cols={2}>
  <Card title="Slack" icon="https://mintcdn.com/adapt-fa4ae803/fR6dL7ltQCHldU6a/images/icons/slack.svg?fit=max&auto=format&n=fR6dL7ltQCHldU6a&q=85&s=9bf936f2cb3ace7c43dc9fc61c226370" href="/integrations/slack" width="256" height="256" data-path="images/icons/slack.svg">
    Workspace messaging
  </Card>

  <Card title="Intercom" icon="https://mintcdn.com/adapt-fa4ae803/mGvpUMlZVstS99q4/images/icons/intercom.svg?fit=max&auto=format&n=mGvpUMlZVstS99q4&q=85&s=2b943e2a26a3714b8beac5f3512ab267" href="/integrations/intercom" width="800" height="800" data-path="images/icons/intercom.svg">
    Customer messaging
  </Card>

  <Card title="Zendesk" icon="https://mintcdn.com/adapt-fa4ae803/mGvpUMlZVstS99q4/images/icons/zendesk.svg?fit=max&auto=format&n=mGvpUMlZVstS99q4&q=85&s=480293ce1a7a66f44b4e2d1a5f112d49" href="/integrations/zendesk" width="24" height="24" data-path="images/icons/zendesk.svg">
    Support tickets
  </Card>

  <Card title="Grain" icon="https://mintcdn.com/adapt-fa4ae803/mGvpUMlZVstS99q4/images/icons/grain.svg?fit=max&auto=format&n=mGvpUMlZVstS99q4&q=85&s=f1cbcb734a013b040fafa904083adeac" href="/integrations/grain" width="34" height="34" data-path="images/icons/grain.svg">
    Meeting transcripts
  </Card>

  <Card title="Zoom" icon="video" href="https://app.adapt.com/settings/integrations">
    Meeting recordings
  </Card>

  <Card title="Fireflies" icon="microphone" href="https://app.adapt.com/settings/integrations">
    Meeting transcripts
  </Card>

  <Card title="Gong" icon="phone" href="https://app.adapt.com/settings/integrations">
    Revenue conversations
  </Card>

  <Card title="Resend" icon="paper-plane" href="https://app.adapt.com/settings/integrations">
    Transactional email
  </Card>

  <Card title="SendGrid" icon="envelope-circle-check" href="https://app.adapt.com/settings/integrations">
    Transactional email
  </Card>

  <Card title="Twilio" icon="comment-sms" href="https://app.adapt.com/settings/integrations">
    SMS & voice
  </Card>

  <Card title="Discord" icon="discord" href="https://app.adapt.com/settings/integrations">
    Community messaging
  </Card>

  <Card title="Customer.io" icon="user-group" href="https://app.adapt.com/settings/integrations">
    Lifecycle messaging
  </Card>
</CardGroup>

#### Monitoring & Compliance

<CardGroup cols={2}>
  <Card title="Sentry" icon="https://mintcdn.com/adapt-fa4ae803/mGvpUMlZVstS99q4/images/icons/sentry.svg?fit=max&auto=format&n=mGvpUMlZVstS99q4&q=85&s=54df62fb331c5b3c20b647fe1749b1a5" href="/integrations/sentry" width="24" height="24" data-path="images/icons/sentry.svg">
    Error monitoring
  </Card>

  <Card title="Drata" icon="https://mintcdn.com/adapt-fa4ae803/mGvpUMlZVstS99q4/images/icons/drata.svg?fit=max&auto=format&n=mGvpUMlZVstS99q4&q=85&s=af134b1fa95e850ff8aa75840e720b0d" href="/integrations/drata" width="713" height="529" data-path="images/icons/drata.svg">
    Compliance automation
  </Card>

  <Card title="Datadog" icon="wave-pulse" href="https://app.adapt.com/settings/integrations">
    Infrastructure & APM
  </Card>
</CardGroup>

#### Cloud & Dev Tools

<CardGroup cols={2}>
  <Card title="GitHub" icon="https://mintcdn.com/adapt-fa4ae803/mGvpUMlZVstS99q4/images/icons/github.svg?fit=max&auto=format&n=mGvpUMlZVstS99q4&q=85&s=1a67260bc5e8af0ce7333864cc3e53bb" href="/integrations/github" width="24" height="24" data-path="images/icons/github.svg">
    Code, issues, PRs
  </Card>

  <Card title="Linear" icon="https://mintcdn.com/adapt-fa4ae803/fR6dL7ltQCHldU6a/images/icons/linear.svg?fit=max&auto=format&n=fR6dL7ltQCHldU6a&q=85&s=846682257aa7229616bcd5d26c964bd6" href="/integrations/linear" width="24" height="24" data-path="images/icons/linear.svg">
    Issue tracking
  </Card>

  <Card title="Notion" icon="https://mintcdn.com/adapt-fa4ae803/mGvpUMlZVstS99q4/images/icons/notion.svg?fit=max&auto=format&n=mGvpUMlZVstS99q4&q=85&s=ffe20d44327e38e3b3c49dc275b0a85c" href="/integrations/notion" width="24" height="24" data-path="images/icons/notion.svg">
    Docs & wikis
  </Card>

  <Card title="Google Cloud" icon="https://mintcdn.com/adapt-fa4ae803/mGvpUMlZVstS99q4/images/icons/gcp.svg?fit=max&auto=format&n=mGvpUMlZVstS99q4&q=85&s=5f2399b8b73827c74e7e994a2c033ee2" href="/integrations/gcp" width="48" height="48" data-path="images/icons/gcp.svg">
    GCP services
  </Card>

  <Card title="AWS" icon="aws" href="https://app.adapt.com/settings/integrations">
    EC2, S3, Lambda
  </Card>

  <Card title="Azure" icon="microsoft" href="https://app.adapt.com/settings/integrations">
    Microsoft cloud
  </Card>

  <Card title="Vercel" icon="triangle" href="https://app.adapt.com/settings/integrations">
    Deployments & hosting
  </Card>

  <Card title="Asana" icon="list-check" href="https://app.adapt.com/settings/integrations">
    Work management
  </Card>

  <Card title="Jira" icon="jira" href="https://app.adapt.com/settings/integrations">
    Issue tracking
  </Card>

  <Card title="Confluence" icon="confluence" href="https://app.adapt.com/settings/integrations">
    Wiki & docs
  </Card>

  <Card title="Figma" icon="figma" href="https://app.adapt.com/settings/integrations">
    Design files
  </Card>
</CardGroup>

#### Databases

<CardGroup cols={2}>
  <Card title="Snowflake" icon="https://mintcdn.com/adapt-fa4ae803/mGvpUMlZVstS99q4/images/icons/snowflake.svg?fit=max&auto=format&n=mGvpUMlZVstS99q4&q=85&s=7d9860844434a1daccbf4596c16f7178" href="/integrations/snowflake" width="24" height="24" data-path="images/icons/snowflake.svg">
    Data warehouse
  </Card>

  <Card title="Databricks" icon="https://mintcdn.com/adapt-fa4ae803/mGvpUMlZVstS99q4/images/icons/databricks.svg?fit=max&auto=format&n=mGvpUMlZVstS99q4&q=85&s=2ca44d0d34aff3bb53a46be7bcc4f0ee" href="/integrations/databricks" width="24" height="24" data-path="images/icons/databricks.svg">
    Lakehouse
  </Card>

  <Card title="Postgres" icon="database" href="https://app.adapt.com/settings/integrations">
    Relational database
  </Card>

  <Card title="Supabase" icon="bolt" href="https://app.adapt.com/settings/integrations">
    Managed Postgres backend
  </Card>

  <Card title="Neon" icon="leaf" href="https://app.adapt.com/settings/integrations">
    Serverless Postgres
  </Card>

  <Card title="MySQL" icon="database" href="https://app.adapt.com/settings/integrations">
    Relational database
  </Card>

  <Card title="MongoDB" icon="leaf" href="https://app.adapt.com/settings/integrations">
    Document database
  </Card>

  <Card title="Airtable" icon="table-cells" href="https://app.adapt.com/settings/integrations">
    Spreadsheet-database
  </Card>
</CardGroup>

#### AI & ML

<CardGroup cols={2}>
  <Card title="OpenAI" icon="robot" href="https://app.adapt.com/settings/integrations">
    GPT, embeddings, image
  </Card>

  <Card title="Anthropic" icon="robot" href="https://app.adapt.com/settings/integrations">
    Claude models
  </Card>
</CardGroup>

## Custom integrations

If a tool you use isn't in the catalog yet, you can bring your own. Filter the
catalog to **Custom** and click **Add custom integration** — you'll be
prompted to name the integration and add the credentials Adapt should use
when calling its API.

<Frame>
  <img src="https://mintcdn.com/adapt-fa4ae803/lVRVwua4eYnKPM6T/images/integrations/catalog/catalog-custom-category.png?fit=max&auto=format&n=lVRVwua4eYnKPM6T&q=85&s=11748225ca1d3ce9b58539fd79c84ca9" alt="Custom category in the catalog with the Add custom integration tile" width="2880" height="1800" data-path="images/integrations/catalog/catalog-custom-category.png" />
</Frame>

Once added, custom integrations behave like any other connection: they appear
under the **Connected** filter, can be edited or removed at any time, and are
available to everyone in your organization.

## Connection health

Adapt monitors your OAuth connections and tells you when one stops working —
for example, when a token expires, a grant is revoked, or a token refresh
fails. You don't have to wait for a workflow to break to find out.

When a connection needs attention, you'll see it in three places:

* A **banner** at the top of **Settings → Integrations** counts the affected
  connections and links to them with a **Review** button.
* The integration's tile shows an amber **Needs re-auth** dot instead of the
  green **Connected** dot.
* A **Needs attention** filter in the sidebar groups every connection that
  needs reconnecting.

<Frame>
  <img src="https://mintcdn.com/adapt-fa4ae803/fmS6ozD_XAgLwnvw/images/integrations/catalog/needs-attention.png?fit=max&auto=format&n=fmS6ozD_XAgLwnvw&q=85&s=60062d7b4cddfaa206c2e59216d08f26" alt="Integrations catalog showing a banner reading 2 connections need to be reconnected, with Slack and GitHub tiles flagged Needs re-auth under a Needs attention filter" width="1200" height="931" data-path="images/integrations/catalog/needs-attention.png" />
</Frame>

To fix a flagged connection, open the integration and reconnect it.
Re-authorizing clears the error and returns the connection to healthy
automatically.

## Managing connections

Click any **Connected** integration to open its detail page, where you can:

* See the active connections, who added them, and the permissions granted
* For **OAuth** (e.g., Slack): re-authorize if a connection needs attention,
  add another workspace, or disconnect entirely
* For **API key** (e.g., Postgres): rotate the credential, add additional
  secrets, or remove the connection

Connections are scoped to your organization, so changes apply to everyone in
the workspace.

## Next Steps

<CardGroup cols={2}>
  <Card title="Slack Setup" icon="https://mintcdn.com/adapt-fa4ae803/fR6dL7ltQCHldU6a/images/icons/slack.svg?fit=max&auto=format&n=fR6dL7ltQCHldU6a&q=85&s=9bf936f2cb3ace7c43dc9fc61c226370" href="/integrations/slack" width="256" height="256" data-path="images/icons/slack.svg">
    Connect your workspace
  </Card>

  <Card title="Postgres Setup" icon="https://mintlify.s3.us-west-1.amazonaws.com/adapt-fa4ae803/images/icons/postgres.svg" href="/integrations/postgres">
    Connect your database
  </Card>
</CardGroup>
