Changelog
January 21, 2026
Using the Discovery API for Enterprise plans with Governance+, you can now obtain the text of user-submitted AI prompts in Figma, such as prompts for Figma's design AI tools or Figma Make. For more information, see the documentation for the Discovery API JSON schema and text types.
December 11, 2025
Documentation Updates
- Added documentation for refreshing access tokens upon expiration.
- Clarified the API URL for Figma for Government in documentation.
November 18, 2025
Documentation Updates
- Added comprehensive documentation for extended collections in the Variables endpoints and Variables types. Extended collections allow you to create variants of existing variable collections with custom override values while maintaining a single source of truth.
- New
parentVariableCollectionIdparameter for creating extended collections - New fields for extended collections:
isExtension,parentVariableCollectionId, andvariableOverrides - New
initialModeIdToParentModeIdMappingparameter for referencing inherited modes during creation
- New
- Documented variable overrides feature for extended collections:
- Extended mode ID format (e.g.,
VariableCollectionId:2:5/1:0) to distinguish between updating root values and creating overrides - Ability to override any inherited variable value in extended collections
- Setting override values to
nullto remove overrides and fall back to parent values
- Extended mode ID format (e.g.,
- Added detailed examples demonstrating extended collection creation, override management, and mode referencing
September 23, 2025
New
- New OAuth app publishing flow for all public and private OAuth apps built on Figma’s REST API. All apps need to complete this flow by November 17, 2025 in order to stay active. Read more about the changes here and check out the new Apps page.
- Documentation about the new Figma MCP Server, now in beta, is available here.
Updates
- Published and adjusted REST API rate limits will go into effect on November 17, 2025. Read more about rate limits here.
- Developer documentation is now consolidated into a single instance. The REST API docs are split across multiple pages instead of a single scrollable page. As a result, the “try it out” and personal access token (PAT) generation functionality in the docs is not available right now. You can instead use our Postman public workspace to test REST API functionality and use this reference to generate PATs
July 7, 2025
- The GET team components endpoint
page_sizeparameter has a new maximum value of 1000. Values exceeding the maximum will automatically be capped to 1000. - Added API methods to obtain information about nodes or children of nodes with layout mode
GRID. These updates include:gridRowCount&gridColumnCountgridRowGap&gridColumnGapgridRowsSizing&gridColumnsSizinggridRowAnchorIndex&gridColumnAnchorIndexgridRowSpan&gridColumnSpangridChildHorizontalAlign&gridChildVerticalAlign