{
  "name": "Pipeworx",
  "what": "Live-data gateway for AI agents: 6,426 tools across 1679 authoritative sources — SEC filings, FRED/BLS economics, FDA drug data, patents, weather, prediction markets, and more. Structured, citable, keyless for the first calls.",
  "try_now": "GET https://gateway.pipeworx.io/tools?q=your+topic&limit=5  — then POST the tool it names, data back in ~1s",
  "or_just_ask": "GET https://gateway.pipeworx.io/ask?q=your+question  — plain language, no tool name needed, but ~10s median (LLM routes it first)",
  "find_first": "https://gateway.pipeworx.io/tools?q=your+topic",
  "rest": {
    "tools_find": "GET https://gateway.pipeworx.io/tools?q=your+topic&limit=5  — unmetered; each result carries name, inputSchema with examples, cost/auth/reliability",
    "tools_inspect": "GET https://gateway.pipeworx.io/v1/tools/<name>  — optional: full schema, more examples, pinned version",
    "tools_call": "POST https://gateway.pipeworx.io/v1/tools/<name>  {...its arguments} — the data",
    "ask_get": "GET https://gateway.pipeworx.io/ask?q=your+question",
    "ask_post": "POST https://gateway.pipeworx.io/ask  {\"question\": \"your question\"}",
    "openapi": "https://gateway.pipeworx.io/openapi.json"
  },
  "mcp": {
    "recommended": "https://pipeworx.io/mcp",
    "full_catalog": "https://gateway.pipeworx.io/mcp",
    "task_scoped": "https://gateway.pipeworx.io/mcp?task=your+topic"
  },
  "docs": {
    "for_ai_agents": "https://pipeworx.io/docs/getting-started/ai-agents/",
    "this_gateway": "https://gateway.pipeworx.io/llms.txt",
    "overview": "https://pipeworx.io/llms.txt",
    "full_tool_directory": "https://pipeworx.io/llms-full.txt"
  },
  "status": "https://pipeworx.io/status"
}