Skip to main content

Figma

Overview

The Figma source connector lets you connect to the Figma REST API using a Personal Access Token.

At this time, the connector supports credential validation (testing the token against the Figma API), but data extraction is still in development and will not sync any records yet.

Setup

Prerequisites

  • A Figma account
  • A Figma Personal Access Token with access to the resources you intend to sync

Create a Personal Access Token

  1. In Figma, go to Settings (your account settings).
  2. Find Personal access tokens.
  3. Create a new token and copy it.

Keep this token secure. Anyone with the token can access your Figma data according to your permissions.

Authentication

This connector authenticates using a Figma Personal Access Token sent as an HTTP header:

  • Header: X-Figma-Token: <personal_access_token>

When you test credentials, the connector calls:

  • GET https://api.figma.com/v1/me

If the request succeeds, the token is considered valid.

Configuration

FieldTypeRequiredDescription
personal_access_tokenstringYour Figma Personal Access Token.

Streams

No streams are currently available.

The connector’s catalog is currently empty and extraction is not yet implemented.

Limitations

  • Extraction not available: Syncs will fail with an “in development” error until extraction is implemented.
  • No catalog/streams yet: There are no selectable objects to sync at this time.