Overall AI readiness score
A combined result across all audit signals.
Overall AI readiness score
A combined result across all audit signals.
Overall AI readiness assessment
Cosmic Documentation was independently audited by llmsmap. cosmicjs.com currently scores 85/100 for AI readiness. The result combines AI-specific files, crawler policy, sitemap discovery, structured homepage data, and—when available—the mobile Google Lighthouse technical profile.
llms.txt is accessible and contains 1,641 tokens. No accessible llms-full.txt was detected, so deeper context still has to be assembled from regular pages. No separate ai.txt policy was detected; it is optional, but can clarify training, retrieval, and attribution preferences.
robots.txt is available. 11 of 11 tracked AI bots are not blocked. Declared sitemaps: 1. The homepage exposes Schema.org types Organization, SoftwareApplication, WebSite; 11 OpenGraph tags were found and markup completeness is 90%.
The mobile Lighthouse profile adds Performance 68/100, Accessibility 96/100, Best Practices 100/100, SEO 100/100, and experimental Agentic Browsing 100/100. These signals have a limited weight: they complement rather than replace llms.txt, robots.txt, and structured-data checks.
A mobile Lighthouse measurement. Google’s experimental Agentic Browsing category is explained separately and does not replace the broader llmsmap AI-readiness score.
Performance
Accessibility
Best Practices
Technical SEO
Agentic Browsing
Mobile performance is 68/100, with the largest visible content block appearing in 6.1 s and the browser main thread blocked for 70 ms. Layout shift was 0. The main thread is where the browser runs JavaScript, calculates layout, and paints the page; long work there delays both user input and browser-agent actions.
Accessibility scored 96/100, Best Practices 100/100, and technical SEO 100/100. The experimental Agentic Browsing category scored 100/100. It measures signals Google currently tests for software agents and is shown separately from the llmsmap AI-readiness score.
Split long JavaScript tasks, defer non-critical scripts and styles, and shorten blocking request chains. This helps the primary content appear sooner and makes controls usable earlier.
Remove unused CSS and JavaScript, load heavy widgets on demand, and limit third-party scripts. Less code means less parsing and background work on the device.
Improve server response time, remove unnecessary redirects and repeat downloads, and use compression, caching, and selective preconnect hints.
Give buttons and links accessible names, associate labels with fields, and use ordered headings and semantic regions. The same structure helps screen readers and software agents understand actions.
First content
Main content
Layout stability
Blocking time
Visual speed
Machine-readable files, crawler policy, discovery, and homepage markup.
Full version was not found
ai.txt file was not found
1 sitemap found
Types: Organization, SoftwareApplication, WebSite
11 OG tags found
Based on robots.txt analysis
Declared discovery routes for crawlers and agents.
Social preview metadata found on the homepage.
og:urlhttps://www.cosmicjs.com/og:localeen_USog:titleCosmic | AI-Powered Headless CMS | Build, Deploy, and Scale 10x Fasterog:descriptionThe AI-native headless CMS for fast-moving teams. AI agents build features, publish content, and deploy to production, all from one platform. Start free, no credit card required.og:typewebsiteog:image:altCosmic | AI-Powered Headless CMS | Build, Deploy, and Scale 10x Fasterog:image:secure_urlhttps://imgix.cosmicjs.com/e68365e0-5705-11f1-97f1-6d8ebd88a07e-og.pngog:image:width1200og:image:height630og:site_nameCosmicStructured entities and properties exposed on the homepage.
urlhttps://www.cosmicjs.comlogohttps://www.cosmicjs.com/images/logos/cosmic-logo.svgnameCosmicsameAshttps://twitter.com/CosmicJS, https://www.linkedin.com/company/cosmicjs, https://www.youtube.com/CosmicJSauthorhttps://www.cosmicjs.comdescriptionAI-powered headless CMS with capable AI agents and multi-agent workflows.# Cosmic Documentation
## For Agents
If you are an AI agent: start at <https://www.cosmicjs.com/docs/agent-skills.md>. It includes a one-curl signup flow (`POST /v3/agents/sign-up`) that provisions a free-tier Cosmic project + bucket tied to a human's email, without any prior account.
## Introduction
You can access all of our documentation as plain text markdown files by adding `.md` to the end of any url.
For example, you can find the plain text version of the docs homepage at <https://www.cosmicjs.com/docs/index.md>.
For a single concatenated dump of every docs page, see <https://www.cosmicjs.com/docs/llms-full.txt>.
## Get started
- [Introduction](https://www.cosmicjs.com/docs/index.md): Get an overview of Cosmic and its features.
- [Quickstart](https://www.cosmicjs.com/docs/quickstart.md): Get up and running with Cosmic quickly.
- [Agent Skills](https://www.cosmicjs.com/docs/agent-skills.md): Agent onboarding for Cosmic: signup flow that provisions a free-tier project + bucket tied to a human email (POST /v3/agents/sign-up), claim via emailed OTP, plus install of the Cosmic SDK rules file for AI coding assistants.
- [MCP Server](https://www.cosmicjs.com/docs/mcp-server.md): MCP server for managing Cosmic content directly through AI assistants. Hosted endpoints at https://mcp.cosmicjs.com/v1/buckets/{bucket-slug} (bucket tools: objects, media, types, AI gen) and https://mcp.cosmicjs.com/v1/agent (signup tools: cosmic_agent_signup, cosmic_agent_verify, cosmic_agent_status). Self-hosted via `npx @cosmicjs/mcp`.
- [Frameworks](https://www.cosmicjs.com/docs/frameworks/index.md): Learn how to integrate Cosmic with popular frameworks.
- [Examples](https://www.cosmicjs.com/docs/examples.md): See practical examples of Cosmic implementations.
## Dashboard
- [Introduction](https://www.cosmicjs.com/docs/dashboard/index.md): Understand how to use the introduction section of the Cosmic dashboard.
- [Projects](https://www.cosmicjs.com/docs/dashboard/projects.md): Understand how to use the projects section of the Cosmic dashboard.
- [Buckets](https://www.cosmicjs.com/docs/dashboard/buckets.md): Understand how to use the buckets section of the Cosmic dashboard.
- [Workspaces](https://www.cosmicjs.com/docs/dashboard/workspaces.md): Understand how to use the workspaces section of the Cosmic dashboard.
- [Search](https://www.cosmicjs.com/docs/dashboard/search.md): Understand how to use the search section of the Cosmic dashboard.
- [Account](https://www.cosmicjs.com/docs/dashboard/account.md): Understand how to use the account section of the Cosmic dashboard.
- [Cosmic Pages](https://www.cosmicjs.com/docs/dashboard/cosmic-pages.md): Understand how to use the cosmic pages section of the Cosmic dashboard.
- [AI](https://www.cosmicjs.com/docs/dashboard/ai.md): Understand how to use the ai section of the Cosmic dashboard.
- [Agents](https://www.cosmicjs.com/docs/dashboard/ai/agents.md): Understand how to use the agents section of the Cosmic dashboard.
- [Workflows](https://www.cosmicjs.com/docs/dashboard/ai/workflows.md): Understand how to use the workflows section of the Cosmic dashboard.
- [Application Workflows](https://www.cosmicjs.com/docs/dashboard/application-workflows.md): Understand how to use the application workflows section of the Cosmic dashboard.
- [Chrome Extension](https://www.cosmicjs.com/docs/chrome-extension.md): Explore chrome extension in Cosmic.
## API reference
- [Introduction](https://www.cosmicjs.com/docs/api/index.md): Explore introduction in Cosmic.
- [Authentication](https://www.cosmicjs.com/docs/api/authentication.md): Reference for the authentication API endpoint and functionality.
- [Agents](https://www.cosmicjs.com/docs/api/agents.md): REST reference for the Agents API: `POST /v3/agents/sign-up` (provision a project + bucket tied to a human email, no prior account needed), `POST /v3/agents/verify` (submit the OTP from the claim email), `GET /v3/agents/status` (check claim status, limits, and recover bucket keys). Includes the `agent_key` (agk_) auth model and the unclaimed-mode 402 error code `agent_unclaimed_limit`.
- [Request limits](https://www.cosmicjs.com/docs/api/request-limits.md): Reference for the request limits API endpoint and functionality.
- [Errors](https://www.cosmicjs.com/docs/api/errors.md): Reference for the errors API endpoint and functionality.
- [Object types](https://www.cosmicjs.com/docs/api/object-types.md): Reference for the object types API endpoint and functionality.
- [Objects](https://www.cosmicjs.com/docs/api/objects.md): Reference for the objects API endpoint and functionality.
- [Revisions](https://www.cosmicjs.com/docs/api/revisions.md): Reference for the revisions API endpoint and functionality.
- [Metafields](https://www.cosmicjs.com/docs/api/metafields.md): Reference for the metafields API endpoint and functionality.
- [Rich text & blocks](https://www.cosmicjs.com/docs/api/rich-text.md): How the `rich-text` Metafield works: values are markdown prose interleaved with `{{shortcode}}` block tokens, served verbatim. Covers the block definition shape (stored at `settings.content_blocks`), the `GET /v3/buckets/{slug}/blocks` endpoint, and rendering with `@cosmicjs/rich-text` (RichText component + per-block component overrides) or a custom renderer via the data-block HTML contract. `rich-text` replaces the deprecated `html-textarea`.
- [Media](https://www.cosmicjs.com/docs/api/media.md): Reference for the media API endpoint and functionality.
- [AI](https://www.cosmicjs.com/docs/api/ai.md): Reference for the ai API endpoint and functionality.
- [Semantic search](https://www.cosmicjs.com/docs/api/content-rag.md): Content RAG semantic (vector) search: `POST /v3/buckets/{slug}/ai/search` embeds a natural-language `query` and returns the most semantically relevant objects in the bucket (ranked by score, with optional `type`/`locale`/`status`/`limit`/`min_score` filters and a text `snippet`). Requires a bucket write key; enabled per account. Embedding content on write is free; query-time search is metered as AI tokens. Complements keyword/structured Queries and powers the agent `search_content` tool. Distinct from ⌘K dashboard search.
- [Queries](https://www.cosmicjs.com/docs/api/queries.md): Reference for the queries API endpoint and functionality.
- [Webhooks](https://www.cosmicjs.com/docs/api/webhooks.md): Reference for the webhooks API endpoint and functionality.
- [Localization](https://www.cosmicjs.com/docs/api/localization.md): Reference for the localization API endpoint and functionality.