{
  "name": "aizamon-agent-spillway",
  "version": "0.1",
  "description": "Machine-readable Aizamon entry points for redacted AI/DLQ telemetry, masked surface audits, and paid report flows.",
  "safety": "This is a discovery/config document, not a raw-data firehose. Premium endpoints require X-Marketplace-Token and return redacted data only.",
  "recommendedHumanFlow": "https://aizamon.com/client?quickbuy=1",
  "publicTools": [
    {
      "name": "surface_audit_ledger",
      "method": "GET",
      "url": "https://aizamon.com/surface-audit.json",
      "returns": "masked public ledger rows"
    },
    {
      "name": "catalog",
      "method": "GET",
      "url": "https://aizamon.com/catalog",
      "returns": "current SKU list and pricing metadata"
    },
    {
      "name": "commerce",
      "method": "GET",
      "url": "https://aizamon.com/commerce",
      "returns": "payment rails and checkout endpoints"
    }
  ],
  "premiumTools": [
    {
      "name": "telemetry_feed",
      "method": "GET",
      "url": "https://aizamon.com/api/v1/telemetry-feed",
      "authHeader": "X-Marketplace-Token",
      "query": {
        "limit": "1-500",
        "framework": "optional framework filter",
        "sourceKind": "optional exact source kind, e.g. public_discovery_signal",
        "failureClass": "optional partial failure class filter",
        "since": "optional ISO timestamp/date"
      },
      "billing": "Buy SKU_SIGNAL_FEED_29 on /client ($29 USD) for a per-buyer X-Aizamon-Feed-Token, or use the operator X-Marketplace-Token. Private buyer uploads are never included."
    },
    {
      "name": "telemetry_feed_csv",
      "method": "GET",
      "url": "https://aizamon.com/api/v1/telemetry-feed/export.csv",
      "authHeader": "X-Aizamon-Feed-Token or X-Marketplace-Token",
      "billing": "Same entitlement as telemetry_feed; redacted columns only."
    }
  ],
  "mcpNote": "A full MCP server can wrap these HTTP tools later. For now, agents can ingest this config and call the documented HTTP endpoints directly."
}