Skip to main content

Figma Connectors

Connect Parable to Figma to sync project files, file versions, comments, components, component sets, styles, library dev resources, and (Enterprise, opt-in) activity logs.

Bearer Token

Single-token authentication via Authorization: Bearer. Default for v1.

Authentication Overview

Figma supports two credential families:
  • Personal Access Token (PAT) — a long-lived per-user secret minted in Figma’s account settings. Carries the full account permissions of the user who minted it. The connector accepts the PAT in the Authorization: Bearer header. Bearer is the only strategy documented and validated for v1.
PATs are tied to the minting user’s identity. If the user is offboarded, the token is revoked and the connector breaks. Always mint Figma PATs from a dedicated service account, not a personal account.