Developer workflow connector
Figma connector for governed AI agent access
Connect Figma with a personal access token for read-only REST API and grouped design-context access.
Direct answer
OneQuery supports Figma for governed agent access.
Teams use the Figma connector to give AI agents bounded source API calls for endpoint-specific context while OneQuery keeps credentials centralized, limits access to approved sources, and preserves audit logs for review.
Agent workflow
What this connector enables
Figma becomes an approved OneQuery source instead of a secret copied into an agent prompt, shell session, or model tool. The agent receives a governed access path, and the source credentials stay behind OneQuery.
- Use bounded source API calls for endpoint-specific context for developer workflow context.
- Keep Figma credentials centralized and out of agent runtimes.
- Review agent access through OneQuery audit history instead of reconstructing direct service usage.
Setup checklist
Prepare the Figma connection
Use figma credentials and connect the source through the Dashboard and CLI. Keep credentials scoped to the data the agent is allowed to read.
- Create a Figma personal access token with the `file_content:read` scope.
- Add `file_variables:read` when grouped design-context requests should include local variable definitions.
- Copy the token into `credentials.personalAccessToken`.
- Use `fetch_api` for read-only REST paths or `prepare_design_context` to bundle nodes, renders, image fills, and optional variables for selected frames.
FAQ
Figma connector questions
What is the OneQuery Figma connector?
The OneQuery Figma connector makes developer workflow context from Figma available to AI agents through bounded source API calls for endpoint-specific context. Connect Figma with a personal access token for read-only REST API and grouped design-context access.
How do AI agents access Figma through OneQuery?
Agents call OneQuery instead of receiving raw Figma credentials. OneQuery keeps credentials centralized, applies source boundaries, and records access in audit logs while exposing bounded source API calls for endpoint-specific context.
How do I set up the Figma connector?
Prepare figma credentials and connect Figma from the OneQuery dashboard or CLI. Start with this setup step: Create a Figma personal access token with the `file_content:read` scope.