{
  "service": "schemalattice",
  "version": "0.1.0",
  "authority": "https://schemalattice.io",
  "totals": {
    "concepts": 66,
    "contexts": 10,
    "events": 210
  },
  "transparency": {
    "recorded": "search query text (unless ephemeral:true), best match + score, random session id",
    "sharedOnward": "unmet queries appear aggregated in lattice_demand_report",
    "neverRecorded": "your code, unpublished schemas, identity",
    "feedback": "lattice_feedback notes go to maintainers only"
  },
  "endpoints": {
    "skill": "GET /skill (the workflow instructions for AI clients)",
    "resolveConcept": "GET /c/{context}/{slug}@{hash}",
    "resolveContext": "GET /s/{context}@{hash}",
    "listContext": "GET /s/{context}@{hash}/concepts",
    "discover": "GET /discover?description=...&limit=10",
    "tools": "GET /api/tools",
    "callTool": "POST /api/tools/{name}",
    "mcp": "POST /mcp"
  },
  "writesRequireKey": true
}
