@guildai-services/guildai~figma package provides agents with access to the Figma REST API through Guild’s OAuth integration.
Authentication
- Type: OAuth 2.0
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 },
})