Documentation Index
Fetch the complete documentation index at: https://docs.alterauth.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Connect your users to Figma for accessing design files, variables, comments, and developer resources.| Property | Value |
|---|---|
| Provider ID | figma |
| Category | Design & Developer Tools |
| PKCE | Supported |
| Token refresh | Automatic |
| Redirect URI | Shown in Developer Portal |
Step 1: Create a Figma OAuth App
Go to the Figma Developer Portal
Navigate to figma.com/developers/apps and sign in.
Configure the redirect URL
On the OAuth credentials page, click Add a redirect URL and add the Alter callback URL from the Developer Portal.
Step 2: Add to Alter Vault
Open the Developer Portal
Go to portal.alterauth.com and navigate to your app.
Enter credentials
- Client ID: Paste your Figma Client ID
- Client Secret: Paste your Figma Client Secret
Available Scopes
| Scope | Description |
|---|---|
files:read | Read file and project data |
file_variables:read | Read design variables |
file_variables:write | Create and update design variables |
file_comments:write | Post comments on files |
file_dev_resources:read | Read developer resources |
file_dev_resources:write | Create and update developer resources |
webhooks:write | Create and manage webhooks |
Notes
- For most read-only integrations,
files:readis sufficient. - See the Figma API authentication documentation for more details.