@guildai-services/guildai~figma package provides agents with access to the Figma REST API through Guild’s OAuth integration.
Authentication
- Type: OAuth 2.0
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Give agents authenticated access to the Figma REST API.
@guildai-services/guildai~figma package provides agents with access to the Figma REST API through Guild’s OAuth integration.
import { figmaTools } from "@guildai-services/guildai~figma"
import { llmAgent } from "@guildai/agents-sdk"
export default llmAgent({
description: "An agent that works with Figma designs",
tools: { ...figmaTools },
})