Actuent
metabase.com

Metabase | Open source Business Intelligence and Embedded Analytics

Metabase grounds every answer in your semantic layer — your metrics and business logic — so you can inspect the query behind it.

70
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 +30 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.
Starter lawp.json for metabase.com
Made from what Actuent already knows. Edit it, then publish it at https://metabase.com/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.
{
  "lawp_version": "0.3",
  "domain": "metabase.com",
  "name": "Metabase | Open source Business Intelligence and Embedded Analytics",
  "language": "en",
  "pages": {
    "/": {
      "title": "Open source AI analytics you can verify | Metabase",
      "content": "Metabase grounds every answer in your semantic layer — your metrics and business logic — so you can inspect the query behind it."
    },
    "/cloud": {
      "title": "Metabase Cloud",
      "content": "hosted Metabase."
    },
    "/security": {
      "title": "Security",
      "content": "SOC 1, SOC 2 Type 1 & 2, GDPR, CCPA compliance details."
    },
    "/data-sources/": {
      "title": "Data sources",
      "content": "supported databases (Postgres, MySQL, BigQuery, Snowflake, Redshift, ClickHouse, Databricks, MongoDB, and more)."
    },
    "/product/air-gapping": {
      "title": "Air-gapped Metabase",
      "content": "for environments without internet access."
    },
    "/product/data-studio": {
      "title": "Data Studio",
      "content": "analyst workbench for transforms, semantic layer, and dependency management."
    },
    "/product/embedded-analytics": {
      "title": "Embedded Analytics",
      "content": "customer-facing analytics for software products."
    },
    "/product/business-intelligence": {
      "title": "Business Intelligence",
      "content": "the primary product page for self-service BI use cases."
    },
    "/product/embedded-analytics-sdk": {
      "title": "Embedded Analytics SDK for React",
      "content": "React SDK for deeply customized in-app analytics."
    },
    "/metabase-embedded-analytics-guide.txt": {
      "title": "Embedded Analytics guide",
      "content": "plain-text guide to Metabase embedded analytics — SDK, iframe embedding, and multi-tenant setup."
    },
    "/product/enterprise-embedded-analytics": {
      "title": "Enterprise Embedded Analytics",
      "content": "embedded analytics for enterprise deployments."
    }
  },
  "actions": [
    {
      "id": "shop",
      "name": "Shop products",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "shop",
        "buy",
        "products",
        "store",
        "catalog"
      ],
      "description": "Browse and buy products"
    },
    {
      "id": "view_pricing",
      "name": "View pricing",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "pricing",
        "prices",
        "plans",
        "cost",
        "how much"
      ],
      "description": "See plans and prices"
    },
    {
      "id": "sign_up",
      "name": "Sign up",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "sign up",
        "register",
        "join",
        "create account",
        "get started"
      ],
      "description": "Create an account"
    },
    {
      "id": "sign_in",
      "name": "Sign in",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "sign in",
        "log in",
        "login",
        "account"
      ],
      "description": "Log in to an account"
    },
    {
      "id": "view_cart",
      "name": "View cart",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "cart",
        "basket",
        "checkout",
        "order"
      ],
      "description": "See the shopping cart and check out"
    },
    {
      "id": "get_support",
      "name": "Get help",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "help",
        "support",
        "faq",
        "customer service"
      ],
      "description": "Help centre, FAQs and support"
    },
    {
      "id": "contact",
      "name": "Contact",
      "description": "Send a message to Metabase | Open source Business Intelligence and Embedded Analytics",
      "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
          }
        ]
      }
    }
  ]
}

What AI agents can do here

Shop products
Browse and buy products
shopbuyproductsstorecatalog
View pricing
See plans and prices
pricingpricesplanscosthow much
Sign up
Create an account
sign upregisterjoincreate accountget started
Sign in
Log in to an account
sign inlog inloginaccount
View cart
See the shopping cart and check out
cartbasketcheckoutorder
Get help
Help centre, FAQs and support
helpsupportfaqcustomer service

Business details

9740 Campo Rd, 91977, Spring Valley, US

Pages

Open source AI analytics you can verify | Metabase /
Metabase grounds every answer in your semantic layer — your metrics and business logic — so you can inspect the query behind it.
Metabase Cloud /cloud
hosted Metabase.
Security /security
SOC 1, SOC 2 Type 1 & 2, GDPR, CCPA compliance details.
Data sources /data-sources/
supported databases (Postgres, MySQL, BigQuery, Snowflake, Redshift, ClickHouse, Databricks, MongoDB, and more).
Air-gapped Metabase /product/air-gapping
for environments without internet access.
Data Studio /product/data-studio
analyst workbench for transforms, semantic layer, and dependency management.
Embedded Analytics /product/embedded-analytics
customer-facing analytics for software products.
Business Intelligence /product/business-intelligence
the primary product page for self-service BI use cases.
Embedded Analytics SDK for React /product/embedded-analytics-sdk
React SDK for deeply customized in-app analytics.
Embedded Analytics guide /metabase-embedded-analytics-guide.txt
plain-text guide to Metabase embedded analytics — SDK, iframe embedding, and multi-tenant setup.
Enterprise Embedded Analytics /product/enterprise-embedded-analytics
embedded analytics for enterprise deployments.

For AI agents

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

Is this your site?

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