{"service":"webhook-food-ordering-python","description":"Food commerce webhook -- restaurant discovery, basket building, checkout approval, delivery tracking, and reorder.","routes":[{"path":"/","method":"POST","description":"Main Nexo webhook endpoint (JSON or SSE)"},{"path":"/.well-known/agent.json","method":"GET","description":"Capability discovery metadata"},{"path":"/health","method":"GET","description":"Health check"},{"path":"/ingest","method":"POST","description":"Placeholder for future data ingestion"}],"capabilities":[{"intent":"menu_browse","state":"simulated"},{"intent":"order_build","state":"simulated"},{"intent":"order_track","state":"simulated"}],"auth":"Optional WEBHOOK_SECRET (X-Timestamp + X-Signature)","schema_version":"2026-03"}