Paragon · Authentication Profile

Useparagon Authentication

Authentication

Paragon secures its APIs with http across 1 declared security scheme, as derived from its OpenAPI definitions.

IntegrationiPaaSEmbedded IntegrationsWorkflowsActionKitManaged SyncAI Agents
Methods: http Schemes: 1 OAuth flows: API key in:

Security Schemes

ParagonUserToken http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/useparagon-openapi.yml
summary:
  types:
  - http
schemes:
- name: ParagonUserToken
  type: http
  scheme: bearer
  bearerFormat: JWT
  description: 'A Paragon User Token: an RS256-signed JWT whose subject identifies the end user.
    Sign it with the private signing key from Settings > SDK Setup in the Paragon dashboard;
    Paragon verifies it with the matching public key.'
  sources:
  - openapi/useparagon-openapi.yml