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

# All Integrations

> Browse all available integrations and their capabilities

Vybe connects to over 3,000 apps through its integration platform. This page highlights common integrations with pre-built data models and actions. For the complete list, browse the [full integration catalog](https://www.vybe.build/integrations).

<Note>
  Each integration lists its available capabilities as **read** (pull data into your app) or **write** (push data or trigger actions).
</Note>

***

## CRM & Sales

<AccordionGroup>
  <Accordion title="HubSpot">
    Connect to HubSpot to access your CRM data and manage deals.

    | Capability         | Type  |
    | ------------------ | ----- |
    | View Companies     | Read  |
    | View Contacts      | Read  |
    | View Deals         | Read  |
    | Create/Update Deal | Write |
    | Delete Deal        | Write |
    | View Users         | Read  |
  </Accordion>

  <Accordion title="Salesforce">
    Connect to Salesforce to access accounts, contacts, leads, opportunities, and custom objects.

    | Capability                  | Type  |
    | --------------------------- | ----- |
    | View Accounts               | Read  |
    | Create/Update Account       | Write |
    | View Contacts               | Read  |
    | View Custom Fields          | Read  |
    | Update Custom Field         | Write |
    | View Custom Object Records  | Read  |
    | Create Custom Object Record | Write |
    | View Leads                  | Read  |
    | Create/Update Lead          | Write |
    | View Opportunities          | Read  |
    | Create/Update Opportunity   | Write |
    | View Campaigns              | Read  |
    | View Tickets                | Read  |
  </Accordion>

  <Accordion title="Attio">
    Connect to Attio for lightweight CRM data access.

    | Capability     | Type |
    | -------------- | ---- |
    | View People    | Read |
    | View Companies | Read |
    | View Deals     | Read |
    | View Objects   | Read |
    | View Records   | Read |
  </Accordion>
</AccordionGroup>

***

## Project Management

<AccordionGroup>
  <Accordion title="Jira">
    Connect to Jira to view and create issues across your projects.

    | Capability       | Type  |
    | ---------------- | ----- |
    | View Projects    | Read  |
    | View Issues      | Read  |
    | View Issue Types | Read  |
    | Create Issue     | Write |

    <Tip>
      After connecting Jira, open the integration settings to select which projects to sync.
    </Tip>
  </Accordion>

  <Accordion title="Linear">
    Connect to Linear to access your project and issue data.

    | Capability    | Type |
    | ------------- | ---- |
    | View Projects | Read |
    | View Teams    | Read |
    | View Users    | Read |
    | View Issues   | Read |
  </Accordion>

  <Accordion title="Asana">
    Connect to Asana to access projects, tasks, and workspace data.

    | Capability                   | Type |
    | ---------------------------- | ---- |
    | View Projects                | Read |
    | View Project Tasks           | Read |
    | View Users                   | Read |
    | View Tasks                   | Read |
    | View Workspaces              | Read |
    | View Workspace Custom Fields | Read |
  </Accordion>

  <Accordion title="Shortcut">
    Connect to Shortcut to access epics, members, and objectives.

    | Capability      | Type |
    | --------------- | ---- |
    | View Epics      | Read |
    | View Members    | Read |
    | View Groups     | Read |
    | View Objectives | Read |
  </Accordion>

  <Accordion title="ClickUp">
    Connect to ClickUp to manage tasks, goals, and custom fields.

    | Capability             | Type  |
    | ---------------------- | ----- |
    | View Goals             | Read  |
    | View Folders           | Read  |
    | View Spaces            | Read  |
    | View Tasks             | Read  |
    | Create/Update Task     | Write |
    | View Custom Task Types | Read  |
    | View Lists             | Read  |
    | View List Members      | Read  |
    | View Custom Fields     | Read  |
  </Accordion>
</AccordionGroup>

***

## Communication

<AccordionGroup>
  <Accordion title="Slack">
    Connect to Slack to access channels, messages, and send notifications.

    | Capability             | Type  |
    | ---------------------- | ----- |
    | View Users             | Read  |
    | View Channels          | Read  |
    | Create Channel         | Write |
    | View Messages          | Read  |
    | View Message Replies   | Read  |
    | View Message Reactions | Read  |
    | Send Message as bot    | Write |
    | Send Message as user   | Write |
  </Accordion>

  <Accordion title="Intercom">
    Connect to Intercom to access customer conversations and contact data.

    | Capability                 | Type |
    | -------------------------- | ---- |
    | View Contacts              | Read |
    | View Conversations         | Read |
    | View Conversation Messages | Read |
  </Accordion>

  <Accordion title="Google Mail">
    Connect to Gmail to view and send emails.

    | Capability  | Type  |
    | ----------- | ----- |
    | View Emails | Read  |
    | Send Email  | Write |
  </Accordion>
</AccordionGroup>

***

## Developer Tools

<AccordionGroup>
  <Accordion title="GitHub">
    Connect to GitHub to access repositories, pull requests, and commits.

    | Capability         | Type |
    | ------------------ | ---- |
    | View Repositories  | Read |
    | View Pull Requests | Read |
    | View Commits       | Read |
  </Accordion>

  <Accordion title="GitLab">
    Connect to GitLab to access projects and merge requests.

    | Capability          | Type |
    | ------------------- | ---- |
    | View Projects       | Read |
    | View Merge Requests | Read |
  </Accordion>

  <Accordion title="PostHog">
    Connect to PostHog for product analytics and custom queries.

    | Capability    | Type  |
    | ------------- | ----- |
    | View Projects | Read  |
    | Send QL Query | Write |

    <Tip>
      After connecting PostHog, open the integration settings to configure your PostHog Project ID.
    </Tip>
  </Accordion>

  <Accordion title="Notion">
    Connect to Notion to access pages, databases, and content.

    | Capability           | Type |
    | -------------------- | ---- |
    | View Contents        | Read |
    | View Single Content  | Read |
    | View Users           | Read |
    | View Databases       | Read |
    | View Single Database | Read |
    | View Rich Page       | Read |
  </Accordion>
</AccordionGroup>

***

## Productivity

<AccordionGroup>
  <Accordion title="Google Calendar">
    Connect to Google Calendar to view and manage events.

    | Capability          | Type  |
    | ------------------- | ----- |
    | View Events         | Read  |
    | Create/Update Event | Write |
  </Accordion>

  <Accordion title="Google Ads">
    Connect to Google Ads to access campaign and ad performance data.

    | Capability                        | Type |
    | --------------------------------- | ---- |
    | View Campaign Performance Metrics | Read |
    | View Ad Group Performance Metrics | Read |
    | View Ad Performance Metrics       | Read |
    | View Keyword Performance Metrics  | Read |
  </Accordion>
</AccordionGroup>

***

## Billing & Subscriptions

<AccordionGroup>
  <Accordion title="Stripe">
    Connect to Stripe to access subscription, customer, product, and invoice data.

    | Capability         | Type |
    | ------------------ | ---- |
    | View Subscriptions | Read |
    | View Customers     | Read |
    | View Products      | Read |
    | View Invoices      | Read |
  </Accordion>

  <Accordion title="Chargebee">
    Connect to Chargebee to access subscription and customer data.

    | Capability         | Type |
    | ------------------ | ---- |
    | View Subscriptions | Read |
    | View Customers     | Read |
    | View Entitlements  | Read |
  </Accordion>
</AccordionGroup>

***

## Marketing & Outreach

<AccordionGroup>
  <Accordion title="SmartLead AI">
    Connect to SmartLead AI to access campaign data and analytics.

    | Capability               | Type |
    | ------------------------ | ---- |
    | View Campaigns           | Read |
    | View Campaign Analytics  | Read |
    | View Campaign Leads      | Read |
    | View Campaign Statistics | Read |
    | View Clients             | Read |
    | View Leads Categories    | Read |
  </Accordion>

  <Accordion title="Lemlist">
    Connect to Lemlist to manage outreach campaigns and leads.

    | Capability           | Type  |
    | -------------------- | ----- |
    | View Campaigns       | Read  |
    | View Campaign Stats  | Read  |
    | Add Lead to Campaign | Write |
  </Accordion>
</AccordionGroup>

***

## Built-in Integrations

These integrations are always available and require no setup.

<CardGroup cols={2}>
  <Card title="People Data Labs" icon="user-magnifying-glass">
    Enrich contacts with professional data using email addresses. Returns job titles, companies, social profiles, and more.
  </Card>

  <Card title="CrustData" icon="linkedin">
    Enrich data using LinkedIn profile URLs. Returns detailed professional and company information.
  </Card>

  <Card title="Forager" icon="envelope">
    Extract email addresses from LinkedIn profile URLs.
  </Card>

  <Card title="OpenAI" icon="microchip-ai">
    Access generative AI capabilities with optional web search for enriching app data and automating text-based tasks.
  </Card>
</CardGroup>

***

## Databases

Connect directly to external databases for live data access in your apps.

| Database            | Features                                            |
| ------------------- | --------------------------------------------------- |
| **PostgreSQL**      | Full SQL access, read-only mode, SSH tunnel support |
| **MySQL**           | Full SQL access, read-only mode, SSH tunnel support |
| **Amazon Redshift** | Full SQL access with IAM role-based authentication  |

For setup instructions, see [Integration Basics — Connecting a database](/integrations/integration-basics#connecting-a-database).

***

## Don't see your integration?

Vybe supports over 3,000 apps through the Pipedream integration platform. Search for any app on the Integrations page in your workspace. You can also use **Custom APIs** to connect to any REST API with key or token authentication. See [Integration Basics — Custom APIs](/integrations/integration-basics#custom-apis) for details.
