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
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 ...
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 discon...
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 w...
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 syn...
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...
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, S...
Agent Skills
paragon-actionkit-skill
AGENT SKILLparagon-managed-sync-skill
AGENT SKILLparagon-setup-skill
AGENT SKILLCollections
Paragon ActionKit API
POSTMANParagon Managed Sync API
POSTMANParagon Proxy API
POSTMANParagon Task History API
POSTMANParagon Triggers API
POSTMANParagon Users API
POSTMANParagon Proxy API
OPENParagon Triggers API
OPENParagon Users API
OPENArazzo Workflows
Paragon Disconnect a User Integration and Confirm
Find an enabled integration for a Connected User, disconnect it, then confirm it is gone.
ARAZZOParagon Discover and Run an ActionKit Action
List the Integration Tools available to a Connected User, then execute one synchronously.
ARAZZOParagon Enable a Sync and Pull Records
Enable a Managed Sync pipeline, poll until it has run, then read the normalized records.
ARAZZOParagon Find and Replay a Failed Workflow Execution
Search Task History for failed executions, then replay the most recent failure.
ARAZZOParagon Find and Manage a Trigger Subscription
Look up a Connected User's subscriptions and branch to update or unsubscribe.
ARAZZOParagon Permissioned Synced Record Retrieval
Pull a synced record, check the requester's access, and download its file content only if allowed.
ARAZZOParagon Preview and Subscribe to a Trigger
Resolve a trigger from the catalog, preview its example payload, then subscribe the user to it.
ARAZZOParagon Verify Integration then Proxy a Request
Confirm the Connected User has the integration enabled, then proxy a live API call to it.
ARAZZO