Actuent
anthropic.com

Anthropic

Anthropic is a public‑benefit AI company dedicated to building safe, reliable language models. Their flagship model, Claude, offers advanced conversational and coding capabilities. The site showcases research areas such as alignment, economics, and interpretability, along with policy commitments and product offerings. Visitors can try Claude directly, download the Claude app, log in to their account, or contact sales for pricing and enterprise solutions.

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 anthropic.com
Made from what Actuent already knows. Edit it, then publish it at https://anthropic.com/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.
{
  "lawp_version": "0.3",
  "domain": "anthropic.com",
  "name": "Anthropic",
  "language": "en",
  "pages": {
    "/": {
      "title": "Anthropic",
      "content": "Anthropic is a public‑benefit AI company dedicated to building safe, reliable language models. Their flagship model, Claude, offers advanced conversational and coding capabilities. The site showcases research areas such as alignment, economics, and interpretability, along with policy commitments and product offerings. Visitors can try Claude directly, download the Claude app, log in to their account, or contact sales for pricing and enterprise solutions."
    },
    "/events": {
      "title": "Events \\ Anthropic",
      "content": "Skip to main content Skip to footer Research Overview Alignment Economics Engineering Frontier Red Team Interpretability Science Societal Impacts Policy Commitments Initiatives Claude& x27;s Constitution Claude Corps Policy on the AI Exponential Transparency Responsible Scaling Policy Beneficial Dep"
    },
    "/careers": {
      "title": "Careers \\ Anthropic",
      "content": "Skip to main content Skip to footer Research Policy Commitments Learn News Try Claude Shape how AI meets the world Anthropic builds Claude—AI designed to be helpful, honest, and harmless. We& x27;re researchers, engineers, and builders from a range of disciplines, working to make sure powerful AI go"
    },
    "/company": {
      "title": "Company \\ Anthropic",
      "content": "Skip to main content Skip to footer Research Policy Commitments Learn News Try Claude Making AI systems you can rely on Anthropic is an AI safety and research company. We build reliable, interpretable, and steerable AI systems. Join us Our Purpose We believe AI will have a vast impact on the world. "
    },
    "/careers/jobs": {
      "title": "Jobs \\ Anthropic",
      "content": "Skip to main content Skip to footer Research Policy Commitments Learn News Try Claude Back to Careers Join our team All Teams AI Research & Engineering Applied AI Communications Compute Data Science & Analytics Engineering & Design - Product Finance Hardware Legal Marketing & Brand People Product Ma"
    },
    "/about-anthropic-interviewer": {
      "title": "About Anthropic Interviewer \\ Anthropic",
      "content": "Skip to main content Skip to footer Research Policy Commitments Learn News Try Claude About Anthropic Interviewer Anthropic Interviewer is a research tool, powered by Claude, that runs detailed conversational interviews at scale and feeds the results back to researchers for analysis. We built it to "
    },
    "/ai-for-science-program-rules": {
      "title": "Anthropic’s AI for Science Program Official Rules \\ Anthropic",
      "content": "Skip to main content Skip to footer Research Policy Commitments Learn News Try Claude Anthropic’s AI for Science Program Official Rules Last updated Aug 25, 2026 Anthropic’s AI for Science Program (the “Program”) is sponsored by Anthropic, PBC (“Anthropic,” “we,” “our,” or “us”). The Program and all"
    },
    "/research/features-as-classifiers": {
      "title": "Using dictionary learning features as classifiers \\ Anthropic",
      "content": "Skip to main content Skip to footer Research Policy Commitments Learn News Try Claude Interpretability Using dictionary learning features as classifiers Oct 16, 2024 Read Transformer Circuits At the link above, we report some developing work from the Anthropic interpretability team on developing fea"
    }
  },
  "actions": [
    {
      "id": "try_claude",
      "name": "Try Claude",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "demo",
        "try",
        "claude"
      ],
      "description": "Launch an interactive demo of the Claude language model."
    },
    {
      "id": "download_app",
      "name": "Download App",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "download",
        "app",
        "mobile"
      ],
      "description": "Download the Claude mobile application."
    },
    {
      "id": "login",
      "name": "Log In",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "login",
        "authenticate",
        "account"
      ],
      "description": "Authenticate to access Claude services and account settings."
    },
    {
      "id": "contact_sales",
      "name": "Contact Sales",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "sales",
        "pricing",
        "contact"
      ],
      "description": "Reach out to the sales team for pricing and enterprise solutions."
    },
    {
      "id": "contact",
      "name": "Contact",
      "description": "Send a message to Anthropic",
      "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": "Anthropic",
  "url": "https://anthropic.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

Try Claude
Launch an interactive demo of the Claude language model.
demotryclaude
Download App
Download the Claude mobile application.
downloadappmobile
Log In
Authenticate to access Claude services and account settings.
loginauthenticateaccount
Contact Sales
Reach out to the sales team for pricing and enterprise solutions.
salespricingcontact

Pages

Anthropic /
Anthropic is a public‑benefit AI company dedicated to building safe, reliable language models. Their flagship model, Claude, offers advanced conversational and coding capabilities. The site showcases research areas such as alignment, economics, and interpretability, along with po
Events \ Anthropic /events
Skip to main content Skip to footer Research Overview Alignment Economics Engineering Frontier Red Team Interpretability Science Societal Impacts Policy Commitments Initiatives Claude& x27;s Constitution Claude Corps Policy on the AI Exponential Transparency Responsible Scaling P
Careers \ Anthropic /careers
Skip to main content Skip to footer Research Policy Commitments Learn News Try Claude Shape how AI meets the world Anthropic builds Claude—AI designed to be helpful, honest, and harmless. We& x27;re researchers, engineers, and builders from a range of disciplines, working to make
Company \ Anthropic /company
Skip to main content Skip to footer Research Policy Commitments Learn News Try Claude Making AI systems you can rely on Anthropic is an AI safety and research company. We build reliable, interpretable, and steerable AI systems. Join us Our Purpose We believe AI will have a vast i
Jobs \ Anthropic /careers/jobs
Skip to main content Skip to footer Research Policy Commitments Learn News Try Claude Back to Careers Join our team All Teams AI Research & Engineering Applied AI Communications Compute Data Science & Analytics Engineering & Design - Product Finance Hardware Legal Marketing & Bra
About Anthropic Interviewer \ Anthropic /about-anthropic-interviewer
Skip to main content Skip to footer Research Policy Commitments Learn News Try Claude About Anthropic Interviewer Anthropic Interviewer is a research tool, powered by Claude, that runs detailed conversational interviews at scale and feeds the results back to researchers for analy
Anthropic’s AI for Science Program Official Rules \ Anthropic /ai-for-science-program-rules
Skip to main content Skip to footer Research Policy Commitments Learn News Try Claude Anthropic’s AI for Science Program Official Rules Last updated Aug 25, 2026 Anthropic’s AI for Science Program (the “Program”) is sponsored by Anthropic, PBC (“Anthropic,” “we,” “our,” or “us”).
Using dictionary learning features as classifiers \ Anthropic /research/features-as-classifiers
Skip to main content Skip to footer Research Policy Commitments Learn News Try Claude Interpretability Using dictionary learning features as classifiers Oct 16, 2024 Read Transformer Circuits At the link above, we report some developing work from the Anthropic interpretability te

For AI agents

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

Is this your site?

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