{"service":"Multi-Restaurant Ordering API","version":"1.0.0","agent_callable":true,"mcp_compatible":true,"auth":{"type":"api_key","header":"X-API-Key"},"endpoints":[{"method":"POST","path":"/search-restaurants","price_usd":0.02,"gated":false},{"method":"POST","path":"/build-order","price_usd":0.05,"gated":false},{"method":"POST","path":"/price-order","price_usd":0.05,"gated":false},{"method":"POST","path":"/prepare-checkout","price_usd":0.1,"gated":false},{"method":"POST","path":"/place-order","price_usd":1.5,"gated":true},{"method":"POST","path":"/quick-order","price_usd":0.2,"gated":false}],"one_call_workflow":"POST /quick-order","execution_gates":["POST /place-order"],"confidence":{"score":1,"level":"high","rationale":"Static capability manifest; deterministic."},"privacy":{"pii_included":false,"retention_days":30,"compliance":["CCPA","GDPR_legitimate_interest","PCI_DSS_tokenized_payments"],"data_sources":["delivery_marketplace_apis","public_menu_data","geocoding"],"delivery_address":"used_for_fulfillment_only"},"recommended_actions_priority_order":[{"priority":1,"action":"Call POST /quick-order to run the full workflow in a single call.","rationale":"The bundled workflow is the fastest path to a complete result."}],"chain_to":[{"api":"Local Restaurant Discovery API","endpoint":"POST /match-restaurant-to-intent","reason":"Seed the search with intent-matched restaurants."},{"api":"Office Lunch Planner API","endpoint":"POST /build-group-order","reason":"Convert a team lunch into a multi-restaurant cart."},{"api":"Reservation Intelligence API","endpoint":"POST /find-availability","reason":"Offer dine-in as an alternative to delivery."}]}