Paragon
Paragon is an embedded integration platform (embedded iPaaS) that lets B2B SaaS companies build and ship native, third-party integrations inside their own product. Developers use the Connect SDK/Portal plus a REST API (Connect API, ActionKit, and Managed Sync) to authenticate end users into 130+ SaaS providers, trigger workflows, run agentic actions, and ingest normalized third-party data.
APIs
Paragon Connect API
The Connect API manages authenticated end users and their connected third-party credentials for a Paragon project. Requests are authenticated with a Paragon User Token (an RS256...
Paragon Integrations API
Returns the list of integrations enabled for a Paragon project, including Connect Portal configuration and associated workflows, so applications can render available connectors ...
Paragon Users API
Retrieves the currently authenticated user and their connected integration state (the same data surfaced by the SDK getUser() method), keyed by the user id embedded in the Parag...
Paragon Workflows API
Triggers Paragon workflows over HTTP (API Trigger) and checks workflow execution status. Workflows can be started from application events, CRON schedules, third-party webhooks, ...
Paragon Proxy API
A passthrough proxy that forwards requests to a connected user's third-party API without your application handling that provider's OAuth tokens. Requests go to /projects/{projec...
Paragon ActionKit API
ActionKit exposes thousands of prebuilt, LLM-ready actions across 130+ SaaS providers as a single API for AI agents. List available actions with GET /projects/{projectId}/action...
Paragon Managed Sync API
Managed Sync provides fully managed, normalized third-party data ingestion pipelines. The Sync API enables full CRM, ticketing, file-storage, and accounting ingestions with a co...
Paragon Permissions API
The Permissions API enforces the underlying source-of-truth access control on data ingested through Managed Sync, letting applications check whether a user/role can access a giv...
Paragon Events and Webhooks API
Paragon delivers outbound event webhooks (such as record_updated from Managed Sync and workflow/integration lifecycle events) to your application's registered endpoints so you c...