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

# Welcome to Paragon

> Embedded integration infrastructure for B2B SaaS & AI products

Paragon is an all-in-one embedded platform for building native product integrations that connect your product with your customers’ 3rd-party SaaS apps, without the plumbing.

The core platform provides you the building blocks for every integration ([130+ native connectors](/resources/integrations) as well as a [custom integration builder](/resources/custom-integrations)), including:

* An embedded SDK to build seamless in-app integration experiences, with a white-labeled [Connect Portal](/connect-portal/) (or build your own UI with a [headless](/connect-portal/headless-connect-portal) implementation)
* Multi-tenant architecture that keeps every one of your customer’s data and integration configuration isolated
* Fully managed integration [authentication](/getting-started/displaying-the-connect-portal) (OAuth 2.0/API Keys) for every integration
* Detailed event logs for enterprise-ready [monitoring and observability](/monitoring/overview)
* Flexible [deployment](/on-premise/choosing-a-hosting-solution) options: cloud, on-premise, or forward-deployed

<Card title="Platform Overview" href="/platform" horizontal arrow>
  Learn more about the building blocks of the Paragon platform.
</Card>

When building the integration logic, you can pick from Paragon’s suite of **three** purpose‑built products:

<CardGroup cols={3}>
  <Card title="Managed Sync" icon="share-nodes" href="/managed-sync/overview" cta="Learn more">
    Fully managed and normalized data ingestion pipelines and 3rd-party permissions graph.
  </Card>

  <Card title="ActionKit" icon="sparkles" href="/actionkit/overview" cta="Learn more">
    Universal API & MCP to access hundreds of synchronous CRUD actions in real time.
  </Card>

  <Card title="Workflows" icon="diagram-nested" href="/workflows/overview" cta="Learn more">
    An event‑driven runtime for orchestrating complex, asynchronous integration logic.
  </Card>
</CardGroup>

To help you determine which product to use, you can explore by use case or by product below.

## Browse by Use Case

Popular use cases built on Paragon, with guidance on which product to use

<AccordionGroup>
  <Accordion title="Ingestion for RAG">
    <h3 style={{ marginTop: 0 }}>Ingestion for RAG</h3>

    Ingest users' external knowledge sources for RAG, and enforce access control on that data at query-time.

    <Card title="Product: Managed Sync" icon="share-nodes" href="/managed-sync/overview" horizontal arrow>
      Fully managed and normalized data ingestion pipelines and 3rd-party permissions graph, built for RAG.
    </Card>

    <Card title="Guide: Ingesting your users' file data for RAG" icon="book" href="https://www.useparagon.com/use-case/article/file-ingestion" horizontal arrow>
      Read our guide to implement RAG file ingestion with integrations end-to-end.
    </Card>
  </Accordion>

  <Accordion title="AI Agent Tools">
    <h3 style={{ marginTop: 0 }}>AI Agent Tool Calling</h3>

    Equip your agentic product to read & write data in third‑party tools via agent-optimized integration tools.

    <Card title="Product: ActionKit" icon="sparkles" href="/actionkit/overview" horizontal arrow>
      Universal API & MCP to give your AI agent access to hundreds of Integration Actions.
    </Card>

    <Card title="Guide: Ingesting your users' file data for RAG" icon="book" href="https://www.useparagon.com/use-case/article/file-ingestion" horizontal arrow>
      Read our guide to implement RAG file ingestion with integrations end-to-end.
    </Card>
  </Accordion>

  <Accordion title="Bidirectional Sync">
    <h3 style={{ marginTop: 0 }}>Bidirectional Sync</h3>

    Keep objects in your app and your customers’ 3rd-party systems perfectly synchronized, reflecting changes made in either application.

    <Card title="Product: Managed Sync (Pull)" icon="share-nodes" href="/managed-sync/overview" horizontal arrow>
      Fully managed and normalized data ingestion pipelines for pulling data from your customers' 3rd-party systems.
    </Card>

    <Card title="Product: Workflows (Push)" icon="diagram-nested" href="/workflows/overview" horizontal arrow>
      Build event‑driven automations for writing data back to your customers' 3rd-party systems.
    </Card>

    <Card title="Guide: Building a bidirectional CRM sync" icon="book" href="https://www.useparagon.com/use-case/article/real-time-bidirectional-crm-sync" horizontal arrow>
      Read our guide to implement a bidirectional CRM sync end-to-end.
    </Card>
  </Accordion>

  <Accordion title="Integrations for your Workflow Product">
    <h3 style={{ marginTop: 0 }}>Workflow Product Integrations</h3>

    Support hundreds of integration nodes/steps in your own workflow product.

    <Card title="Product: ActionKit" icon="sparkles" href="/actionkit/overview" horizontal arrow>
      Universal API & MCP to give your workflow product access to hundreds of Integration Actions.
    </Card>

    <Card title="Guide: Adding integrations to your workflow product" icon="book" href="https://www.useparagon.com/use-case/article/workflow-builder-actions" horizontal arrow>
      Read our guide to add integrations to your workflow product.
    </Card>
  </Accordion>

  <Accordion title="Structured Ingestion">
    <h3 style={{ marginTop: 0 }}>Structured Data Ingestion</h3>

    Enable normalized ingestion pipelines from your users' structured data sources (ie. CRM, ticketing, etc.).

    <Card title="Product: Managed Sync" icon="share-nodes" href="/managed-sync/overview" horizontal arrow>
      Fully managed and normalized data ingestion pipelines for pulling data from your customers' 3rd-party systems.
    </Card>
  </Accordion>
