{
 "product": "know.fast",
 "description": "Links in, knowledge out. Flat $0.01 per link.",
 "contractVersion": "2026-07-10",
 "agentContract": "https://know.fast/agent.txt",
 "llms": "https://know.fast/llms.txt",
 "mcp": {
  "endpoint": "https://know.fast/mcp",
  "transport": "streamable_http",
  "alwaysLatest": true,
  "note": "Hosted surface — tool descriptions and behavior are served live; there is nothing to install or update."
 },
 "api": {
  "endpoint": "https://know.fast/",
  "alwaysLatest": true,
  "urlPrefix": {
   "pattern": "https://know.fast/<url-without-scheme>",
   "queryForm": "https://know.fast/?know=<url>",
   "note": "GET with a URL appended (drop the scheme): known links return the knowledge packet as markdown directly; unknown links flow into the keyless analyze (trial/402). A scheme in the path (know.fast/https://...) triggers one platform 308 whose body is literally 'Redirecting...' — follow it, drop the scheme, or use the ?know= query form / POST instead."
  },
  "resolve": "https://know.fast/v1/analyze/resolve?url=<link>",
  "packetQuery": "GET /<slug>.md?q=<terms> slices claims/facts/code deterministically (aliases: objective, o, keywords, k)",
  "telemetryHeaders": [
   "X-Know-Cache",
   "X-Know-Cost-Usd",
   "X-Know-Tokens",
   "X-Know-Tokens-Saved"
  ]
 },
 "clients": {
  "knowfast-hermes-pip": {
   "package": "know-fast",
   "registry": "pypi",
   "install": "pip install know-fast",
   "latest": "0.1.5",
   "min": "0.1.0",
   "upgrade": "pip install -U know-fast"
  }
 },
 "versionEcho": {
  "request": [
   "X-Researcher-Client",
   "X-Researcher-Client-Version"
  ],
  "response": [
   "X-Researcher-Contract",
   "X-Researcher-Client-Latest",
   "X-Researcher-Upgrade"
  ],
  "belowMinimum": "HTTP 426 Upgrade Required with the upgrade command in the body ({\"upgrade\": ...})"
 }
}
