#llmsmap.me

Independent technical audit

cosmicjs.com

cosmicjs.com

Overall AI readiness score

A combined result across all audit signals.

85of 100Excellent
AI readiness audit: 7/21/2026Public technical data

Overall AI readiness assessment

How ready cosmicjs.com is for AI systems

85/100

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.

Audit context

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.

Confirmed strengths

  • Accessible llms.txt
  • 1 sitemap declaration
  • Schema.org: Organization, SoftwareApplication
  • Complete social metadata
  • Strong Google agentic signals

Priority improvements

  1. 1Add llms-full.txt for richer first-party context.
  2. 2Reduce mobile rendering delay and main-thread work.
llms.txt tokens1,641
llms-full.txt tokens80,414
ai.txt
sitemap.xml

Google Lighthouse technical profile

A mobile Lighthouse measurement. Google’s experimental Agentic Browsing category is explained separately and does not replace the broader llmsmap AI-readiness score.

Mobile · Lighthouse
68

Performance

96

Accessibility

100

Best Practices

100

Technical SEO

100

Agentic Browsing

What these results mean

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.

1

Free the main thread and accelerate the first view

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.

2

Reduce code that loads without helping the page

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.

3

Reduce network delay

Improve server response time, remove unnecessary redirects and repeat downloads, and use compression, caching, and selective preconnect hints.

4

Make controls unambiguous

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.

FCP3.8 s

First content

LCP6.1 s

Main content

CLS0

Layout stability

TBT70 ms

Blocking time

SI4.4 s

Visual speed

Metric glossary
FCP · First content
When the first text or image appeared on screen.
LCP · Main content
When the largest visible element in the first viewport rendered.
CLS · Layout stability
How much content shifted unexpectedly while loading; lower is better.
TBT · Blocking time
How long the browser main thread could not respond quickly to input.
SI · Visual speed
How quickly the visible viewport filled with content.
7/21/2026Lighthouse 13.4.0Mobile profile

AI readiness checks

Machine-readable files, crawler policy, discovery, and homepage markup.

llms.txt

File found and accessible

https://www.cosmicjs.com/docs/llms.txt
llms-full.txt

Full version was not found

ai.txt

ai.txt file was not found

Sitemap in robots.txt1

1 sitemap found

Schema.org (JSON-LD)

Types: Organization, SoftwareApplication, WebSite

OpenGraph90%

11 OG tags found

AI bot access

Based on robots.txt analysis

GPTBotAllowed
OAI-SearchBotAllowed
ChatGPT-UserAllowed
Google-ExtendedAllowed
ClaudeBotAllowed
Claude-SearchBotNot mentioned
Claude-UserNot mentioned
BytespiderNot mentioned
CCBotAllowed
PerplexityBotAllowed
Perplexity-UserAllowed

Sitemaps

Declared discovery routes for crawlers and agents.

OpenGraph tags

Social preview metadata found on the homepage.

Markup completeness: 90%
og:urlhttps://www.cosmicjs.com/
og:localeen_US
og:titleCosmic | AI-Powered Headless CMS | Build, Deploy, and Scale 10x Faster
og: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:typewebsite
og:image:altCosmic | AI-Powered Headless CMS | Build, Deploy, and Scale 10x Faster
og:image:secure_urlhttps://imgix.cosmicjs.com/e68365e0-5705-11f1-97f1-6d8ebd88a07e-og.png
og:image:width1200
og:image:height630
og:site_nameCosmic

Schema.org markup

Structured entities and properties exposed on the homepage.

Types found: 3 · Properties: 6
OrganizationSoftwareApplicationWebSite
urlhttps://www.cosmicjs.com
logohttps://www.cosmicjs.com/images/logos/cosmic-logo.svg
nameCosmic
sameAshttps://twitter.com/CosmicJS, https://www.linkedin.com/company/cosmicjs, https://www.youtube.com/CosmicJS
authorhttps://www.cosmicjs.com
descriptionAI-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.

Share or continue the analysis
Share this audit
Discuss with AI
Added 7/19/2026
cosmicjs.com - AI readiness audit | llmsmap.me