</AccordionGroup>

## Browse by Product

Purpose-built products to implement your desired integration use case.

<Tabs>
  <Tab title="Managed Sync">
    ### Managed Sync

    **Managed Sync** provides two easy-to-use APIs to pull high volumes of data from your users' integrations into your app, while respecting the data's underlying permissions:

    * Sync API: Enable full syncs of your users' 3rd-party data with two API calls
    * Permissions API: Enforce access control on ingested 3rd-party data in RAG

    ### Highlights

    * Declarative ingestion jobs for files, CRM records, tickets, accounting data, and more
    * Automatic backfill + incremental sync with failure recovery
    * Record/document Permissions API for downstream queries
    * Scale to hundred of millions of records without managing infrastructure

    ### Common Use Cases

    * Knowledge ingestion for RAG (ie. files, knowledge bases, meeting transcripts, chat)
    * Structured data ingestion (ie. CRM, accounting, ticketing)

    <Card title="Learn More" icon="arrow-right" horizontal href="/managed-sync/overview">
      Learn more about Managed Sync in our comprehensive overview.
    </Card>
  </Tab>

  <Tab title="ActionKit">
    ### ActionKit

    **ActionKit** is a single API to add Paragon's library of hundreds of Integration Actions into your product or AI agent

    **When to use:** You need to implement real-time, synchronous responses for common integration actions, or supply your AI agent or workflow product with hundreds of integration actions.

    ### Highlights

    * Real-time execution SLAs (extremely low-latency)
    * Uniform interface for every integration
    * Use-case specific schema formats (for AI agents or workflow products)

    ### Common use cases:

    * Integration tools for AI agents
    * Integrations for your workflow product
    * Taking action in 3rd-party apps in real-time

    <Card title="Learn More" icon="arrow-right" horizontal href="/actionkit/overview">
      Learn more about ActionKit in our comprehensive overview.
    </Card>
  </Tab>

  <Tab title="Workflows">
    ### Workflows

    Build asynchronous event‑driven automations and orchestrate integration logic at scale.

    **When to use:** You need to build durable, asynchronous, event-driven background jobs between your app and your users' 3rd-party apps.

    ### Highlights

    * Build in low-code or Typescript, and version control all workflows in Git
    * Highly extenisble - implement any integration logic
    * Durable jobs infrastructure (queues, dynamically scaled workers)
    * Supports listening to any 3rd-party webhook

    ### Common Use Cases

    * Trigger custom event-driven automations in your users' 3rd-party apps
    * Trigger automations in your application from 3rd-party webhooks

    <Card title="Learn More" icon="arrow-right" horizontal href="/workflows/overview">
      Learn more about Workflows in our comprehensive overview.
    </Card>
  </Tab>
</Tabs>
