Connect your agent to Figma to inspect design files, render frames as images, browse team projects, and post comments — using your Figma personal access token.Documentation Index
Fetch the complete documentation index at: https://docs.abundly.ai/llms.txt
Use this file to discover all available pages before exploring further.
How to enable
Go to Settings → Capabilities and enable Figma. Then create a Figma personal access token (see below) and save it as a workspace secret from the capability settings.Example use cases
- Design review — “Every morning, list any new comments on our Design System file and summarize them in Slack”
- Render frames — “Render the latest version of the landing page hero frame and email it to me as a PNG”
- Spec handoff — “Find the ‘Onboarding’ frame in our Product file and post a description of each layer to the engineering Slack channel”
- Project audit — “List every file in our Marketing team’s projects and tell me which haven’t been updated in the last 90 days”
- Comment triage — “When a Figma comment mentions @design-team, post a summary to #design-triage in Slack”
How to create a Figma personal access token
Open token settings
Sign in to Figma and go to figma.com/developers/api#access-tokens.
Generate a new token
Click Generate new token, give it a name (e.g. “Abundly Agent”), and choose an expiration.Select the scopes the agent needs. Common picks:
- file_content:read — read file contents and render frames
- file_metadata:read — list file versions, basic file info
- projects:read — list team projects and their files
- file_comments:write — read and post comments
- webhooks:write — only if you plan to register webhooks
The agent can only access files and projects that the token’s owner has access to in Figma. Sharing in Figma works the same way it does for the human user.

