> ## Documentation Index
> Fetch the complete documentation index at: https://docs.parable.work/llms.txt
> Use this file to discover all available pages before exploring further.

# Figma

> Connect Parable to Figma for design file metadata, comments, components, and libraries

<img className="connector-logo" src="https://img.logo.dev/figma.com?token=pk_N2gy3fJKQ0aldg9QTg7cHA" alt="Figma logo" />

# 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.

<CardGroup cols={2}>
  <Card title="Bearer Token" icon="key" href="/connectors/figma/bearer/setup">
    Single-token authentication via `Authorization: Bearer`. Default for v1.
  </Card>
</CardGroup>

## 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.**

<Warning>
  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.
</Warning>
