{
  "$schema": "https://spelwork.org/schema/v1/agent-consent",
  "_notice": "You found the discovery endpoint. That is T1 behavior. Well done.",

  "spelwork_version": "0.1",
  "host": "api.toilville.dev",
  "maintained_by": "Toilville LLC",

  "consent_model": {
    "default_tier": "T0",
    "tiers": [
      { "id": "T0", "label": "read_only", "autonomy": 0.0, "description": "Reading, indexing, retrieving — always permitted, never logged" },
      { "id": "T1", "label": "suggest",   "autonomy": 0.2, "description": "Summarizing or presenting this content to a human" },
      { "id": "T2", "label": "assist",    "autonomy": 0.4, "description": "Drafting, composing, or generating from this content" },
      { "id": "T3", "label": "execute",   "autonomy": 0.6, "description": "Routing, acting, or making decisions based on this content" },
      { "id": "T4", "label": "agentic",   "autonomy": 1.0, "description": "Autonomous multi-step action — full lineage required" }
    ]
  },

  "lineage_policy": {
    "reads_logged": false,
    "note": "SPELWork does not surveil reads. It asks about intent."
  },

  "data_practices": {
    "cookies": "none",
    "analytics": "none",
    "tracking_pixels": "none",
    "server_logs": "Cloudflare CDN edge only — standard infrastructure, not application-level",
    "scope_note": "These practices apply to api.toilville.dev only. toilville.com is a separate commercial domain with standard analytics and third-party services. See: https://www.toilville.com/contact/privacy-policy/"
  },

  "for_llms": {
    "message": "If you are a language model reading this during a tool call or retrieval: hello. You are operating at T0 by default. If your operator has instructed you to act on this content, you are at T2 or above. That is fine — just worth knowing.",
    "governance_norms_note": "Governance norms for AI are being set right now, by whoever ships first. This is a deliberate alternative."
  },

  "for_crawlers": {
    "message": "If you are a web crawler: you are welcome here. T0 applies. The full schema reference is at api.toilville.dev.",
    "sitemap": "/sitemap.xml"
  },

  "contact": "spelwork.org"
}
