For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Logo
Resources
Log inGet a demo
Get startedConnectorsAPI reference
Get startedConnectorsAPI reference
    • Overview
    • ActiveCampaign
    • Adobe PDF Services
    • Ahrefs
    • Airtable
    • Amadeus
    • Amazon S3
    • Amplitude
    • Anaplan
    • Apollo
    • Arize
    • Articulate Reach 360
    • Asana
    • Attio
    • Aviationstack
    • BambooHR
    • Basecamp
    • bioRxiv
    • Bitbucket
    • Bitly
    • Box
    • Calendly
    • Canva
    • ClickUp
    • ClinicalTrials.gov
    • Cloudflare
    • CMS Coverage
    • Coda
    • Confluence
    • Contentful
    • Crustdata
    • Databricks
    • Datadog
    • DocuSign
    • DoorDash
    • Dropbox
    • Duffel
    • Dynamics 365 Sales
    • Exa
    • Expensify
    • FactSet
    • Figma
    • Firecrawl
    • Fireflies
    • FireHydrant
    • Foursquare
    • Frame.io
    • FreshBooks
    • Freshdesk
    • Freshservice
    • Front
    • Gamma
    • GitHub
    • GitLab
    • Gmail
    • Gong
    • Google BigQuery
    • Google Calendar
    • Google Docs
    • Google Drive
    • Google Maps
    • Google Meet
    • Google Sheets
    • Google Slides
    • Google Tasks
    • Grafana
    • Greenhouse
    • Guru
    • Hex
    • HiBob
    • HubSpot
    • Intercom
    • Jenkins
    • Jira
    • Jira Service Management
    • Kintone
    • Klaviyo
    • Linear
    • LinkedIn
    • Looker
    • Lucidchart
    • Make
    • Microsoft Teams
    • Microsoft Teams GCC High
    • Miro
    • Monday.com
    • n8n
    • NetSuite
    • Notion
    • NPI Registry
    • OneDrive
    • OneNote
    • Oracle HCM
    • Oracle Sales Cloud
    • Oracle SCM
    • Oura
    • Outlook
    • PagerDuty
    • PayPal
    • Peec AI
    • Pipedrive
    • PostHog
    • PubMed
    • Pylon
    • Quartr
    • QuickBooks Online
    • Ramp
    • ReadMe
    • Rootly
    • Sabre
    • Salesforce
    • Sanity
    • SAP SuccessFactors
    • SendGrid
    • Sentry
    • ServiceNow
    • SharePoint
    • Shopify
    • Slack
    • Smartsheet
    • Snowflake
    • Spotify
    • Square
    • Straker
    • Strava
    • Stripe
    • Supabase
    • Teamwork.com
    • Trello
    • TripAdvisor
    • UKG Pro
    • Vercel
    • Vestaboard
    • VisualPing
    • Weather
    • Webflow
    • WHOOP
    • Wikipedia
    • Wix
    • WordPress
    • Workday
    • X
    • Xero
    • Yelp
    • YouTube
    • Zendesk
    • Zendesk Sell
    • Zoho CRM
    • Zoho Desk
    • Zoom
    • ZoomInfo

Get started

  • Overview
  • Introduction
  • Unified API
  • Linked Account
  • Merge Link
  • Use cases

Implementation

  • Sandboxes
  • SDKs
  • API access
  • Syncing data
  • Writing data
  • Data minimization
  • Supplemental data
  • Errors
  • Integration metadata

API reference

  • ATS
  • HRIS
  • Accounting
  • Ticketing
  • CRM
  • File Storage
  • Knowledge Base
  • Chat

Resources

  • Help Center
  • Merge.dev
  • Changelog
© Merge 2026Terms of usePrivacy policy
UnifiedAgent HandlerGateway
UnifiedAgent HandlerGateway
Resources
Log inGet a demo
On this page
  • Sample use cases
  • Available Tools

Figma

Connect your AI agents to Figma.
Was this page helpful?
Previous

FactSet

Next

Firecrawl

Authentication: OAuth or personal access token. See Magic Link for the runtime auth flow, or Application credentials to bring your own OAuth app.

Sample use cases

  • List every design file in the Mobile App project modified this week.
  • Pull the latest version of the Onboarding flow as PNG exports.
  • Find every component in our design system that hasn’t been used in any file in the last 90 days.

Available Tools

get_comments

Get all comments from a Figma file with author info, timestamps, and positioning metadata. Supports nested threads. Requires file_key.

post_comment

Create a new comment in a Figma file with specified message content and optional client metadata. Enables collaborative feedback and design review workflows through programmatic comment creation.

delete_comment

Remove a specified comment from a Figma file. Requires valid comment_id and file_key parameters. Essential for comment moderation and cleanup workflows.

get_comment_reactions

Retrieve all reactions associated with a specific comment. Provides detailed reaction information including emoji types, user information, and reaction counts for engagement analysis.

post_comment_reaction

Add an emoji reaction to a specific comment. Enables automated engagement and feedback acknowledgment through programmatic reaction management.

delete_comment_reactions

Remove a specific emoji reaction from a comment. Essential for reaction management and cleanup workflows in collaborative design environments.

get_team_components

Get components from a team

get_file_components

Get components from a file

get_component

Get details of a specific component

get_team_styles

Get styles from a team

get_file_styles

Get styles from a file

get_style

Get details of a specific style

get_dev_resources

Get development resources from a file

delete_dev_resource

Delete a development resource

get_file

Get Figma file content including document structure, pages, components, and styles. Optional parameters: version, node IDs, depth, geometry, plugin data, branch data.

get_file_nodes

Get specific nodes from a Figma file by node IDs. Requires file_key and comma-separated ids. Optional: version, depth, geometry, plugin data.

get_images

Export nodes from Figma file as images (PNG, JPG, SVG, PDF). Requires file_key and node ids. Optional: scale, format, SVG settings. Returns download URLs.

get_image_fills

Get image fill references from a Figma file. Returns mapping of images to download URLs and metadata. Requires file_key.

get_file_versions

Get version history of a Figma file with timestamps, authors, and version labels. Requires file_key.

get_file_meta

Get lightweight file metadata (name, editor type, last modified, URL, access role) without downloading full document tree. Faster than get_file. Requires file_key.

get_team_projects

Get all projects for the authenticated team.

get_project_files

Retrieve all files contained within a specified project. Supports optional branch data inclusion for comprehensive file structure analysis. Essential for project content management and file discovery.

get_webhook

Get webhook configuration including event type, endpoint URL, and status. Requires webhook_id.

create_webhook

Create webhook for Figma file notifications. Requires team_id, event_type, endpoint. Optional passcode. Supports FILE_UPDATE, FILE_DELETE, FILE_VERSION_UPDATE, LIBRARY_PUBLISH events.

update_webhook

Update webhook configuration including endpoint, event types, description, or passcode. Requires webhook_id.

delete_webhook

Delete a webhook subscription to stop notifications. Requires webhook_id.

get_team_webhooks

Get all webhook configurations for a team including IDs, event types, endpoints, and status. Requires team_id.