Skip to content

API keys

Accessing the API Key Page

There are multiple ways to navigate to the API Keys page:

From the Project Dashboard

  1. Open your Project Dashboard.
  2. Click on Create an API Key to access the API Key management page.

From the User Panel

  1. Locate the left-side panel of the interface.
  2. Click on the API Keys option to navigate directly to the API management page.

Using a Keyboard Shortcut

  1. Press Cmd + K (Mac) or Ctrl + K (Windows) to open the Quick Menu.
  2. Type "API Key" in the search bar.
  3. Select Manage API Keys to be redirected to the API Key page.

Creating a New API Key

DANGER

🚨 Important: Once created, the API key will only be shown once. Make sure to copy and store it securely.

To generate a new API Key:

Step 1

Navigate to the API Keys page.

Click on Create New Token

Step 2

Enter a name for your API key.

This should something easily identifiable for future reference.

Step 3

Set the expiration period for the key.

For additional security, you can choose to have the token become non-functional after a set period of time.

Step 4

Set the scope of the key.

Choose the data and actions that users and tools using the token can access and perform.

TIP

If you're using the Tokens Studio For Figma Plugin or the Companion By Tokens Studio plugin, you'll need to enable project:read , project:write and actor_tokens:create

ScopeDescription
me:readRead account data for the currently logged in user.
organizations:readRead data about the organization
organizations:writeUpdate data and settings for the organization
organizations:adminAdminister organization data
organizations:user:readRead data regarding the users in an organization
organizations:user:inviteCan invite users to an organizations
organizations:user:writeCan update user data in an organization
projects:readRead project data directly
projects:writeUpdate project data
projects:adminAdminister Projects
actor_tokens:createCreate actor tokens for the user

Managing API Keys

  • The API Keys page displays a list of previously created keys.
  • You can delete old keys when they are no longer needed.
  • For security, API keys cannot be viewed again after creation.


Using API Keys

  • API keys can be used to authenticate connections between Studio and Figma (or other external platforms).
  • They are tied to your user account, meaning they grant access to all organizations and projects you are part of.

For more details on using API keys for Figma integration, refer to the Connecting Studio to Figma guide.


Security Best Practices

  • Store API keys in a secure password manager.
  • Avoid sharing API keys publicly or committing them to version control.
  • Regularly rotate keys to maintain security.