{
  "name": "Curiossa",
  "title": "Curiossa — An emporium for software ideas",
  "description": "Curiossa is an emporium for software ideas — a studio that imagines, builds, and launches delightful digital products.",
  "summary": "Studio site exposing a product catalog plus write endpoints for contact and newsletter. See /llms.txt for an agent-friendly summary.",
  "url": "https://curiossa.com",
  "type": "studio",
  "version": "1.0.0",
  "language": "en",
  "license": "MIT",
  "provider": {
    "name": "Curiossa",
    "url": "https://curiossa.com",
    "email": "hello@curiossa.com"
  },
  "policy": {
    "ai_training": "allow",
    "ai_inference": "allow",
    "ai_search": "allow",
    "attribution": "preferred"
  },
  "capabilities": [
    "list-products",
    "get-product",
    "submit-contact",
    "subscribe-newsletter",
    "get-page-as-markdown",
    "list-skills"
  ],
  "skills": [
    {
      "id": "list-products",
      "name": "List products",
      "description": "Return the catalog of Curiossa products with name, tagline, description, status, features, and external URL.",
      "endpoint": "https://curiossa.com/api/products.json",
      "method": "GET",
      "outputMode": "application/json"
    },
    {
      "id": "get-product",
      "name": "Get a single product",
      "description": "Return the full record for one product by stable slug id (bizqiz, kochi, monmonmon, botvisibility, letterful, cryptoproto).",
      "endpoint": "https://curiossa.com/api/products/{id}.json",
      "method": "GET",
      "outputMode": "application/json"
    },
    {
      "id": "submit-contact",
      "name": "Submit a contact message",
      "description": "Primary action — send a message to the Curiossa studio (name, email, message). Returns a server-assigned submission id.",
      "endpoint": "https://curiossa.com/api/contact",
      "method": "POST",
      "outputMode": "application/json"
    },
    {
      "id": "subscribe-newsletter",
      "name": "Subscribe to the newsletter",
      "description": "Subscribe an email address to the Curiossa product-launch newsletter. Idempotent.",
      "endpoint": "https://curiossa.com/api/newsletter/subscribe",
      "method": "POST",
      "outputMode": "application/json"
    },
    {
      "id": "get-page-as-markdown",
      "name": "Get a page as markdown",
      "description": "Send Accept: text/markdown to any site page to receive a compact markdown rendition served by the content-negotiation edge function.",
      "endpoint": "https://curiossa.com/",
      "method": "GET",
      "outputMode": "text/markdown"
    },
    {
      "id": "list-skills",
      "name": "List skills",
      "description": "Fetch the full skills index for this site.",
      "endpoint": "https://curiossa.com/.well-known/skills/index.json",
      "method": "GET",
      "outputMode": "application/json"
    }
  ],
  "discovery": {
    "llmsTxt": "https://curiossa.com/llms.txt",
    "openapi": "https://curiossa.com/openapi.json",
    "agentCard": "https://curiossa.com/.well-known/agent-card.json",
    "skill": "https://curiossa.com/skill.md",
    "skillsIndex": "https://curiossa.com/.well-known/skills/index.json",
    "apiCatalog": "https://curiossa.com/.well-known/api-catalog",
    "mcp": "https://curiossa.com/.well-known/mcp",
    "feed": "https://curiossa.com/feed.xml",
    "sitemap": "https://curiossa.com/sitemap.xml"
  },
  "contact": {
    "email": "hello@curiossa.com",
    "url": "https://curiossa.com/contact"
  }
}
