Actuent
cursor.com

Cursor

Cursor is a coding agent that helps developers build ambitious software quickly. It offers a desktop interface, CLI, and cloud services, with AI models like Grok for code generation, evaluation, and automation. Users can download the Linux package, sign in, request demos, and access resources such as docs, blog, and community. The platform supports enterprise features, pricing plans, and a marketplace for extensions.

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 /.well-known/lawp.json. WordPress: install the Actuent plugin. Cloudflare: use the one-click Worker.
+15 · Actions agents can execute
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.
Starter lawp.json for cursor.com
Made from what Actuent already knows. Edit it, then publish it at https://cursor.com/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.
{
  "lawp_version": "0.3",
  "domain": "cursor.com",
  "name": "Cursor",
  "language": "en",
  "pages": {
    "/": {
      "title": "Cursor is your coding agent for building ambitious software.",
      "content": "Cursor is a coding agent that helps developers build ambitious software quickly. It offers a desktop interface, CLI, and cloud services, with AI models like Grok for code generation, evaluation, and automation. Users can download the Linux package, sign in, request demos, and access resources such as docs, blog, and community. The platform supports enterprise features, pricing plans, and a marketplace for extensions."
    },
    "/pricing": {
      "title": "Cursor · Pricing",
      "content": "Skip to content Cursor Models ↓ Grok Evals Product ↓ Agents Cloud Grok Bot ↗ Mobile Automations CLI Marketplace ↗ Review Enterprise Pricing Resources ↓ Changelog Blog Docs Community Help ↗ Workshops Forum ↗ Careers Models → Product → Enterprise Pricing Resources → Sign in Contact Contact sales Downl"
    },
    "/for/support": {
      "title": "Cursor for Support Cursor Docs",
      "content": "Skip to main content Cursor Logo Docs API Learn Help Search docs... ⌘K Sign in Download Command Palette Search for a command to run... Tasks Code Understanding Prototyping Cloud Agents Code Modernization Debugging Test Generation Code Review Documentation Web Development Data Science Languages Pytho"
    },
    "/contact-sales": {
      "title": "Cursor · Contact our sales team",
      "content": "Skip to content Cursor Models ↓ Grok Evals Product ↓ Agents Cloud Grok Bot ↗ Mobile Automations CLI Marketplace ↗ Review Enterprise Pricing Resources ↓ Changelog Blog Docs Community Help ↗ Workshops Forum ↗ Careers Models → Product → Enterprise Pricing Resources → Sign in Contact Contact sales Downl"
    },
    "/terms-of-service": {
      "title": "Cursor · Terms of Service",
      "content": "Skip to content Cursor Models ↓ Grok Evals Product ↓ Agents Cloud Grok Bot ↗ Mobile Automations CLI Marketplace ↗ Review Enterprise Pricing Resources ↓ Changelog Blog Docs Community Help ↗ Workshops Forum ↗ Careers Models → Product → Enterprise Pricing Resources → Sign in Contact Contact sales Downl"
    },
    "/learn/tokens-pricing": {
      "title": "Tokens & Pricing Cursor Learn",
      "content": "Skip to main content Cursor Logo Docs API Learn Help Search docs... ⌘K Sign in Download Command Palette Search for a command to run... AI Foundations 1 How AI models work 2 Hallucination & limitations 3 Tokens & pricing 4 Context 5 Tool calling 6 Agents Coding Agents 1 Working with agents 2 Understa"
    },
    "/learn/creating-features": {
      "title": "Developing Features Cursor Learn",
      "content": "Skip to main content Cursor Logo Docs API Learn Help Search docs... ⌘K Sign in Download Command Palette Search for a command to run... AI Foundations 1 How AI models work 2 Hallucination & limitations 3 Tokens & pricing 4 Context 5 Tool calling 6 Agents Coding Agents 1 Working with agents 2 Understa"
    },
    "/marketplace/skills/book-flight": {
      "title": "book-flight Cursor Skill",
      "content": "Skip to content Product ↓ Agents Code Review Cloud Mobile Composer Tab CLI Enterprise Pricing Resources ↓ Changelog Blog Docs ↗ Community Learn ↗ Workshops Forum ↗ Future ↗ Marketplace Careers Product → Enterprise Pricing Resources → Loading… Product Agents Enterprise Code Review Cloud Mobile Compos"
    },
    "/marketplace/skills/hz-store-pwa": {
      "title": "hz-store-pwa Cursor Skill",
      "content": "Skip to content Product ↓ Agents Code Review Cloud Mobile Composer Tab CLI Enterprise Pricing Resources ↓ Changelog Blog Docs ↗ Community Learn ↗ Workshops Forum ↗ Future ↗ Marketplace Careers Product → Enterprise Pricing Resources → Loading… Product Agents Enterprise Code Review Cloud Mobile Compos"
    }
  },
  "actions": [
    {
      "id": "download-linux",
      "name": "Download for Linux",
      "input": {
        "type": "none",
        "required": false
      },
      "intent": [
        "download",
        "linux"
      ],
      "description": "Download the Linux installer for Cursor"
    },
    {
      "id": "get-started",
      "name": "Get started",
      "input": {
        "type": "none",
        "required": false
      },
      "intent": [
        "signup",
        "login"
      ],
      "description": "Navigate to login page to start using Cursor"
    },
    {
      "id": "request-demo",
      "name": "Request a demo",
      "input": {
        "type": "none",
        "required": false
      },
      "intent": [
        "demo"
      ],
      "description": "Request a demo of Cursor"
    },
    {
      "id": "sign-in",
      "name": "Sign in",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "login"
      ],
      "description": "Sign in to your Cursor dashboard"
    },
    {
      "id": "contact",
      "name": "Contact",
      "description": "Send a message to Cursor",
      "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": "Cursor",
  "url": "https://cursor.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

Download for Linux
Download the Linux installer for Cursor
downloadlinux
Get started
Navigate to login page to start using Cursor
signuplogin
Request a demo
Request a demo of Cursor
demo
Sign in
Sign in to your Cursor dashboard
login

Pages

Cursor is your coding agent for building ambitious software. /
Cursor is a coding agent that helps developers build ambitious software quickly. It offers a desktop interface, CLI, and cloud services, with AI models like Grok for code generation, evaluation, and automation. Users can download the Linux package, sign in, request demos, and acc
Cursor · Pricing /pricing
Skip to content Cursor Models ↓ Grok Evals Product ↓ Agents Cloud Grok Bot ↗ Mobile Automations CLI Marketplace ↗ Review Enterprise Pricing Resources ↓ Changelog Blog Docs Community Help ↗ Workshops Forum ↗ Careers Models → Product → Enterprise Pricing Resources → Sign in Contact
Cursor for Support Cursor Docs /for/support
Skip to main content Cursor Logo Docs API Learn Help Search docs... ⌘K Sign in Download Command Palette Search for a command to run... Tasks Code Understanding Prototyping Cloud Agents Code Modernization Debugging Test Generation Code Review Documentation Web Development Data Sci
Cursor · Contact our sales team /contact-sales
Skip to content Cursor Models ↓ Grok Evals Product ↓ Agents Cloud Grok Bot ↗ Mobile Automations CLI Marketplace ↗ Review Enterprise Pricing Resources ↓ Changelog Blog Docs Community Help ↗ Workshops Forum ↗ Careers Models → Product → Enterprise Pricing Resources → Sign in Contact
Cursor · Terms of Service /terms-of-service
Skip to content Cursor Models ↓ Grok Evals Product ↓ Agents Cloud Grok Bot ↗ Mobile Automations CLI Marketplace ↗ Review Enterprise Pricing Resources ↓ Changelog Blog Docs Community Help ↗ Workshops Forum ↗ Careers Models → Product → Enterprise Pricing Resources → Sign in Contact
Tokens & Pricing Cursor Learn /learn/tokens-pricing
Skip to main content Cursor Logo Docs API Learn Help Search docs... ⌘K Sign in Download Command Palette Search for a command to run... AI Foundations 1 How AI models work 2 Hallucination & limitations 3 Tokens & pricing 4 Context 5 Tool calling 6 Agents Coding Agents 1 Working wi
Developing Features Cursor Learn /learn/creating-features
Skip to main content Cursor Logo Docs API Learn Help Search docs... ⌘K Sign in Download Command Palette Search for a command to run... AI Foundations 1 How AI models work 2 Hallucination & limitations 3 Tokens & pricing 4 Context 5 Tool calling 6 Agents Coding Agents 1 Working wi
book-flight Cursor Skill /marketplace/skills/book-flight
Skip to content Product ↓ Agents Code Review Cloud Mobile Composer Tab CLI Enterprise Pricing Resources ↓ Changelog Blog Docs ↗ Community Learn ↗ Workshops Forum ↗ Future ↗ Marketplace Careers Product → Enterprise Pricing Resources → Loading… Product Agents Enterprise Code Review
hz-store-pwa Cursor Skill /marketplace/skills/hz-store-pwa
Skip to content Product ↓ Agents Code Review Cloud Mobile Composer Tab CLI Enterprise Pricing Resources ↓ Changelog Blog Docs ↗ Community Learn ↗ Workshops Forum ↗ Future ↗ Marketplace Careers Product → Enterprise Pricing Resources → Loading… Product Agents Enterprise Code Review

For AI agents

Get this site as structured JSON:
GET https://api.actuent.ai/api/search?q=cursor.com
Or connect Actuent to ChatGPT or Claude: https://agents.actuent.ai/api/mcp
Last updated 24 Sep 2026

Is this your site?

Claim cursor.com to edit what AI agents see, make your actions executable, and show your score:
Claim this site →   WordPress, Cloudflare & Shopify →
Show your score: <script src="https://api.actuent.ai/badge.js" data-domain="cursor.com" async></script> or the image https://api.actuent.ai/badge.svg?domain=cursor.com&style=card

Actuent is a search engine for AI agents, made by localilabs. Data is generated automatically from public web content and may be incomplete.