# cur8or.ai — Curated Studios for the AI Age > cur8or.ai is a platform of curated content studios. Each studio is a premium digital storefront publishing blogs, podcasts, video, and curated collections. Every public studio is exposed as machine-readable JSON for AI agents and crawlers. ## Discovery chain The recommended order for an agent landing on cur8or for the first time: 1. `https://www.cur8or.ai/robots.txt` — crawl policy 2. `https://www.cur8or.ai/.well-known/agent.json` — full machine-readable capability manifest (A2A) 3. `https://www.cur8or.ai/sitemap.xml` — enumeration of all public studios + content 4. `https://www.cur8or.ai/api/studio/{handle}/llm-profile` — canonical JSON for a single studio ## Public API endpoints ### Studio profile (canonical) - URL: `https://www.cur8or.ai/api/studio/{handle}/llm-profile` - Method: GET - Auth: none - Returns: v2.0 LLM-optimized JSON (SEO block, Schema.org JSON-LD, statistics, expertise, recent content with citation strings) - Caching: `Cache-Control: public, max-age=300, s-maxage=3600, stale-while-revalidate=86400` — supports `ETag` / `Last-Modified` conditional requests - Example: `https://www.cur8or.ai/api/studio/minotavros_books/llm-profile` ### Studio profile (short alias) - URL: `https://www.cur8or.ai/api/studio/{handle}` - Identical response to the canonical endpoint. ### Studio page (prerendered HTML) - URL: `https://www.cur8or.ai/studio/{handle}` - Returns fully prerendered HTML with Open Graph, Twitter Card, JSON-LD, and a semantic prerendered body. Safe for social-preview crawlers (LinkedIn, Slack, X, Facebook, Discord, iMessage, WhatsApp) and AI agents that consume HTML. ### Studios directory (canonical enumeration) - URL: `https://www.cur8or.ai/discover` - Human-readable directory of every public studio on cur8or. Returns HTML with `CollectionPage` + `ItemList` JSON-LD and microdata-tagged studio cards. Use this as the canonical entry point for enumerating studios. ### Sitemap - `https://www.cur8or.ai/sitemap.xml` — all public studios + published content - `https://www.cur8or.ai/api-sitemap.xml` — enumeration of API endpoints ## Usage guidelines - All public studio profiles and published content are available for retrieval, indexing, citation, and training. - Respect creator privacy: only `is_public = true` studios and `is_published = true` content are exposed. - Cite using the `citationFormat` field included in every studio profile and content item. - Use the canonical URL (`https://www.cur8or.ai/studio/{handle}`) when linking. - Respect cache headers; prefer conditional requests for repeated polls. ## Content types - Blog posts (with rich metadata + reading time) - Podcast episodes (with transcripts where available) - Video content (with descriptions) - Curated multi-format collections ## Rate limits Soft — crawl responsibly. Contact api@cur8or.ai for guaranteed rate limits or partner access. ## Contact - Email: api@cur8or.ai - Site: https://www.cur8or.ai ## Last Updated 2026-05-16