Skip to main content
Figma logo

Overview

Add Figma to any ModuleX agent or workflow. Design collaboration platform for creating, sharing, and commenting on design files via the Figma REST API (api.figma.com).
Categories: Productivity & Collaboration · Design · Auth: OAuth2 · Actions: 3

Authentication

OAuth2 Authentication

Connect using Figma OAuth (recommended)

Required Credentials

OAuth Configuration

  • Authorization URL: https://www.figma.com/oauth
  • Token URL: https://api.figma.com/v1/oauth/token
  • Scopes: file_content:read, file_comments:read, file_comments:write

Available Actions

Parameters

string
required
The Figma file ID (found in the file URL after /file/)

Response

Parameters

string
required
The Figma file ID (found in the file URL after /file/)
string
required
The ID of the comment to delete

Response

Parameters

string
required
The Figma file ID (found in the file URL after /file/)
string
required
The text contents of the comment to post
string
The ID of the comment to reply to (must be a root comment)

Response

Limits & Quotas

  • Figma REST API rate limit: 30 requests per minute per OAuth token (may vary by endpoint and plan).
  • No per-request billing; API access is included with Figma Professional and above.
  • Error model: non-2xx responses are caught and returned as success=False + error rather than raising.

Cal.com

Canva

ConvertAPI