Figma Enterprise RBAC Overview Figma Enterprise features accessible via the REST API: OAuth 2.0 for user-facing apps, team/project management, and the Variables API (Enterprise-only). This skill covers building OAuth integrations and managing organizational access. Prerequisites - Figma Enterprise or Organization plan - OAuth app registered in Figma developer dashboard - Understanding of OAuth 2.0 authorization code flow Instructions Step 1: OAuth 2.0 App Setup Step 2: OAuth Callback Handler Step 3: Team and Project Management Step 4: Variables API (Enterprise Only) Step 5: Access Control Mid…