Figma 2026.2 Overhauls Plugin API with Native LLM Calls
Design · 4 min read
Figma rolled out version 2026.2, which introduces a first-class LLM interface inside the plugin environment. Developers can now connect to hosted models via managed keys or to local models running in the same network, without needing an external server to bridge requests.
The new API exposes streaming tokens, partial renders of vector paths generated by models, and a new permission model that asks users to grant dataset or document access at the object level. Figma also shipped sample plugins that generate responsive component variants, create accessible color palettes, and auto-annotate flows for handoff.
Designers report faster prototyping loops because the roundtrip latency between a plugin-based prompt and the canvas has shrunk from seconds to hundreds of milliseconds for supported deployments. Plugin developers still need to handle model hallucinations and provide guardrails, but Figma's new API includes built-in moderation hooks and a usage quota dashboard.