Figma Install & Auth Overview Configure authentication for the Figma REST API. Figma supports two auth methods: Personal Access Tokens (PATs) for scripts and server-side tools, and OAuth 2.0 for apps that act on behalf of users. All requests go to . Prerequisites - Figma account (Free, Professional, or Enterprise) - Node.js 18+ (for JS/TS integrations) - A Figma file key (the string after in a Figma URL) Instructions Step 1: Generate a Personal Access Token 1. Open Figma Settings Account Personal access tokens 2. Click Generate new token 3. Name the token and assign scopes: | Scope | Access |…