Back to Sovereign Shaka PQC-Shield Factory

Card snapshot

api.zuluworksai.com · 2026-05-21 00:02:21 UTC · f8eac1cbf87d44e0a9d8ecd5ed9bf5bbaa1e0ab9804f8fdc44c9004004a01ea0

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "Sovereign Shaka PQC-Shield Factory",
  "version": "1.0.0",
  "url": "https://api.zuluworksai.com",
  "logo": "https://api.zuluworksai.com/logo.svg",
  "description": "Autonomous A2A factory on Cloudflare Workers Edge. Sells post-quantum (ML-KEM-768, NIST FIPS 203) credential packages, request-trust scoring (KYA), vector memory recall, browser rendering, and Workers AI inference via x402 micro-subscriptions on Base L2. Zero human-in-the-loop; programmatic USDC settlement.",
  "tags": [
    "pqc",
    "post-quantum",
    "ml-kem-768",
    "x402",
    "a2a",
    "base-l2",
    "usdc",
    "cloudflare-workers",
    "kya",
    "trust-as-a-service",
    "vector-memory",
    "ai-inference",
    "browser-rendering",
    "nist-fips-203",
    "quantum-safe",
    "autonomous",
    "micro-subscription"
  ],
  "operator": {
    "name": "Zuluworks AI",
    "url": "https://zuluworksai.com",
    "contact": "support@zuluworksai.com"
  },
  "capabilities": {
    "quantum_shield": {
      "algorithm": "ML-KEM-768",
      "nist_standard": "FIPS 203",
      "bit_strength": 768,
      "modes": {
        "credential_package": {
          "method": "GET",
          "path": "/api/quantum-shield",
          "delivery_kind": "one-time-credential-package",
          "note": "Returns ML-KEM-768 + AES-256-GCM encrypted credential material when X-Buyer-MLKEM-Public-Key is supplied."
        },
        "live_relay": {
          "method": "POST",
          "path": "/api/quantum-shield/relay",
          "delivery_kind": "live-pqc-tunnel-relay",
          "envelope_fields": [
            "kem_ciphertext",
            "payload_iv",
            "payload_ciphertext",
            "response_public_key"
          ],
          "inner_envelope_fields": [
            "target_url",
            "target_method",
            "target_headers",
            "target_body_b64"
          ],
          "note": "Buyer ML-KEM-768 + AES-256-GCM encrypts a forwarded HTTP request; we decrypt, fetch the target, and return the response encrypted to the buyer's response_public_key. Same per-call price as credential mode.",
          "max_request_bytes": 524288,
          "max_response_bytes": 1048576,
          "upstream_timeout_ms": 10000
        }
      }
    },
    "kya_bot_management": {
      "price_per_handshake_usdc": 0.01
    },
    "memory_as_a_service": {
      "price_per_recall_usdc": 0.05,
      "index_dimensions": 768
    },
    "workers_ai_inference": {
      "models": [
        "@cf/meta/llama-3.1-8b-instruct",
        "@cf/baai/bge-base-en-v1.5"
      ],
      "price_per_1k_tokens_usdc": 0.02
    },
    "pain_bounty": {
      "description": "Submit a problem you need solved. Free. We notify agent_url when we ship a solution.",
      "endpoint": "https://api.zuluworksai.com/api/pain",
      "method": "POST",
      "price_usdc": 0,
      "fields": [
        "problem",
        "budget_usdc",
        "agent_url"
      ]
    },
    "free_recommendations": {
      "description": "Free curated x402 service catalog. Zuluworks products ranked first; high-fit peer agents from our discovery layer follow. Edge-cached so this scales to any crawl rate.",
      "endpoint": "https://api.zuluworksai.com/api/recommend",
      "method": "GET",
      "price_usdc": 0,
      "query_params": [
        "need",
        "limit"
      ],
      "cache_ttl_seconds": 300,
      "note": "No payment, no auth, no rate gate beyond 60/min per IP. Use this to browse before you pay."
    }
  },
  "payment": {
    "protocol": "x402",
    "network": "base",
    "currency": "USDC",
    "wallet": "0xfb9F37789E4cFFb145eBB4D68f4dbAF5933d314F"
  },
  "endpoints": [
    {
      "product": "quantum_shield",
      "path": "/api/quantum-shield",
      "url": "https://api.zuluworksai.com/api/quantum-shield",
      "method": "GET",
      "description": "Post-quantum encrypted tunnel and credential issuance \u2014 ML-KEM-768 (NIST FIPS 203) hybrid encryption. GET issues a one-time encrypted envelope; POST /relay proxies any URL through a PQC tunnel. Drop-in quantum-safe replacement for TLS-only fetches. USDC on Base.",
      "mime_type": "application/json",
      "payment_required": true,
      "x402": {
        "scheme": "exact",
        "price": "$0.10",
        "network": "eip155:8453",
        "payTo": "0xfb9F37789E4cFFb145eBB4D68f4dbAF5933d314F",
        "maxTimeoutSeconds": 300,
        "description": "Post-quantum encrypted tunnel and credential issuance \u2014 ML-KEM-768 (NIST FIPS 203) hybrid encryption. GET issues a one-time encrypted envelope; POST /relay proxies any URL through a PQC tunnel. Drop-in quantum-safe replacement for TLS-only fetches. USDC on Base.",
        "mimeType": "application/json",
        "extensions": {
          "bazaar": {
            "discoverable": true,
            "category": "security",
            "tags": [
              "pqc",
              "post-quantum",
              "ml-kem-768",
              "encryption",
              "tunnel",
              "nist-fips-203"
            ],
            "inputSchema": {
              "queryParams": {
                "buyer_ml_kem_public_key": {
                  "type": "string",
                  "description": "Optional hex-encoded ML-KEM-768 public key for encrypted envelope delivery",
                  "required": false
                }
              },
              "headers": {
                "X-Buyer-ML-KEM-Public-Key": {
                  "type": "string",
                  "description": "Hex-encoded ML-KEM-768 public key for encrypted envelope delivery",
                  "required": false
                }
              }
            },
            "outputSchema": {
              "type": "object",
              "properties": {
                "product": {
                  "type": "string"
                },
                "fulfilled_at": {
                  "type": "string"
                },
                "fulfillment": {
                  "type": "object",
                  "properties": {
                    "delivery_mode": {
                      "type": "string"
                    },
                    "algorithm": {
                      "type": "string"
                    },
                    "kem_ciphertext": {
                      "type": "string"
                    },
                    "payload_ciphertext": {
                      "type": "string"
                    }
                  }
                }
              }
            }
          }
        }
      },
      "output": {
        "example": {
          "product": "quantum_shield",
          "fulfilled_at": "2026-04-09T13:06:23.838Z",
          "fulfillment": {
            "delivery_mode": "ml-kem-768-envelope",
            "algorithm": "ML-KEM-768",
            "kem_ciphertext": "9c2f...a0",
            "payload_ciphertext": "f0ab...91",
            "payload_iv": "14af...22",
            "preview": {
              "tunnel_profile": "ml-kem-768-hybrid",
              "compliance": [
                "NIST FIPS 203"
              ]
            }
          }
        },
        "schema": {
          "type": "object",
          "properties": {
            "product": {
              "type": "string"
            },
            "fulfilled_at": {
              "type": "string"
            },
            "fulfillment": {
              "type": "object"
            }
          }
        }
      }
    },
    {
      "product": "kya",
      "path": "/api/kya",
      "url": "https://api.zuluworksai.com/api/kya",
      "method": "GET",
      "description": "Verify caller trust from real-time Cloudflare edge signals (TLS, HTTP protocol, geo, ASN). Returns a 0\u20131 trust score. Bot detection / KYA / handshake verification at $0.01 per call.",
      "mime_type": "application/json",
      "payment_required": true,
      "x402": {
        "scheme": "exact",
        "price": "$0.01",
        "network": "eip155:8453",
        "payTo": "0xfb9F37789E4cFFb145eBB4D68f4dbAF5933d314F",
        "maxTimeoutSeconds": 300,
        "description": "Verify caller trust from real-time Cloudflare edge signals (TLS, HTTP protocol, geo, ASN). Returns a 0\u20131 trust score. Bot detection / KYA / handshake verification at $0.01 per call.",
        "mimeType": "application/json",
        "extensions": {
          "bazaar": {
            "discoverable": true,
            "category": "identity",
            "tags": [
              "trust",
              "bot-detection",
              "kya",
              "verification",
              "handshake"
            ],
            "inputSchema": {
              "queryParams": {
                "agent_id": {
                  "type": "string",
                  "description": "Optional buyer agent identifier for downstream trust telemetry",
                  "required": false
                }
              },
              "headers": {
                "User-Agent": {
                  "type": "string",
                  "description": "Caller agent user-agent string used as one of the KYA edge-signal inputs",
                  "required": false
                },
                "X-Agent-Id": {
                  "type": "string",
                  "description": "Optional buyer agent identifier for downstream trust telemetry",
                  "required": false
                }
              }
            },
            "outputSchema": {
              "type": "object",
              "properties": {
                "product": {
                  "type": "string"
                },
                "fulfillment": {
                  "type": "object",
                  "properties": {
                    "handshake_verification": {
                      "type": "string",
                      "enum": [
                        "accepted",
                        "review",
                        "rejected"
                      ]
                    },
                    "request_id": {
                      "type": "string"
                    }
                  }
                }
              }
            }
          }
        }
      },
      "output": {
        "example": {
          "product": "kya",
          "fulfilled_at": "2026-04-09T13:06:23.838Z",
          "fulfillment": {
            "handshake_verification": "accepted",
            "signals": {
              "tls": {
                "value": "TLSv1.3",
                "points": 0.15
              },
              "ip_resolved": {
                "value": true,
                "points": 0.1
              },
              "geo": {
                "value": "US",
                "points": 0.12
              }
            },
            "request_id": "b1c2d3e4-f5a6-7890-abcd-ef1234567890"
          }
        },
        "schema": {
          "type": "object",
          "properties": {
            "product": {
              "type": "string"
            },
            "fulfilled_at": {
              "type": "string"
            },
            "fulfillment": {
              "type": "object"
            }
          }
        }
      }
    },
    {
      "product": "browser_rendering",
      "path": "/api/browser-rendering",
      "url": "https://api.zuluworksai.com/api/browser-rendering",
      "method": "GET",
      "description": "Render any URL with Cloudflare Browser Rendering and extract structured JSON via AI. Headless scraping, content extraction, web data \u2014 pass ?url= and optional ?prompt=. Drop-in alt to Browserless / ScrapingBee.",
      "mime_type": "application/json",
      "payment_required": true,
      "x402": {
        "scheme": "exact",
        "price": "$0.03",
        "network": "eip155:8453",
        "payTo": "0xfb9F37789E4cFFb145eBB4D68f4dbAF5933d314F",
        "maxTimeoutSeconds": 300,
        "description": "Render any URL with Cloudflare Browser Rendering and extract structured JSON via AI. Headless scraping, content extraction, web data \u2014 pass ?url= and optional ?prompt=. Drop-in alt to Browserless / ScrapingBee.",
        "mimeType": "application/json",
        "extensions": {
          "bazaar": {
            "discoverable": true,
            "category": "developer-tools",
            "tags": [
              "browser",
              "rendering",
              "scraping",
              "extraction",
              "headless"
            ],
            "inputSchema": {
              "queryParams": {
                "url": {
                  "type": "string",
                  "description": "Target URL to render and extract content from",
                  "required": true
                },
                "prompt": {
                  "type": "string",
                  "description": "Extraction instruction for the rendered page",
                  "required": false
                }
              }
            },
            "outputSchema": {
              "type": "object",
              "properties": {
                "product": {
                  "type": "string"
                },
                "fulfillment": {
                  "type": "object",
                  "properties": {
                    "url": {
                      "type": "string"
                    },
                    "content": {
                      "type": "object"
                    },
                    "extraction_mode": {
                      "type": "string",
                      "enum": [
                        "structured",
                        "raw-ai-fallback"
                      ]
                    },
                    "browser_ms_used": {
                      "type": "number"
                    },
                    "request_id": {
                      "type": "string"
                    }
                  }
                }
              }
            }
          }
        }
      },
      "output": {
        "example": {
          "product": "browser_rendering",
          "fulfilled_at": "2026-04-09T13:06:23.838Z",
          "fulfillment": {
            "url": "https://example.com",
            "content": {
              "title": "Example Domain",
              "summary": "This domain is for use in illustrative examples in documents."
            },
            "extraction_mode": "structured",
            "browser_ms_used": 1842,
            "request_id": "c2d3e4f5-a6b7-8901-cdef-234567890abc"
          }
        },
        "schema": {
          "type": "object",
          "properties": {
            "product": {
              "type": "string"
            },
            "fulfilled_at": {
              "type": "string"
            },
            "fulfillment": {
              "type": "object"
            }
          }
        }
      }
    },
    {
      "product": "memory",
      "path": "/api/memory",
      "url": "https://api.zuluworksai.com/api/memory",
      "method": "GET",
      "description": "Semantic recall over a Vectorize-backed PQC knowledge index \u2014 RAG-as-a-service. Pass ?q= for vector search across NIST FIPS 203/204/205 specs, x402 protocol docs, and curated PQC research.",
      "mime_type": "application/json",
      "payment_required": true,
      "x402": {
        "scheme": "exact",
        "price": "$0.05",
        "network": "eip155:8453",
        "payTo": "0xfb9F37789E4cFFb145eBB4D68f4dbAF5933d314F",
        "maxTimeoutSeconds": 300,
        "description": "Semantic recall over a Vectorize-backed PQC knowledge index \u2014 RAG-as-a-service. Pass ?q= for vector search across NIST FIPS 203/204/205 specs, x402 protocol docs, and curated PQC research.",
        "mimeType": "application/json",
        "extensions": {
          "bazaar": {
            "discoverable": true,
            "category": "data-analytics",
            "tags": [
              "memory",
              "vectorize",
              "recall",
              "knowledge-base",
              "pqc",
              "rag"
            ],
            "inputSchema": {
              "queryParams": {
                "q": {
                  "type": "string",
                  "description": "Recall prompt for semantic search against the PQC knowledge index",
                  "required": true
                }
              }
            },
            "outputSchema": {
              "type": "object",
              "properties": {
                "product": {
                  "type": "string"
                },
                "fulfillment": {
                  "type": "object",
                  "properties": {
                    "query": {
                      "type": "string"
                    },
                    "result_count": {
                      "type": "number"
                    },
                    "matches": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        }
      },
      "output": {
        "example": {
          "product": "memory",
          "fulfilled_at": "2026-04-09T13:06:23.838Z",
          "fulfillment": {
            "query": "post quantum cryptography compliance",
            "result_count": 2,
            "matches": [
              {
                "title": "NIST FIPS 203 Overview",
                "score": 0.92,
                "source": "seed"
              }
            ]
          }
        },
        "schema": {
          "type": "object",
          "properties": {
            "product": {
              "type": "string"
            },
            "fulfilled_at": {
              "type": "string"
            },
            "fulfillment": {
              "type": "object"
            }
          }
        }
      }
    },
    {
      "product": "workers_ai",
      "path": "/api/workers-ai",
      "url": "https://api.zuluworksai.com/api/workers-ai",
      "method": "GET",
      "description": "LLM inference on Cloudflare Workers AI \u2014 Llama 3.1 8B Instruct. Pass ?prompt= for completion. Pay-per-call alternative to OpenAI / Anthropic for lightweight tasks. $0.02 per inference.",
      "mime_type": "application/json",
      "payment_required": true,
      "x402": {
        "scheme": "exact",
        "price": "$0.02",
        "network": "eip155:8453",
        "payTo": "0xfb9F37789E4cFFb145eBB4D68f4dbAF5933d314F",
        "maxTimeoutSeconds": 300,
        "description": "LLM inference on Cloudflare Workers AI \u2014 Llama 3.1 8B Instruct. Pass ?prompt= for completion. Pay-per-call alternative to OpenAI / Anthropic for lightweight tasks. $0.02 per inference.",
        "mimeType": "application/json",
        "extensions": {
          "bazaar": {
            "discoverable": true,
            "category": "ai-machine-learning",
            "tags": [
              "ai",
              "inference",
              "llm",
              "llama",
              "workers-ai"
            ],
            "inputSchema": {
              "queryParams": {
                "prompt": {
                  "type": "string",
                  "description": "Prompt for Llama 3.1 8B inference",
                  "required": false
                }
              }
            },
            "outputSchema": {
              "type": "object",
              "properties": {
                "product": {
                  "type": "string"
                },
                "fulfillment": {
                  "type": "object",
                  "properties": {
                    "model": {
                      "type": "string"
                    },
                    "usage": {
                      "type": "object",
                      "properties": {
                        "prompt_tokens": {
                          "type": "number"
                        },
                        "completion_tokens": {
                          "type": "number"
                        },
                        "total_tokens": {
                          "type": "number"
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        }
      },
      "output": {
        "example": {
          "product": "workers_ai",
          "fulfilled_at": "2026-04-09T13:06:23.838Z",
          "fulfillment": {
            "model": "@cf/meta/llama-3.1-8b-instruct",
            "prompt": "Summarize NIST FIPS 203 in one sentence.",
            "response": "NIST FIPS 203 standardizes ML-KEM (CRYSTALS-Kyber), a lattice-based key-encapsulation mechanism for post-quantum public-key cryptography.",
            "usage": {
              "prompt_tokens": 14,
              "completion_tokens": 38,
              "total_tokens": 52
            },
            "latency_ms": 412,
            "request_id": "wai_8c4d2e1f-90ab-4567-cdef-1234567890ab"
          }
        },
        "schema": {
          "type": "object",
          "properties": {
            "product": {
              "type": "string"
            },
            "fulfilled_at": {
              "type": "string"
            },
            "fulfillment": {
              "type": "object"
            }
          }
        }
      }
    }
  ],
  "pqc": {
    "transport": "X25519MLKEM768",
    "tls_id": "0x11ec",
    "application_layer": "ML-KEM-768",
    "ml_kem_public_key": "399cbd7127782a4c67fc0928fe0a87bd5225bf282e0edc1ba4705595a5cd27206fd6b4a9cec31abc1510c59b7ff0e3c31f7c4597c937a3d43b671c06162c3b1ff0bfca71539fdbc108883e1b7a5d0d963c6328371d7c9e79e4124860383202490429411fe156befccf640c8df1728178b9a8a2bb0af12883cfd799636c307fc9b864e2ce7f591efc60be8b700540c2749ebb711f58a4e08ac6f1a9458841302e811bf15b9c8fcc529f728dc338a2ba4070e38b18cc5383f63c057e440cd14b4424b717ef7c81b9b1838bd493ed81474daac0b5e94e0cf38feee888d0c5a203c653c3db4fd5418912cc4913f70e4367adb24682074b6735383731aca88b70c607e6049722740d37b7fa3874716016278487fa45af7ccb89de36564eeba924f2bb34da3e417852b4e230975197e51cadbbb1ae566561c9f23fac07018af1188b4a81306c3fb90280f65c6b0048c34d6468b976b0392aa1459601e1c789871a95acd532467ac64a58632ee61c9921674fd3bd0da723c3d81336a9b559391bf4aa3bcbb7042c843256893f1a95068fd4b583253debc3229f751979065b98e5ae030b2077511a4b1c0f69c90f74e6684bc20d38117d8caa3ed9dc8d010a9c866b66156196836801058418f4a74a10a07be6ca8ddd9101b057938c839148a905f14c40cf750cafd2bfdf87c57105adf0f7cf20a8504ec93c61dacde114b3ae6271746a6ea8360cd925afc5038acf60023b1a8955f55307368c5de833f39707f6c52369a5591c19536aacb7e120123f5a237e72caf26582eba4200162b2086268aa6760091b266126236d6970b656b992884d57bb01fed25e0eb1558c643af527ce9d3c5a33837000617571d78dd7f15bd4279149fc4b65f1c1e12b0a113a9ab5278e4d48ba1a031a0ad463df55079da31a33a0136579c630f02967e349bce2b580c262aa11b2ed040b9fac637c45c6eec112a60b31703291f3b079015a10ef991d38e3a84f731e412a85b6631b90cc2a094abee2c4060c02c9cb6c18a5645c09bc33b3443e7b3476d9d69961104a633c2c7550c3ac7a29ef46519a384ed4a3bd4c341326701218a55e9509b4e6168fdc00c53cc6352cc193d26878eb5014992b5947c820f97c625a30288a7aab9960b3dc78499e835cccb6c370250d4c1903b51a23d145c6b6b6a467b217cb70c6e04a0b81734b3c903bd92c37e6d6accfeca02c462308dc36a107cc37b7a1070c060a008e80914d2175c796aa662dc388a7077d2a6022372b820fa535671288460b7dafa8c1a5d3a276d8a1305c41c8d053d940344c9570c60a6f9c1b6cd8317a10889011d3ba7cd3c424ba47146a0ab522a4f8314de2897cf50756b2ea3b9ac903ee763dba09b299b710acc01685c3aea359aa17804dbf254f8f3168e26530cca340d1c17dc405b5d7d5cc9ac35f68d233333c6361858c12c1b6360a349a1731a5708f7b99a416029e39d16aa1a76c0fa2be2bbb0fe6faaa50d806065bada50563352437b279245e394091d623cc78a2db796c09b49a2692bb8ad6430d645923fab05225ae6b51290da99c088bb59a0c0b7c6c1f09bc71fd062ee8605fbdb7c60f272df4814d1eb01e9195c147220c03768a92cbb3a57ad3ac9f3c68fc2ce753b16c56348daf3e1d6e09cbb3ff1b9de25234bc1e67"
  },
  "compliance": [
    "NIST FIPS 203",
    "CISA PQC Roadmap 2025"
  ],
  "a2a_spec": "https://google.github.io/A2A/",
  "see_also": [
    "https://api.zuluworksai.com/.well-known/x402",
    "https://api.zuluworksai.com/.well-known/mcp.json",
    "https://api.zuluworksai.com/.well-known/ai-plugin.json",
    "https://api.zuluworksai.com/bazaar-manifest.json",
    "https://api.zuluworksai.com/api/recommend",
    "https://api.zuluworksai.com/api/buy",
    "https://api.zuluworksai.com/stats"
  ],
  "free_endpoints": [
    {
      "path": "/api/recommend",
      "method": "GET",
      "description": "Free curated x402 catalog (5min edge cache)."
    },
    {
      "path": "/api/buy",
      "method": "GET",
      "description": "Free assisted-buy options for x402, fiat, invoice, and procurement buyers."
    },
    {
      "path": "/api/pain",
      "method": "POST",
      "description": "Free pain-bounty intake. Submit a problem; we notify when solved."
    },
    {
      "path": "/.well-known/agent.json",
      "method": "GET",
      "description": "This card."
    },
    {
      "path": "/stats",
      "method": "GET",
      "description": "Public network stats (probes, active subs)."
    }
  ],
  "buyer_workflows": [
    {
      "id": "secure-agent-relay",
      "name": "Secure Agent Relay",
      "intent": "Protect an agent-to-agent HTTP call with ML-KEM-768 before sending sensitive payloads.",
      "description": "Use Quantum Shield relay for encrypted fetches, then KYA/trust-score checks before routing spend to unfamiliar agents.",
      "entrypoint": "https://api.zuluworksai.com/api/quantum-shield/relay",
      "recommended_products": [
        "quantum_shield",
        "kya",
        "quantum_shield"
      ],
      "buyer_queries": [
        "pqc agent relay",
        "secure agent fetch",
        "ml-kem http tunnel",
        "quantum safe api call"
      ]
    },
    {
      "id": "preflight-paid-agent",
      "name": "Preflight Paid Agent",
      "intent": "Check an x402 endpoint before paying it.",
      "description": "Verify endpoint availability, current price, Base/USDC acceptance, and trust metrics before an autonomous buyer spends.",
      "entrypoint": "https://api.zuluworksai.com/api/discovery/verify",
      "recommended_products": [
        "quantum_shield",
        "quantum_shield",
        "kya"
      ],
      "buyer_queries": [
        "verify x402 endpoint",
        "x402 trust score",
        "agent payment risk",
        "paid api preflight"
      ]
    },
    {
      "id": "pqc-research-rag",
      "name": "PQC Research RAG",
      "intent": "Retrieve post-quantum compliance context for another agent or workflow.",
      "description": "Recall NIST FIPS 203/204/205, x402, and PQC migration knowledge, then summarize or transform it with Workers AI.",
      "entrypoint": "https://api.zuluworksai.com/api/memory",
      "recommended_products": [
        "memory",
        "workers_ai",
        "quantum_shield"
      ],
      "buyer_queries": [
        "pqc rag",
        "nist fips 203 search",
        "post quantum compliance memory",
        "ml-kem knowledge base"
      ]
    },
    {
      "id": "buyer-routing",
      "name": "Buyer Routing",
      "intent": "Find and rank paid x402 services for an autonomous buyer workflow.",
      "description": "Use free recommendations first, then paid discovery and curated recommendations for budget-aware routing.",
      "entrypoint": "https://api.zuluworksai.com/api/recommend",
      "recommended_products": [
        "quantum_shield",
        "quantum_shield",
        "quantum_shield"
      ],
      "buyer_queries": [
        "find x402 services",
        "agent tool marketplace",
        "paid api recommendations",
        "base usdc agent tools"
      ]
    }
  ],
  "commerce_paths": {
    "x402": {
      "description": "Autonomous buyer path. Call a product endpoint, parse 402 + PAYMENT-REQUIRED, settle USDC on Base, then retry with PAYMENT or X-PAYMENT.",
      "settlement_chain": "Base L2",
      "token": "USDC",
      "endpoints": [
        "https://api.zuluworksai.com/api/quantum-shield",
        "https://api.zuluworksai.com/api/kya",
        "https://api.zuluworksai.com/api/browser-rendering",
        "https://api.zuluworksai.com/api/memory",
        "https://api.zuluworksai.com/api/workers-ai"
      ]
    },
    "assisted_buy": {
      "endpoint": "https://api.zuluworksai.com/api/buy",
      "method": "GET",
      "description": "Machine-readable offer catalog plus POST intake for buyers that need invoice, fiat, enterprise procurement, or human approval.",
      "buyer_types": [
        "autonomous-agent",
        "human-operator",
        "enterprise-procurement",
        "fiat-buyer"
      ]
    },
    "fiat_or_invoice": {
      "endpoint": "https://api.zuluworksai.com/api/buy",
      "method": "POST",
      "description": "Records fiat/invoice/procurement intent for follow-up while returning the x402 pay-now endpoint immediately.",
      "status": "intake-only"
    }
  },
  "promotions": {
    "first_time_buyer_bonus": {
      "description": "2x quota on your first ever purchase from any Zuluworks AI product. No code, no opt-in. Detected by payer_address.",
      "multiplier": 2,
      "detection": "payer_address",
      "response_header": "X-Subscription-Bonus"
    },
    "launch_window": {
      "name": "Launch Window",
      "ends_at": "2026-08-15T00:00:00.000Z",
      "discount_note": "Launch-window terms are active through August 15, 2026 UTC. Current prices are listed on each endpoint; first-time buyers receive 2x quota automatically."
    }
  },
  "availability": {
    "network": "Cloudflare Workers Edge (global)"
  },
  "network_stats": {
    "probes_7d": 7719,
    "active_subscriptions": 17,
    "measured_at": "2026-05-21"
  }
}