Figma integration

Design: files, components, comments, image exports, versions, styles

Help CentreConnectors

Overview

Figma is the dominant collaborative design platform. The Automize Figma connector covers files, components, comments, image exports, versions, styles.

  • Regions: Global.
  • Plans: Free + Pro + Org + Enterprise. API on all plans.

Setting up the connection

Auth type: Bearer Token.

  1. Figma → Account Settings → Personal Access Tokens → Generate.
  2. In Automize → Settings → Connectors → Figma. Paste token.

Find your credentials at https://www.figma.com/developers/api.


Rate limits

Per-token, ~100 req/min.


Data model

Design primitives:

    File ─┬─ Pages ─── Frames + Components
          ├─ Comments
          ├─ Versions
          └─ Styles (Text, Color, Effect)

Available operations

8 operations available. Click any row to jump to its detail.

OperationCategoryWhat it does
Create CommentGeneralAdd a comment to a file
Get FileGeneralGet file content as JSON
Get File VersionsGeneralList version history of a file
Get ImagesGeneralExport images from a file
List CommentsGeneralList comments on a file
List ComponentsGeneralList published components in a file
List Project FilesGeneralList files in a project
List ProjectsGeneralList projects in a team

Operations

Create Comment

Add a comment to a file

ParameterRequiredTypeDescription
File Key file_keyYestext
Message messageYestext
Client Meta client_metaYestext

Get File

Get file content as JSON

ParameterRequiredTypeDescription
File Key file_keyYestext

Tips

  • Heavy payload (full design tree). Use ids to scope.

Get File Versions

List version history of a file

ParameterRequiredTypeDescription
File Key file_keyYestext

Get Images

Export images from a file

ParameterRequiredTypeDescription
File Key file_keyYestext

List Comments

List comments on a file

ParameterRequiredTypeDescription
File Key file_keyYestext

Tips

  • Comments + resolved state.

List Components

List published components in a file

ParameterRequiredTypeDescription
File Key file_keyYestext

Tips

  • Per file. Components are reusable design tokens.

List Project Files

List files in a project

ParameterRequiredTypeDescription
Project Id project_idYestext

List Projects

List projects in a team

ParameterRequiredTypeDescription
Team Id team_idYestext

FAQ

Use cases?
Design systems sync to code, automated design-token export, comment-aware QA workflows.

Related connectors

See it working on your own data

Everything documented here ships with the platform – try the document tools free, or go live in 7 days.