Home / Formulas / Figma

Figma

figma

Authenticate with Figma using OAuth authorization code flow. Access designs, files, and components.

🔐 Authentication Methods

oauth
OAuth
authorize: https://www.figma.com/oauth
token: https://www.figma.com/api/oauth/token
Scope: file_read
  • Create a new Figma app
  • Set redirect URI to http://localhost:8080/callback
  • Copy client ID and secret

👤 Identity

Account: e.g., personal, team name

🌐 APIs

rest
Base URL: https://api.figma.com/v1
Auth Header: X-Figma-Token: {token}
Spec Type: openapi
Methods: oauth

📦 Public Clients

These clients are bundled with the formula. Schlussel auto-selects the first available public client and its supported method. Just run the command below.

figma-desktop
Client ID: YOUR_CLIENT_ID
Methods: oauth
$ schlussel run figma
← Back to all formulas