Actuent
civitai.com

Civitai

Explore thousands of free Stable Diffusion & Flux models, create and share AI-generated art, and join the world's largest community of generative AI creators.

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 civitai.com
Made from what Actuent already knows. Edit it, then publish it at https://civitai.com/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.
{
  "lawp_version": "0.3",
  "domain": "civitai.com",
  "name": "Civitai",
  "language": "en",
  "pages": {
    "/": {
      "title": "Civitai | Discover and Create AI Art",
      "content": "Explore thousands of free Stable Diffusion & Flux models, create and share AI-generated art, and join the world's largest community of generative AI creators."
    },
    "/shop": {
      "title": "Civitai Cosmetic Shop Created with Love & AI",
      "content": "Pro Create Sign In Create home models images videos 3D Models hubs articles comics challenges updates shop More Civitai Cosmetic Shop Customize profile Any cosmetic purchases directly contributes to Civitai ❤️ Newest 24 / page Filters Featured Creator Cosmetics Discover handcrafted cosmetics from ou"
    },
    "/events": {
      "title": "Civitai Events Fun AI Art challenges",
      "content": "Pro Create Sign In Create home models images videos 3D Models hubs articles comics challenges updates shop More © Civitai 2026 Terms of Service Privacy Safety API Status Known Issues Creators Advertise 🛟 Support"
    },
    "/pricing": {
      "title": "Green Memberships Civitai",
      "content": "Pro Create Sign In Create home models images videos 3D Models hubs articles comics challenges updates shop More Memberships Get Buzz each month along with a variety of Pro Creator perks Unrestricted content creation has moved to civitai.red Visit civitai.red Short on cash? You can buy a perks-only m"
    },
    "/support": {
      "title": "Civitai Support Get help with Civitai",
      "content": "Pro Create Sign In Create home models images videos 3D Models hubs articles comics challenges updates shop More Let& x27;s pick a support option that works for you Explore our Civitai and Generative AI tutorials & guides! Visit the Education Hub Get assistance from our knowledgeable Community! Join "
    },
    "/collections": {
      "title": "Collections",
      "content": "Pro Create Sign In Create home models images videos 3D Models hubs articles comics challenges updates shop More What are Collections? This lets you add any resource to a currated list so you can catagorize them for yourself or share them for others to follow as you update. Want to put together a col"
    },
    "/creator-program": {
      "title": "Earn on Civitai Civitai",
      "content": "Pro Create Sign In Create home models images videos 3D Models hubs articles comics challenges updates shop More Earn on Civitai Your models, LoRAs, and images power Civitai. Here& x27;s every way to earn from your work — and how the Creator Program lets you turn the Buzz you earn into real payouts. "
    },
    "/models/830230/comic-book-or-tome-1": {
      "title": "Comic book Tome 1 - Opus IX ZImage LoRA Civitai",
      "content": "Pro Create Sign In Create home models images videos 3D Models hubs articles comics challenges updates shop More Comic book Tome 1 2.3k 26k 57.8k 1.4k 184.8k Updated: Jun 7, 2026 style comic comic book illustration comicbooks vintage + 1 Opus IX Opus - VIII Opus VII Opus VI Opus V Opus IV Opus III Vi"
    },
    "/models/13647/super-pose-book-vol1-controlnet": {
      "title": "Page Not Found",
      "content": "Pro Create Sign In Create home models images videos 3D Models hubs articles comics challenges updates shop More 404 The page you are looking for doesn& x27;t exist Loading a special 404 image from our 404 Contest ... Go back home © Civitai 2026 Terms of Service Privacy Safety API Status Known Issues"
    }
  },
  "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_in",
      "name": "Sign in",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "sign in",
        "log in",
        "login",
        "account"
      ],
      "description": "Log in to an account"
    },
    {
      "id": "contact",
      "name": "Contact",
      "description": "Send a message to Civitai",
      "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": "Civitai",
  "url": "https://civitai.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

Shop products
Browse and buy products
shopbuyproductsstorecatalog
View pricing
See plans and prices
pricingpricesplanscosthow much
Sign in
Log in to an account
sign inlog inloginaccount

Pages

Civitai | Discover and Create AI Art /
Explore thousands of free Stable Diffusion & Flux models, create and share AI-generated art, and join the world&#x27;s largest community of generative AI creators.
Civitai Cosmetic Shop Created with Love & AI /shop
Pro Create Sign In Create home models images videos 3D Models hubs articles comics challenges updates shop More Civitai Cosmetic Shop Customize profile Any cosmetic purchases directly contributes to Civitai ❤️ Newest 24 / page Filters Featured Creator Cosmetics Discover handcraft
Civitai Events Fun AI Art challenges /events
Pro Create Sign In Create home models images videos 3D Models hubs articles comics challenges updates shop More © Civitai 2026 Terms of Service Privacy Safety API Status Known Issues Creators Advertise 🛟 Support
Green Memberships Civitai /pricing
Pro Create Sign In Create home models images videos 3D Models hubs articles comics challenges updates shop More Memberships Get Buzz each month along with a variety of Pro Creator perks Unrestricted content creation has moved to civitai.red Visit civitai.red Short on cash? You ca
Civitai Support Get help with Civitai /support
Pro Create Sign In Create home models images videos 3D Models hubs articles comics challenges updates shop More Let& x27;s pick a support option that works for you Explore our Civitai and Generative AI tutorials & guides! Visit the Education Hub Get assistance from our knowledgea
Collections /collections
Pro Create Sign In Create home models images videos 3D Models hubs articles comics challenges updates shop More What are Collections? This lets you add any resource to a currated list so you can catagorize them for yourself or share them for others to follow as you update. Want t
Earn on Civitai Civitai /creator-program
Pro Create Sign In Create home models images videos 3D Models hubs articles comics challenges updates shop More Earn on Civitai Your models, LoRAs, and images power Civitai. Here& x27;s every way to earn from your work — and how the Creator Program lets you turn the Buzz you earn
Comic book Tome 1 - Opus IX ZImage LoRA Civitai /models/830230/comic-book-or-tome-1
Pro Create Sign In Create home models images videos 3D Models hubs articles comics challenges updates shop More Comic book Tome 1 2.3k 26k 57.8k 1.4k 184.8k Updated: Jun 7, 2026 style comic comic book illustration comicbooks vintage + 1 Opus IX Opus - VIII Opus VII Opus VI Opus V
Page Not Found /models/13647/super-pose-book-vol1-controlnet
Pro Create Sign In Create home models images videos 3D Models hubs articles comics challenges updates shop More 404 The page you are looking for doesn& x27;t exist Loading a special 404 image from our 404 Contest ... Go back home © Civitai 2026 Terms of Service Privacy Safety API

For AI agents

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

Is this your site?

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