Home
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.
6 APIs
18 Features
Embedded Integrations Integration Infrastructure iPaaS AI Agents MCP Integrations
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 ...
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...
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 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...
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 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...
130+ pre-built integrations (Connect Portal)
Fully managed authentication (OAuth 2.0, API Key, custom)
Workflows — event-driven async orchestration
ActionKit Universal API + MCP server for AI agents
Triggers API (Beta) — event subscriptions across 130+ integrations
Managed Sync — normalized File / CRM / Ticketing ingestion for RAG
Permissions API — ReBAC-style access checks over synced objects
Proxy API — direct passthrough to any provider API
Users API — manage Connected User state and metadata
Task History API — query historical executions (Enterprise; 1,000 req / 10 min)
Connect API rate limit — 600 req/min/workspace
ActionKit API rate limit — 50 req/sec/workspace
Concurrency — 5 (Trial) / 20 (Pro) / up to 1,000 (Enterprise) step executions
Embedded UX or Headless SDK
Bring Your Own Connector (BYOC) / Custom Integrations
Dynamic Field Mapping (Enterprise)
SOC 2 Type 2 + GDPR + HIPAA-eligible deployment
Self-host / forward-deploy on AWS (Enterprise)
AI Agent Tool Calling (ActionKit + MCP)
RAG Ingestion With Source Permissions (Managed Sync)
Agentic Actions Across Integrations
Embedded Workflow Builder Actions
File Upload via 3rd-Party Picker
Ingest All Files From File Storage
Real-Time Bidirectional CRM Sync
Send Slack / Teams Notifications
ActiveCampaign
Adobe Acrobat Sign
Adobe Commerce
Adobe Experience Manager
ADP Workforce Now
Airtable
Amazon S3
Amplitude
Apollo.io
Asana
Azure DevOps
BambooHR
BigQuery
Box
Calendly
Chorus.ai
ClickUp
Close
Coda
Confluence
Contentful
Copper
DocuSign
Dropbox
Dropbox Sign
Dynamics 365 Business Central
Dynamics 365 Finance
Emarsys
Excel
Facebook Ads
Facebook Pages
Figma
Freshdesk
Freshsales
Front
Gainsight
GitHub
Gmail
Gong
Google Ad Manager
Google Ads
Google Analytics
Google Analytics GA4
Google Calendar
Google Campaign Manager
Google Docs
Google Drive
Google Search Console
Google Sheets
Greenhouse
Guru
Gusto
Heap
Hive
HubSpot
iManage
Insightly
Intellum
Intercom
Jira
Keap
Klaviyo
Lever
Linear
LinkedIn
LinkedIn Marketing
Magento
Mailchimp
Marketo
Microsoft Dynamics 365 Sales
Microsoft Outlook
Microsoft SharePoint
Microsoft Teams
Miro
Mixpanel
monday.com
NetSuite
Notion
OneDrive
OneNote
OpenAI
Oracle Eloqua
Oracle Financials Cloud
Outreach
PagerDuty
PandaDoc
Pardot
Pipedrive
Power BI
Productboard
QuickBooks
Quip
Ramp
Sage Accounting
Sage Intacct
Sailthru
Salesforce
Salesloft
SAP S/4HANA
SAP SuccessFactors
Segment
ServiceNow
Shopify
Shortcut
Slack
Snowflake
Stack Overflow for Teams
Stripe
Tableau
TikTok Ads
Todoist
Trello
Typeform
Unleashed
Vanta
Vimeo
WhatsApp
WooCommerce
WordPress
Workable
Workday
Xero
Zendesk
Zendesk Sell
Zoho CRM
Zoho People
Zoom
0 classes · 13 properties
JSON-LD
8 rules ·
3 errors
5 warnings
SPECTRAL
Sources
aid: paragon
url: https://raw.githubusercontent.com/api-evangelist/paragon/refs/heads/main/apis.yml
name: Paragon
tags:
- Embedded Integrations
- Integration Infrastructure
- iPaaS
- AI Agents
- MCP
- Integrations
kind: contract
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
access: 3rd-Party
position: Consuming
created: '2025-06-05T00:00:00.000Z'
modified: '2026-05-22'
specificationVersion: '0.19'
description: >-
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:
- aid: paragon:proxy-api
name: Proxy API
tags:
- Embedded Integrations
- Proxy
- Integrations
humanURL: https://docs.useparagon.com/apis/making-api-requests
properties:
- type: Documentation
url: https://docs.useparagon.com/apis/making-api-requests
- type: OpenAPI
url: openapi/paragon-proxy-api-openapi.yml
- type: JSONLD
url: json-ld/paragon-context.jsonld
- type: Example
url: examples/proxy-request-example.json
description: >-
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.
- aid: paragon:users-api
name: Users API
tags:
- Embedded Integrations
- Users
- Integrations
humanURL: https://docs.useparagon.com/apis/users
properties:
- type: Documentation
url: https://docs.useparagon.com/apis/users
- type: OpenAPI
url: openapi/paragon-users-api-openapi.yml
- type: JSONSchema
url: json-schema/user.json
- type: JSONSchema
url: json-schema/integration.json
- type: JSONSchema
url: json-schema/credential.json
- type: JSONLD
url: json-ld/paragon-context.jsonld
- type: Example
url: examples/users-get-user-example.json
description: >-
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.
- aid: paragon:task-history-api
name: Task History API
tags:
- Embedded Integrations
- Task History
- Workflows
- Integrations
humanURL: https://docs.useparagon.com/apis/task-history
properties:
- type: Documentation
url: https://docs.useparagon.com/apis/task-history
- type: OpenAPI
url: openapi/paragon-task-history-api-openapi.yml
- type: JSONSchema
url: json-schema/workflow-execution.json
- type: JSONSchema
url: json-schema/workflow-execution-list.json
- type: JSONLD
url: json-ld/paragon-context.jsonld
- type: Example
url: examples/task-history-workflow-executions-example.json
description: >-
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.
- aid: paragon:actionkit-api
name: ActionKit API
tags:
- ActionKit
- AI Agents
- MCP
- Tools
- Integrations
humanURL: https://docs.useparagon.com/actionkit/overview
properties:
- type: Documentation
url: https://docs.useparagon.com/actionkit/overview
- type: OpenAPI
url: openapi/paragon-actionkit-api-openapi.yml
- type: JSONSchema
url: json-schema/action.json
- type: JSONLD
url: json-ld/paragon-context.jsonld
- type: MCPServer
url: https://github.com/useparagon/paragon-mcp
- type: Example
url: examples/actionkit-list-actions-example.json
- type: Example
url: examples/actionkit-run-action-example.json
description: >-
"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.
- aid: paragon:triggers-api
name: Triggers API
tags:
- ActionKit
- Triggers
- Webhooks
- AI Agents
- Integrations
humanURL: https://docs.useparagon.com/actionkit/triggers/overview
properties:
- type: Documentation
url: https://docs.useparagon.com/actionkit/triggers/overview
- type: OpenAPI
url: openapi/paragon-triggers-api-openapi.yml
- type: JSONSchema
url: json-schema/trigger.json
- type: JSONSchema
url: json-schema/trigger-subscription.json
- type: JSONLD
url: json-ld/paragon-context.jsonld
- type: Example
url: examples/triggers-subscribe-example.json
description: >-
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.
- aid: paragon:managed-sync-api
name: Managed Sync API
tags:
- Managed Sync
- RAG
- Data Ingestion
- Integrations
humanURL: https://docs.useparagon.com/managed-sync/overview
properties:
- type: Documentation
url: https://docs.useparagon.com/managed-sync/overview
- type: OpenAPI
url: openapi/paragon-managed-sync-api-openapi.yml
- type: JSONSchema
url: json-schema/synced-record.json
- type: JSONSchema
url: json-schema/sync-status.json
- type: JSONSchema
url: json-schema/access-check.json
- type: JSONLD
url: json-ld/paragon-context.jsonld
- type: Example
url: examples/managed-sync-pull-records-example.json
- type: Example
url: examples/permissions-check-access-example.json
description: >-
"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.
common:
- type: PostmanWorkspace
url: https://www.postman.com/kinlaneapi/paragon/overview
- type: ArazzoWorkflows
url: arazzo/
workflows:
- url: arazzo/paragon-disconnect-integration-workflow.yml
name: Paragon Disconnect a User Integration and Confirm
summary: Find an enabled integration for a Connected User, disconnect it, then confirm it is gone.
- url: arazzo/paragon-discover-and-run-action-workflow.yml
name: Paragon Discover and Run an ActionKit Action
summary: List the Integration Tools available to a Connected User, then execute one synchronously.
- url: arazzo/paragon-enable-sync-and-pull-records-workflow.yml
name: Paragon Enable a Sync and Pull Records
summary: Enable a Managed Sync pipeline, poll until it has run, then read the normalized records.
- url: arazzo/paragon-find-and-replay-failed-execution-workflow.yml
name: Paragon Find and Replay a Failed Workflow Execution
summary: Search Task History for failed executions, then replay the most recent failure.
- url: arazzo/paragon-manage-trigger-subscription-workflow.yml
name: Paragon Find and Manage a Trigger Subscription
summary: Look up a Connected User's subscriptions and branch to update or unsubscribe.
- url: arazzo/paragon-permissioned-record-retrieval-workflow.yml
name: Paragon Permissioned Synced Record Retrieval
summary: Pull a synced record, check the requester's access, and download its file content only if allowed.
- url: arazzo/paragon-subscribe-to-trigger-workflow.yml
name: Paragon Preview and Subscribe to a Trigger
summary: Resolve a trigger from the catalog, preview its example payload, then subscribe the user to it.
- url: arazzo/paragon-verify-integration-and-proxy-request-workflow.yml
name: Paragon Verify Integration then Proxy a Request
summary: Confirm the Connected User has the integration enabled, then proxy a live API call to it.
- type: LinkedIn
url: https://www.linkedin.com/company/paragon
- type: GitHubOrganization
name: GitHub Organization
url: https://github.com/useparagon
- type: Integrations
name: Paragon Integrations Catalog
url: https://www.useparagon.com/integrations
- type: Documentation
name: Paragon Documentation
url: https://docs.useparagon.com/overview
- type: Blog
name: Paragon Blog
url: https://www.useparagon.com/blog
- type: StatusPage
name: Paragon Status
url: https://status.useparagon.com/
- type: UseCases
name: Powered by Paragon | Use Case Library
url: https://www.useparagon.com/use-case/library
- type: SDKs
name: Installing the Connect SDK
url: https://docs.useparagon.com/getting-started/installing-the-connect-sdk
- type: SDKs
name: '@useparagon/connect (npm)'
url: https://www.npmjs.com/package/@useparagon/connect
- type: Authentication
name: Connect Portal Overview
url: https://docs.useparagon.com/connect-portal/overview
- type: Webhooks
name: Custom Webhooks
url: https://docs.useparagon.com/resources/custom-webhooks
- type: RBAC
name: Role Based Access Control
url: https://docs.useparagon.com/managing-account/role-based-access-control
- type: ServiceLevelAgreement
name: Concurrency SLA
url: https://docs.useparagon.com/billing/concurrency-limits
- type: RateLimits
name: Paragon Rate Limits
url: rate-limits/paragon-rate-limits.yml
- type: Plans
name: Paragon Plans and Pricing
url: plans/paragon-plans-pricing.yml
- type: FinOps
name: Paragon FinOps
url: finops/paragon-finops.yml
- type: Security
name: Paragon Security
url: https://docs.useparagon.com/security/security
- type: Trust
name: Paragon Trust Center
url: https://security.useparagon.com/
- type: GDPR
name: GDPR
url: https://docs.useparagon.com/security/gdpr
- type: HIPAA
name: HIPAA Compliance
url: https://docs.useparagon.com/security/hipaa
- type: Support
name: Contacting Support
url: https://docs.useparagon.com/support/contacting-support
- type: Workflows
name: Workflows Overview
url: https://docs.useparagon.com/workflows/overview
- type: ChangeLog
name: Product Updates
url: https://docs.useparagon.com/changelog/product-updates
- type: SignUp
name: Paragon Sign Up
url: https://dashboard.useparagon.com/signup
- type: Login
name: Paragon Login
url: https://dashboard.useparagon.com/login
- type: TermsOfService
name: Terms of Service
url: https://www.useparagon.com/terms-of-service
- type: Customers
name: Paragon Customers
url: https://www.useparagon.com/customers
- type: Pricing
name: Paragon Pricing
url: https://www.useparagon.com/pricing
- type: MCPServer
name: Paragon MCP Server
url: https://github.com/useparagon/paragon-mcp
- type: AgentSkill
name: Paragon AI Skills (paragon-setup-skill, actionkit, managed-sync)
url: https://github.com/useparagon/paragon-ai-skills
- type: SampleCode
name: paragon-connect-nextjs-example
url: https://github.com/useparagon/paragon-connect-nextjs-example
- type: SampleCode
name: connect-headless-example
url: https://github.com/useparagon/connect-headless-example
- type: SampleCode
name: paragon-rails-example
url: https://github.com/useparagon/paragon-rails-example
- type: SampleCode
name: rag-tutorials
url: https://github.com/useparagon/rag-tutorials
- type: SampleCode
name: actionkit-playground
url: https://github.com/useparagon/actionkit-playground
- type: Deployment
name: AWS On-Prem (Self-Host)
url: https://github.com/useparagon/aws-on-prem
- type: Deployment
name: Enterprise Installer
url: https://github.com/useparagon/enterprise-installer
- type: Vocabulary
name: Paragon Vocabulary
url: vocabulary/paragon-vocabulary.yml
- type: SpectralRuleset
name: Paragon Spectral Rules
url: rules/paragon-rules.yml
- type: JSONStructure
name: Action Structure
url: json-structure/paragon-action-structure.json
- type: JSONStructure
name: Synced Record Structure
url: json-structure/paragon-synced-record-structure.json
- type: JSONStructure
name: Trigger Subscription Structure
url: json-structure/paragon-trigger-subscription-structure.json
- type: Features
name: Features
url: https://www.useparagon.com/pricing
sources:
- https://www.useparagon.com/pricing
- https://docs.useparagon.com/overview
- https://docs.useparagon.com/billing/concurrency-limits
updated: '2026-05-22'
data:
- 130+ pre-built integrations (Connect Portal)
- Fully managed authentication (OAuth 2.0, API Key, custom)
- Workflows — event-driven async orchestration
- ActionKit Universal API + MCP server for AI agents
- Triggers API (Beta) — event subscriptions across 130+ integrations
- Managed Sync — normalized File / CRM / Ticketing ingestion for RAG
- Permissions API — ReBAC-style access checks over synced objects
- Proxy API — direct passthrough to any provider API
- Users API — manage Connected User state and metadata
- Task History API — query historical executions (Enterprise; 1,000 req / 10 min)
- Connect API rate limit — 600 req/min/workspace
- ActionKit API rate limit — 50 req/sec/workspace
- Concurrency — 5 (Trial) / 20 (Pro) / up to 1,000 (Enterprise) step executions
- Embedded UX or Headless SDK
- Bring Your Own Connector (BYOC) / Custom Integrations
- Dynamic Field Mapping (Enterprise)
- SOC 2 Type 2 + GDPR + HIPAA-eligible deployment
- Self-host / forward-deploy on AWS (Enterprise)
- type: UseCases
name: Use Cases
url: https://www.useparagon.com/use-case/library
data:
- name: AI Agent Tool Calling (ActionKit + MCP)
- name: RAG Ingestion With Source Permissions (Managed Sync)
- name: Agentic Actions Across Integrations
- name: Embedded Workflow Builder Actions
- name: File Upload via 3rd-Party Picker
- name: Ingest All Files From File Storage
- name: Real-Time Bidirectional CRM Sync
- name: Send Slack / Teams Notifications
- type: Integrations
name: Paragon Integration Catalog
url: https://docs.useparagon.com/resources/integrations
data:
- name: ActiveCampaign
- name: Adobe Acrobat Sign
- name: Adobe Commerce
- name: Adobe Experience Manager
- name: ADP Workforce Now
- name: Airtable
- name: Amazon S3
- name: Amplitude
- name: Apollo.io
- name: Asana
- name: Azure DevOps
- name: BambooHR
- name: BigQuery
- name: Box
- name: Calendly
- name: Chorus.ai
- name: ClickUp
- name: Close
- name: Coda
- name: Confluence
- name: Contentful
- name: Copper
- name: DocuSign
- name: Dropbox
- name: Dropbox Sign
- name: Dynamics 365 Business Central
- name: Dynamics 365 Finance
- name: Emarsys
- name: Excel
- name: Facebook Ads
- name: Facebook Pages
- name: Figma
- name: Freshdesk
- name: Freshsales
- name: Front
- name: Gainsight
- name: GitHub
- name: Gmail
- name: Gong
- name: Google Ad Manager
- name: Google Ads
- name: Google Analytics
- name: Google Analytics GA4
- name: Google Calendar
- name: Google Campaign Manager
- name: Google Docs
- name: Google Drive
- name: Google Search Console
- name: Google Sheets
- name: Greenhouse
- name: Guru
- name: Gusto
- name: Heap
- name: Hive
- name: HubSpot
- name: iManage
- name: Insightly
- name: Intellum
- name: Intercom
- name: Jira
- name: Keap
- name: Klaviyo
- name: Lever
- name: Linear
- name: LinkedIn
- name: LinkedIn Marketing
- name: Magento
- name: Mailchimp
- name: Marketo
- name: Microsoft Dynamics 365 Sales
- name: Microsoft Outlook
- name: Microsoft SharePoint
- name: Microsoft Teams
- name: Miro
- name: Mixpanel
- name: monday.com
- name: NetSuite
- name: Notion
- name: OneDrive
- name: OneNote
- name: OpenAI
- name: Oracle Eloqua
- name: Oracle Financials Cloud
- name: Outreach
- name: PagerDuty
- name: PandaDoc
- name: Pardot
- name: Pipedrive
- name: Power BI
- name: Productboard
- name: QuickBooks
- name: Quip
- name: Ramp
- name: Sage Accounting
- name: Sage Intacct
- name: Sailthru
- name: Salesforce
- name: Salesloft
- name: SAP S/4HANA
- name: SAP SuccessFactors
- name: Segment
- name: ServiceNow
- name: Shopify
- name: Shortcut
- name: Slack
- name: Snowflake
- name: Stack Overflow for Teams
- name: Stripe
- name: Tableau
- name: TikTok Ads
- name: Todoist
- name: Trello
- name: Typeform
- name: Unleashed
- name: Vanta
- name: Vimeo
- name: WhatsApp
- name: WooCommerce
- name: WordPress
- name: Workable
- name: Workday
- name: Xero
- name: Zendesk
- name: Zendesk Sell
- name: Zoho CRM
- name: Zoho People
- name: Zoom
- type: LLMsTxt
url: https://docs.useparagon.com/llms.txt
integrations:
- name: Salesforce
- name: HubSpot
- name: Microsoft Dynamics 365 Sales
- name: Pipedrive
- name: Zoho CRM
- name: Zendesk Sell
- name: Insightly
- name: Copper
- name: Keap
- name: Freshsales
- name: Google Drive
- name: Dropbox
- name: Microsoft SharePoint
- name: Box
- name: OneDrive
- name: Notion
- name: OneNote
- name: Confluence
- name: Google Docs
- name: Coda
- name: Quip
- name: Emarsys
- name: Slack
- name: Microsoft Teams
- name: Zoom
- name: WhatsApp
- name: Outreach
- name: Gong
- name: Salesloft
- name: Apollo.io
- name: Jira
- name: Asana
- name: Trello
- name: monday.com
- name: Azure DevOps
- name: ClickUp
- name: Linear
- name: GitHub
- name: Productboard
- name: Airtable
- name: Hive
- name: Shortcut
- name: Todoist
- name: Intercom
- name: Zendesk
- name: ServiceNow
- name: Freshdesk
- name: Gainsight
- name: Front
- name: PagerDuty
- name: Vimeo
- name: Klaviyo
- name: Mailchimp
- name: Marketo
- name: Pardot
- name: Oracle Eloqua
- name: Sailthru
- name: ActiveCampaign
- name: Google Sheets
- name: Google Calendar
- name: Microsoft Outlook
- name: Calendly
- name: Gmail
- name: Miro
- name: iManage
- name: OpenAI
- name: Excel
- name: Figma
- name: Stack Overflow for Teams
- name: Typeform
- name: Vanta
- name: Google Analytics
- name: Google Search Console
- name: Mixpanel
- name: Google Analytics GA4
- name: Heap
- name: QuickBooks
- name: Xero
- name: Sage Intacct
- name: NetSuite
- name: Dynamics 365 Business Central
- name: SAP S/4HANA
- name: Oracle Financials Cloud
- name: Dynamics 365 Finance
- name: Sage Accounting
- name: Unleashed
- name: Shopify
- name: WooCommerce
- name: Adobe Commerce
- name: Facebook Ads
- name: Google Campaign Manager
- name: Google Ads
- name: Google Ad Manager
- name: TikTok Ads
- name: DocuSign
- name: PandaDoc
- name: Dropbox Sign
- name: Adobe Acrobat Sign
- name: Amplitude
- name: Tableau
maintainers:
- FN: Kin Lane
email: kin@apievangelist.com