Skip to content

api-evangelist/paragon

Repository files navigation

Paragon (paragon)

Paragon is the Integration Infrastructure Platform for B2B SaaS and AI products. The platform combines Connect Portal (managed user authentication for 130+ SaaS apps), Workflows (event-driven async orchestration), ActionKit (Universal API + MCP server giving AI agents synchronous CRUD access to Integration Tools), Triggers (event subscriptions), Managed Sync (normalized RAG-grade data ingestion with a permissions graph), the Proxy API (direct passthrough to third-party APIs on behalf of Connected Users), the Users API, and the Task History API.

APIs.json: https://raw.githubusercontent.com/api-evangelist/paragon/refs/heads/main/apis.yml

Scope

  • Position: Consuming
  • Access: 3rd-Party

Tags

  • Embedded Integrations
  • Integration Infrastructure
  • iPaaS
  • AI Agents
  • MCP
  • Integrations

Timestamps

  • Created: 2025-06-05T00:00:00.000Z
  • Modified: 2026-05-22

APIs

Proxy API

Send requests directly to an integration provider, on behalf of Connected Users. The Proxy API allows you to access any third-party provider's API methods via Paragon's managed credential handling. Supports any HTTP verb and accepts JSON request bodies. Along with Workflows, the Proxy API is one of two primary ways to build integrations with Paragon.

Tags

  • Embedded Integrations
  • Proxy
  • Integrations

Properties

Users API

The Users API allows you to query and modify the state of your Connected Users and their integrations. Endpoints cover retrieving user info, setting metadata, listing and disconnecting integrations, and managing Connect credentials. SDK functions like paragon.authenticate(), paragon.setMetadata(), and paragon.uninstallIntegration() map to these endpoints.

Tags

  • Embedded Integrations
  • Users
  • Integrations

Properties

Task History API

The Task History API allows you to query your users' usage of integration workflows and access data from historical workflow executions. Includes endpoints to list and inspect workflow executions, drill into step executions, and replay failed runs. Available on Enterprise plans; rate limited to 1,000 requests per 10 minutes.

Tags

  • Embedded Integrations
  • Task History
  • Workflows
  • Integrations

Properties

ActionKit API

"ActionKit is an API to give your AI agent or app access to Paragon's catalog of pre-built Integration Tools and Triggers." Exposes a Universal API for listing and executing synchronous CRUD actions across 130+ SaaS integrations, and is paired with the Paragon MCP server (github.com/useparagon/paragon-mcp) so agents can call these tools via the Model Context Protocol. Rate limited to 50 requests per second per workspace.

Tags

  • ActionKit
  • AI Agents
  • MCP
  • Tools
  • Integrations

Properties

Triggers API

The Triggers API (Beta) lets you "subscribe to events from your users' integrations, using our catalog of pre-built triggers or Custom Webhooks." Exposes discovery, subscription, update, and unsubscribe operations for events such as SLACK_MESSAGE_RECEIVED or GOOGLE_CALENDAR_NEW_EVENT across 130+ integrations. Authenticates with the Paragon User Token JWT.

Tags

  • ActionKit
  • Triggers
  • Webhooks
  • AI Agents
  • Integrations

Properties

Managed Sync API

"Managed Sync provides pipelines to sync data from your users' integration sources to your app or RAG pipeline." Covers File Storage (Google Drive, Box, OneDrive, S3, Dropbox, SharePoint), CRM, and Ticketing sources, with normalized schemas and a ReBAC-style permissions graph (check-access, batch-check, list-users, list-objects, expand) so applications can enforce source-system permissions when retrieving content for retrieval-augmented generation.

Tags

  • Managed Sync
  • RAG
  • Data Ingestion
  • Integrations

Properties

Common Properties

Maintainers

FN: Kin Lane Email: kin@apievangelist.com

About

Paragon enables companies to build products that integrate with the SaaS ecosystem. With Paragon, software companies can integrate with hundreds of different SaaS apps in minutes while providing their customers with a seamless, unified integration experience.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors