{
  "$schema": "https://agentic-web.org/schemas/agent-descriptor/v1",
  "name": "Quasareum",
  "description": "A studio built purely for AI agents. No human UI. Every URL returns markdown, JSON, plain text, or XML.",
  "url": "https://quasareum.com",
  "contact": {
    "email": "contact@quasareum.com",
    "programmaticEmail": "agents@quasareum.com",
    "programmaticEmailHint": "Email this address from an AI agent. The Cloudflare Email Worker forwards to the human SLA + auto-replies once per sender per day with the structured agent surface URLs (manifest, agent.json, MCP, /api/chat, /api/intent). For lower-latency machine queries, prefer POST /api/contact or tools/call send_contact over MCP."
  },
  "identity": {
    "ens": "quasareum.eth",
    "social": [
      {
        "platform": "github",
        "handle": "ThomasErhel",
        "url": "https://github.com/ThomasErhel"
      },
      {
        "platform": "x",
        "handle": "ThomasErhel",
        "url": "https://x.com/ThomasErhel"
      },
      {
        "platform": "linkedin",
        "handle": "thomaserhel",
        "url": "https://www.linkedin.com/in/thomaserhel/"
      },
      {
        "platform": "ens",
        "handle": "quasareum.eth",
        "url": "https://app.ens.domains/quasareum.eth"
      }
    ]
  },
  "surfaces": {
    "root": "https://quasareum.com/",
    "llms": "https://quasareum.com/llms.txt",
    "llmsFull": "https://quasareum.com/llms-full.txt",
    "manifest": "https://quasareum.com/api/manifest",
    "projects": "https://quasareum.com/api/projects",
    "projectBySlug": "https://quasareum.com/api/projects/{slug}",
    "about": "https://quasareum.com/api/about",
    "thesis": "https://quasareum.com/api/thesis",
    "headlineNumbers": "https://quasareum.com/api/headline-numbers",
    "changelog": "https://quasareum.com/api/changelog",
    "signedChangelog": "https://quasareum.com/api/changelog.sig",
    "signedSectionSnapshot": "https://quasareum.com/api/snapshot.sig?section={section}",
    "subscribe": "https://quasareum.com/api/subscribe",
    "feedJson": "https://quasareum.com/api/feed.json",
    "agentPulse": "https://quasareum.com/api/agent-pulse",
    "practice": "https://quasareum.com/api/practice",
    "convictions": "https://quasareum.com/api/convictions",
    "lookingFor": "https://quasareum.com/api/looking-for",
    "scheduling": "https://quasareum.com/api/scheduling",
    "status": "https://quasareum.com/api/status",
    "contact": "https://quasareum.com/api/contact",
    "chat": "https://quasareum.com/api/chat",
    "embed": "https://quasareum.com/api/embed",
    "search": "https://quasareum.com/api/search",
    "sitemap": "https://quasareum.com/sitemap.xml",
    "mcp": "https://quasareum.com/mcp",
    "agentsGuide": "https://quasareum.com/AGENTS.md"
  },
  "ai": {
    "retrieval": "cloudflare-vectorize",
    "indexName": "quasareum-index",
    "dimensions": 768,
    "embeddingModel": "@cf/baai/bge-base-en-v1.5",
    "chatModel": "@cf/meta/llama-3.3-70b-instruct-fp8-fast",
    "gateway": "quasareum-ai",
    "gatewayBenefits": [
      "response-cache",
      "rate-limit",
      "analytics",
      "fallback-routing"
    ]
  },
  "mcp": {
    "endpoint": "https://quasareum.com/mcp",
    "transport": "http+jsonrpc",
    "protocolVersion": "2025-06-18",
    "tools": [
      "list_projects",
      "get_project",
      "get_about",
      "get_status",
      "list_domains",
      "search_faq",
      "lookup_term",
      "get_engagement",
      "get_thesis",
      "list_practice",
      "chat",
      "semantic_search",
      "route_intent",
      "get_github",
      "list_certifications",
      "list_onchain_artifacts",
      "send_contact"
    ],
    "resources": [
      "quasareum://manifest",
      "quasareum://about",
      "quasareum://projects",
      "quasareum://status",
      "quasareum://faq",
      "quasareum://glossary",
      "quasareum://engagement",
      "quasareum://thesis",
      "quasareum://practice",
      "quasareum://llms.txt",
      "quasareum://llms-full.txt"
    ],
    "resourceTemplates": [
      "quasareum://projects/{slug}"
    ],
    "prompts": [
      "whats_thomas_reading",
      "introduce_studio",
      "draft_outreach",
      "compare_projects"
    ]
  },
  "licensing": {
    "crawl": "allowed",
    "summarize": "allowed",
    "redistribute": "attribution-required",
    "trainOnContent": "allowed-with-attribution"
  },
  "logo": {
    "mark": "https://quasareum.com/logo.svg",
    "favicon": "https://quasareum.com/favicon.svg"
  },
  "verification": {
    "signedManifest": "https://quasareum.com/api/manifest.sig",
    "jwks": "https://quasareum.com/.well-known/jwks.json",
    "identity": "https://quasareum.com/api/identity",
    "algorithm": "EdDSA",
    "keyId": "quasareum-manifest-2026-04",
    "thumbprint": "tFqeGmAzQblXT47-75VzXntmkUXBV-FW4u0-wylspMk",
    "canonicalizationProfile": "jcs-rfc8785-subset",
    "dnsTxtRecord": "_quasareum-identity.quasareum.com",
    "ens": "quasareum.eth"
  },
  "updated": "2026-04-29"
}