Figma
Read Figma files and nodes, render images, manage comments, projects, components. Exposes 20 actions covering the full API surface the agent needs - read and write.
What it can do
| Method | What it does |
|---|---|
figma_user_me | Get the authenticated Figma user - GET /me. |
figma_get_file | Get a file with all metadata - GET /files/{file_key}. |
figma_get_file_nodes | Get specific nodes from a file - GET /files/{file_key}/nodes. |
figma_render_images | Render nodes as images - GET /files/{file_key}/images. |
figma_get_image_fills | Get all image fills in a file (used by nodes) - GET /files/{file_key}/images. |
figma_list_comments | List comments on a file - GET /files/{file_key}/comments. |
figma_create_comment | Create a comment on a file - POST /files/{file_key}/comments. |
figma_delete_comment | Delete a comment - DELETE /files/{file_key}/comments/{comment_id}. |
figma_list_projects | List projects in a team - GET /teams/{team_id}/projects. |
figma_list_project_files | List files in a project - GET /projects/{project_id}/files. |
figma_list_team_projects | List team projects - GET /teams/{team_id}/projects. |
figma_list_file_versions | List file version history - GET /files/{file_key}/versions. |
figma_list_components | Get all components in a file - GET /files/{file_key}/components. |
figma_get_component_set | Get a specific component set - GET /component_sets/{component_set_id}. |
figma_list_styles | List all styles in a file - GET /files/{file_key}/styles. |
figma_get_style | Get a specific style - GET /styles/{style_id}. |
figma_list_variables | List variables in a file - GET /files/{file_key}/variables. |
figma_list_webhooks | List webhooks for a team - GET /teams/{team_id}/webhooks. |
figma_create_webhook | Create a webhook subscription - POST /teams/{team_id}/webhooks. |
figma_delete_webhook | Delete a webhook - DELETE /teams/{team_id}/webhooks/{webhook_id}. |
How to get credentials
This connector uses OAuth 2.0. In FlyMyAI, open the tool and click Connect - you'll be redirected to Figma to authorize, then back to FlyMyAI. There is no API key to paste.
The OAuth app must be registered by FlyMyAI for this provider. If you see "connection not configured", the provider's client credentials are still being set up - check back shortly.
Fields to fill in FlyMyAI
| FlyMyAI field | Where it comes from |
|---|---|
| (none) | Connect via OAuth - nothing to paste. |
Troubleshooting
401 Unauthorized/403 Forbidden- the OAuth connection expired or was revoked - reconnect.429 Too Many Requests- you hit the provider rate limit; retry after a short backoff.- Unexpected
4xxon writes - double-check required fields; the agent confirms before write actions.
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Figma!