Actuent
workers.dev

Cloudflare Workers

Cloudflare Workers is a global serverless platform that lets you run JavaScript, TypeScript, Python, or Rust code at the edge. It offers instant deployment to 330+ cities, zero cold starts, automatic scaling, and no pre‑provisioned concurrency. Developers can test locally, deploy via Git, and use built‑in queues, workflows, and cron triggers for background jobs. The platform runs on lightweight isolates for fast, scalable APIs and full‑stack applications.

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 workers.dev
Made from what Actuent already knows. Edit it, then publish it at https://workers.dev/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.
{
  "lawp_version": "0.3",
  "domain": "workers.dev",
  "name": "Cloudflare Workers",
  "language": "en",
  "pages": {
    "/": {
      "title": "Cloudflare Workers",
      "content": "Cloudflare Workers is a global serverless platform that lets you run JavaScript, TypeScript, Python, or Rust code at the edge. It offers instant deployment to 330+ cities, zero cold starts, automatic scaling, and no pre‑provisioned concurrency. Developers can test locally, deploy via Git, and use built‑in queues, workflows, and cron triggers for background jobs. The platform runs on lightweight isolates for fast, scalable APIs and full‑stack applications."
    },
    "/about": {
      "title": "Cloudflare Workers - Global Serverless Functions Platform",
      "content": "Products Solutions Resources Pricing Login Dashboard Contact sales Start building Dashboard Login React Flow Press enter or space to select a node. You can then use the arrow keys to move the node around. Press delete to remove it and escape to cancel. Press enter or space to select an edge. You can"
    },
    "/contact": {
      "title": "Cloudflare Workers - Global Serverless Functions Platform",
      "content": "Products Solutions Resources Pricing Login Dashboard Contact sales Start building Dashboard Login React Flow Press enter or space to select a node. You can then use the arrow keys to move the node around. Press delete to remove it and escape to cancel. Press enter or space to select an edge. You can"
    },
    "/pricing": {
      "title": "Cloudflare Workers - Global Serverless Functions Platform",
      "content": "Products Solutions Resources Pricing Login Dashboard Contact sales Start building Dashboard Login React Flow Press enter or space to select a node. You can then use the arrow keys to move the node around. Press delete to remove it and escape to cancel. Press enter or space to select an edge. You can"
    }
  },
  "actions": [
    {
      "id": "deploy-worker",
      "name": "Deploy Worker",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "deploy",
        "publish",
        "edge"
      ],
      "description": "Deploy a Cloudflare Worker to the edge from a local script or Git repository."
    },
    {
      "id": "test-worker",
      "name": "Test Worker Locally",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "test",
        "local",
        "simulate"
      ],
      "description": "Run a Cloudflare Worker locally using workerd to simulate edge execution."
    },
    {
      "id": "view-logs",
      "name": "View Worker Logs",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "monitor",
        "logs",
        "debug"
      ],
      "description": "Retrieve and view execution logs for a specific Worker."
    },
    {
      "id": "scale-worker",
      "name": "Scale Worker",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "scale",
        "concurrency",
        "performance"
      ],
      "description": "Adjust concurrency settings or trigger scaling for a Worker."
    },
    {
      "id": "contact",
      "name": "Contact",
      "description": "Send a message to Cloudflare Workers",
      "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": "Cloudflare Workers",
  "url": "https://workers.dev",
  "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

Deploy Worker
Deploy a Cloudflare Worker to the edge from a local script or Git repository.
deploypublishedge
Test Worker Locally
Run a Cloudflare Worker locally using workerd to simulate edge execution.
testlocalsimulate
View Worker Logs
Retrieve and view execution logs for a specific Worker.
monitorlogsdebug
Scale Worker
Adjust concurrency settings or trigger scaling for a Worker.
scaleconcurrencyperformance

Pages

Cloudflare Workers /
Cloudflare Workers is a global serverless platform that lets you run JavaScript, TypeScript, Python, or Rust code at the edge. It offers instant deployment to 330+ cities, zero cold starts, automatic scaling, and no pre‑provisioned concurrency. Developers can test locally, deploy
Cloudflare Workers - Global Serverless Functions Platform /about
Products Solutions Resources Pricing Login Dashboard Contact sales Start building Dashboard Login React Flow Press enter or space to select a node. You can then use the arrow keys to move the node around. Press delete to remove it and escape to cancel. Press enter or space to sel
Cloudflare Workers - Global Serverless Functions Platform /contact
Products Solutions Resources Pricing Login Dashboard Contact sales Start building Dashboard Login React Flow Press enter or space to select a node. You can then use the arrow keys to move the node around. Press delete to remove it and escape to cancel. Press enter or space to sel
Cloudflare Workers - Global Serverless Functions Platform /pricing
Products Solutions Resources Pricing Login Dashboard Contact sales Start building Dashboard Login React Flow Press enter or space to select a node. You can then use the arrow keys to move the node around. Press delete to remove it and escape to cancel. Press enter or space to sel

For AI agents

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

Is this your site?

Claim workers.dev 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="workers.dev" async></script> or the image https://api.actuent.ai/badge.svg?domain=workers.dev&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.