figma.com
Figma
Figma is a cloud‑based design platform that lets teams create, prototype, and hand off designs in real time. It offers tools for UI/UX design, prototyping, animation, and collaboration through whiteboards and presentations. Developers can translate designs into code, and AI features help generate code, assets, and workflows. The site promotes a single workspace for the entire product development cycle, from ideation to production.
55
Partly agent-ready
Agent-readiness score out of 100
- ✓ Clear description of the site
- ✓ Several pages described
- ✓ Actions agents can take
- ✓ 3 or more actions
- ○ Publishes its own LAWP (/.well-known/lawp.json)
- ○ Actions agents can execute
- ○ Business details (address, hours, phone)
How to improve this score
Up to +45 points:
+15 · Publishes its own LAWP (/.well-known/lawp.json)
Publish your starter lawp.json at
Publish your starter lawp.json at
/.well-known/lawp.json. WordPress: install the Actuent plugin. Cloudflare: use the one-click Worker.+15 · Actions agents can execute
Give an action an
Give an action an
endpoint on your domain so agents can do it for the user, not just link to it. See LAWP Actions.+15 · Business details (address, hours, phone)
Add schema.org business data to your homepage (the starter snippet). Google uses it too.
Add schema.org business data to your homepage (the starter snippet). Google uses it too.
Starter lawp.json for figma.com
Made from what Actuent already knows. Edit it, then publish it at
https://figma.com/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.{
"lawp_version": "0.3",
"domain": "figma.com",
"name": "Figma",
"language": "en",
"pages": {
"/": {
"title": "Figma: The collaborative canvas for design, code, and AI",
"content": "Figma is a cloud‑based design platform that lets teams create, prototype, and hand off designs in real time. It offers tools for UI/UX design, prototyping, animation, and collaboration through whiteboards and presentations. Developers can translate designs into code, and AI features help generate code, assets, and workflows. The site promotes a single workspace for the entire product development cycle, from ideation to production."
},
"/contact": {
"title": "Contact Us Figma",
"content": "Skip to main content Products What you can do in figma Design and explore Build and ship products Explore all products Figma Design Design and prototype in one place Figma Make Prompt to code anything you can imagine Figma Weave AI workflows for imagery, video, audio, and more Dev Mode Translate des"
},
"/pricing": {
"title": "Plans & Pricing Figma",
"content": "Skip to main content Products What you can do in figma Design and explore Build and ship products Explore all products Figma Design Design and prototype in one place Figma Make Prompt to code anything you can imagine Figma Weave AI workflows for imagery, video, audio, and more Dev Mode Translate des"
},
"/mcp-catalog": {
"title": "Figma MCP Catalog Figma",
"content": "Skip to main content Products What you can do in figma Design and explore Build and ship products Explore all products Figma Design Design and prototype in one place Figma Make Prompt to code anything you can imagine Figma Weave AI workflows for imagery, video, audio, and more Dev Mode Translate des"
},
"/pricing-faq": {
"title": "Pricing FAQs Figma",
"content": "Skip to main content Products What you can do in figma Design and explore Build and ship products Explore all products Figma Design Design and prototype in one place Figma Make Prompt to code anything you can imagine Figma Weave AI workflows for imagery, video, audio, and more Dev Mode Translate des"
},
"/learn-more-about-figma": {
"title": "Figma Collaborative design software for teams",
"content": "Skip to main content Products What you can do in figma Design and explore Build and ship products Explore all products Figma Design Design and prototype in one place Figma Make Prompt to code anything you can imagine Figma Weave AI workflows for imagery, video, audio, and more Dev Mode Translate des"
},
"/figma-advisory-services": {
"title": "Figma Advisory Services Figma",
"content": "Skip to main content Products What you can do in figma Design and explore Build and ship products Explore all products Figma Design Design and prototype in one place Figma Make Prompt to code anything you can imagine Figma Weave AI workflows for imagery, video, audio, and more Dev Mode Translate des"
},
"/fonts/gentium-book-plus": {
"title": "Gentium Book Plus Font Figma",
"content": "Skip to main content Products What you can do in figma Design and explore Build and ship products Explore all products Figma Design Design and prototype in one place Figma Make Prompt to code anything you can imagine Figma Weave AI workflows for imagery, video, audio, and more Dev Mode Translate des"
},
"/solutions/ai-booking-app-builder": {
"title": "AI Booking App Builder Build with Figma Make",
"content": "Skip to main content Products What you can do in figma Design and explore Build and ship products Explore all products Figma Design Design and prototype in one place Figma Make Prompt to code anything you can imagine Figma Weave AI workflows for imagery, video, audio, and more Dev Mode Translate des"
}
},
"actions": [
{
"id": "get_started",
"name": "Get Started",
"input": {
"type": "text",
"required": false
},
"intent": [
"signup",
"free trial",
"create account"
],
"description": "Sign up for a free Figma account or start a trial."
},
{
"id": "log_in",
"name": "Log In",
"input": {
"type": "text",
"required": false
},
"intent": [
"login",
"sign in",
"access account"
],
"description": "Access your existing Figma account."
},
{
"id": "contact_sales",
"name": "Contact Sales",
"input": {
"type": "text",
"required": false
},
"intent": [
"sales",
"demo",
"enterprise pricing"
],
"description": "Request a demo or pricing information for enterprise plans."
},
{
"id": "pricing",
"name": "View Pricing",
"input": {
"type": "text",
"required": false
},
"intent": [
"pricing",
"plans",
"cost"
],
"description": "See the pricing tiers for individuals, teams, and enterprises."
},
{
"id": "help_center",
"name": "Help Center",
"input": {
"type": "text",
"required": false
},
"intent": [
"support",
"help",
"faq"
],
"description": "Access support articles, tutorials, and community help."
},
{
"id": "contact",
"name": "Contact",
"description": "Send a message to Figma",
"intent": [
"contact",
"message",
"email",
"get in touch"
],
"input": {
"type": "object",
"required": true,
"fields": [
{
"name": "name",
"type": "string",
"required": true
},
{
"name": "email",
"type": "email",
"required": true
},
{
"name": "message",
"type": "string",
"required": true
}
]
}
}
]
}Starter schema.org snippet
Replace the example values, then paste into your homepage's <head>.
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Figma",
"url": "https://figma.com",
"telephone": "+00 0000 0000",
"priceRange": "€€",
"address": {
"@type": "PostalAddress",
"streetAddress": "Street 1",
"postalCode": "0000",
"addressLocality": "City",
"addressCountry": "DK"
},
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday"
],
"opens": "09:00",
"closes": "17:00"
}
]
}
</script>What AI agents can do here
Get Started
Sign up for a free Figma account or start a trial.
signupfree trialcreate accountLog In
Access your existing Figma account.
loginsign inaccess accountContact Sales
Request a demo or pricing information for enterprise plans.
salesdemoenterprise pricingView Pricing
See the pricing tiers for individuals, teams, and enterprises.
pricingplanscostHelp Center
Access support articles, tutorials, and community help.
supporthelpfaqPages
Figma: The collaborative canvas for design, code, and AI /
Figma is a cloud‑based design platform that lets teams create, prototype, and hand off designs in real time. It offers tools for UI/UX design, prototyping, animation, and collaboration through whiteboards and presentations. Developers can translate designs into code, and AI featu
Contact Us Figma /contact
Skip to main content Products What you can do in figma Design and explore Build and ship products Explore all products Figma Design Design and prototype in one place Figma Make Prompt to code anything you can imagine Figma Weave AI workflows for imagery, video, audio, and more De
Plans & Pricing Figma /pricing
Skip to main content Products What you can do in figma Design and explore Build and ship products Explore all products Figma Design Design and prototype in one place Figma Make Prompt to code anything you can imagine Figma Weave AI workflows for imagery, video, audio, and more De
Figma MCP Catalog Figma /mcp-catalog
Skip to main content Products What you can do in figma Design and explore Build and ship products Explore all products Figma Design Design and prototype in one place Figma Make Prompt to code anything you can imagine Figma Weave AI workflows for imagery, video, audio, and more De
Pricing FAQs Figma /pricing-faq
Skip to main content Products What you can do in figma Design and explore Build and ship products Explore all products Figma Design Design and prototype in one place Figma Make Prompt to code anything you can imagine Figma Weave AI workflows for imagery, video, audio, and more De
Figma Collaborative design software for teams /learn-more-about-figma
Skip to main content Products What you can do in figma Design and explore Build and ship products Explore all products Figma Design Design and prototype in one place Figma Make Prompt to code anything you can imagine Figma Weave AI workflows for imagery, video, audio, and more De
Figma Advisory Services Figma /figma-advisory-services
Skip to main content Products What you can do in figma Design and explore Build and ship products Explore all products Figma Design Design and prototype in one place Figma Make Prompt to code anything you can imagine Figma Weave AI workflows for imagery, video, audio, and more De
Gentium Book Plus Font Figma /fonts/gentium-book-plus
Skip to main content Products What you can do in figma Design and explore Build and ship products Explore all products Figma Design Design and prototype in one place Figma Make Prompt to code anything you can imagine Figma Weave AI workflows for imagery, video, audio, and more De
AI Booking App Builder Build with Figma Make /solutions/ai-booking-app-builder
Skip to main content Products What you can do in figma Design and explore Build and ship products Explore all products Figma Design Design and prototype in one place Figma Make Prompt to code anything you can imagine Figma Weave AI workflows for imagery, video, audio, and more De
For AI agents
Get this site as structured JSON:
GET https://api.actuent.ai/api/search?q=figma.com
Or connect Actuent to ChatGPT or Claude:
https://agents.actuent.ai/api/mcpLast updated 16 Sep 2026
Is this your site?
Claim figma.com to edit what AI agents see, make your actions executable, and show your score:
Show your score:
<script src="https://api.actuent.ai/badge.js" data-domain="figma.com" async></script> or the image https://api.actuent.ai/badge.svg?domain=figma.com&style=cardActuent is a search engine for AI agents, made by localilabs. Data is generated automatically from public web content and may be incomplete.
