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
| Field | Description | Required | Format |
|---|---|---|---|
| Client ID | Figma OAuth App Client ID | Yes | - |
| Client Secret | Figma OAuth App Client Secret | Yes | - |
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
list_comments — List all comments left on a Figma file
list_comments — List all comments left on a Figma file
delete_comment — Delete a comment from a Figma file
delete_comment — Delete a comment from a Figma file
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+errorrather than raising.