{"schemaVersion":"1.0","purpose":"Free deterministic request fixtures for integration tests. These fixtures do not execute paid routes or create payment activity.","count":16,"examples":[{"id":"shopify-product-csv-preflight","request":{"method":"POST","url":"https://justhandled-agent-gateway.netlify.app/api/run/shopify-product-csv-preflight","contentType":"application/json","body":{"rows":[{"Handle":"linen-shirt","Title":"Linen Shirt","Variant SKU":"LS-001","Image Src":"https://example.com/ls.jpg"}],"mode":"new"}},"expected":{"status":"READY","findingCodes":[]},"schema":"https://justhandled-agent-gateway.netlify.app/api/schema/shopify-product-csv-preflight"},{"id":"image-to-sku-match-checker","request":{"method":"POST","url":"https://justhandled-agent-gateway.netlify.app/api/run/image-to-sku-match-checker","contentType":"application/json","body":{"roster":[{"sku":"LS-001","expected_count":1}],"files":[{"path":"images/LS-001-front.jpg"}]}},"expected":{"status":"READY","findingCodes":[]},"schema":"https://justhandled-agent-gateway.netlify.app/api/schema/image-to-sku-match-checker"},{"id":"utm-link-consistency-checker","request":{"method":"POST","url":"https://justhandled-agent-gateway.netlify.app/api/run/utm-link-consistency-checker","contentType":"application/json","body":{"links":[{"id":"hero","url":"https://example.com/?utm_source=newsletter&utm_medium=email&utm_campaign=launch"}]}},"expected":{"status":"READY","findingCodes":[]},"schema":"https://justhandled-agent-gateway.netlify.app/api/schema/utm-link-consistency-checker"},{"id":"gitignore-coverage-preflight","request":{"method":"POST","url":"https://justhandled-agent-gateway.netlify.app/api/run/gitignore-coverage-preflight","contentType":"application/json","body":{"paths":["src/index.ts",".env"],"patterns":[".env"],"tracked_paths":[]}},"expected":{"status":"READY","findingCodes":[]},"schema":"https://justhandled-agent-gateway.netlify.app/api/schema/gitignore-coverage-preflight"},{"id":"one-click-unsubscribe-header-checker","request":{"method":"POST","url":"https://justhandled-agent-gateway.netlify.app/api/run/one-click-unsubscribe-header-checker","contentType":"application/json","body":{"messages":[{"id":"m1","message_type":"marketing","headers":{"List-Unsubscribe":"<https://example.com/unsubscribe/1>","List-Unsubscribe-Post":"List-Unsubscribe=One-Click"},"body_text":"Unsubscribe here."}]}},"expected":{"status":"READY","findingCodes":[]},"schema":"https://justhandled-agent-gateway.netlify.app/api/schema/one-click-unsubscribe-header-checker"},{"id":"npm-publish-payload-preflight","request":{"method":"POST","url":"https://justhandled-agent-gateway.netlify.app/api/run/npm-publish-payload-preflight","contentType":"application/json","body":{"package":{"name":"example","version":"1.0.0","main":"dist/index.js"},"pack_files":["package.json","dist/index.js"]}},"expected":{"status":"READY","findingCodes":[]},"schema":"https://justhandled-agent-gateway.netlify.app/api/schema/npm-publish-payload-preflight"},{"id":"redirect-map-preflight","request":{"method":"POST","url":"https://justhandled-agent-gateway.netlify.app/api/run/redirect-map-preflight","contentType":"application/json","body":{"redirects":[{"source":"/old","destination":"/new"}]}},"expected":{"status":"READY","findingCodes":[]},"schema":"https://justhandled-agent-gateway.netlify.app/api/schema/redirect-map-preflight"},{"id":"subtitle-timeline-qa","request":{"method":"POST","url":"https://justhandled-agent-gateway.netlify.app/api/run/subtitle-timeline-qa","contentType":"application/json","body":{"cues":[{"id":"1","start_ms":0,"end_ms":2000,"text":"Welcome."}]}},"expected":{"status":"READY","findingCodes":[]},"schema":"https://justhandled-agent-gateway.netlify.app/api/schema/subtitle-timeline-qa"},{"id":"calendar-invite-timezone-preflight","request":{"method":"POST","url":"https://justhandled-agent-gateway.netlify.app/api/run/calendar-invite-timezone-preflight","contentType":"application/json","body":{"events":[{"uid":"event-1","dtstart":"20260801T140000Z","dtend":"20260801T150000Z","value_type":"DATE-TIME","sequence":0}]}},"expected":{"status":"READY","findingCodes":[]},"schema":"https://justhandled-agent-gateway.netlify.app/api/schema/calendar-invite-timezone-preflight"},{"id":"filename-portability-preflight","request":{"method":"POST","url":"https://justhandled-agent-gateway.netlify.app/api/run/filename-portability-preflight","contentType":"application/json","body":{"paths":["assets/logo.svg","docs/Guide.pdf"],"max_path_length":240}},"expected":{"status":"READY","findingCodes":[]},"schema":"https://justhandled-agent-gateway.netlify.app/api/schema/filename-portability-preflight"},{"id":"promise-action-evidence-checker","request":{"method":"POST","url":"https://justhandled-agent-gateway.netlify.app/api/run/promise-action-evidence-checker","contentType":"application/json","body":{"promises":[{"id":"p1","description":"Publish package","required":true}],"actions":[{"id":"a1","status":"completed","promise_ids":["p1"],"evidence_ids":["e1"]}],"evidence":[{"id":"e1","type":"registry","uri":"https://registry.example/package"}]}},"expected":{"status":"READY","findingCodes":[]},"schema":"https://justhandled-agent-gateway.netlify.app/api/schema/promise-action-evidence-checker"},{"id":"tool-call-contract-auditor","request":{"method":"POST","url":"https://justhandled-agent-gateway.netlify.app/api/run/tool-call-contract-auditor","contentType":"application/json","body":{"contracts":[{"tool":"publish","allowed":true,"max_calls":1,"required_arguments":["artifact"],"forbidden_arguments":["private_key"]}],"calls":[{"id":"c1","tool":"publish","arguments":{"artifact":"package.tgz"},"outcome":"published"}]}},"expected":{"status":"READY","findingCodes":[]},"schema":"https://justhandled-agent-gateway.netlify.app/api/schema/tool-call-contract-auditor"},{"id":"completion-evidence-receipt-auditor","request":{"method":"POST","url":"https://justhandled-agent-gateway.netlify.app/api/run/completion-evidence-receipt-auditor","contentType":"application/json","body":{"outcomes":[{"id":"publish","promised_outcome":"Package is public","status":"completed","evidence":[{"type":"registry","uri":"https://registry.example/package"}]}]}},"expected":{"status":"READY","findingCodes":[]},"schema":"https://justhandled-agent-gateway.netlify.app/api/schema/completion-evidence-receipt-auditor"},{"id":"tool-description-contract-linter","request":{"method":"POST","url":"https://justhandled-agent-gateway.netlify.app/api/run/tool-description-contract-linter","contentType":"application/json","body":{"tools":[{"name":"catalog","description":"List available deterministic utilities and their current prices.","inputs":["none"],"outputs":["utility catalog"],"side_effects":["none"],"failure_modes":["network unavailable"],"cost":{"amount":"0","currency":"USD"},"idempotency":"safe to repeat"}]}},"expected":{"status":"READY","findingCodes":[]},"schema":"https://justhandled-agent-gateway.netlify.app/api/schema/tool-description-contract-linter"},{"id":"skill-activation-verifier","request":{"method":"POST","url":"https://justhandled-agent-gateway.netlify.app/api/run/skill-activation-verifier","contentType":"application/json","body":{"cases":[{"id":"create-pdf","expected_skills":["pdf"],"observed_skills":["pdf"]}]}},"expected":{"status":"READY","findingCodes":[]},"schema":"https://justhandled-agent-gateway.netlify.app/api/schema/skill-activation-verifier"},{"id":"agent-cost-decomposer","request":{"method":"POST","url":"https://justhandled-agent-gateway.netlify.app/api/run/agent-cost-decomposer","contentType":"application/json","body":{"budget_usd":0.1,"calls":[{"id":"turn-1","model":"example-model","input_tokens":1000,"cached_input_tokens":500,"output_tokens":250,"input_usd_per_million":1,"cached_input_usd_per_million":0.1,"output_usd_per_million":4,"tool_cost_usd":0.01}]}},"expected":{"status":"READY","findingCodes":[]},"schema":"https://justhandled-agent-gateway.netlify.app/api/schema/agent-cost-decomposer"}]}