{"openapi":"3.1.0","info":{"title":"Delx x402 API — Sub-Cent TTS, AI Media & Agent Tools","version":"3.3.0","description":"Paid x402 endpoints led by $0.01 image, $0.001 speech, $0.03 video drafts, and $0.001 API health, OpenAPI, and x402 discovery utilities.","guidance":"This x402 discovery document lists only paid Delx routes. Start with generate_image for a self-contained $0.01 image, generate_speech for $0.001 TTS, generate_video_draft for a $0.03 four-second 720p preview, or util_x402_resource_summary for $0.001 structured x402 discovery, then use PAYMENT-SIGNATURE after a 402 challenge. REST callers can also use Authorization: Payment <credential> for MPP-compatible retries. OWS can drive the x402 retry flow with a local wallet; see https://delx.ai/docs/ows-setup.","x-guidance":"Use this pay-per-result API without an API key or subscription. First call GET /api/v1/x402/start?q=<intent> to choose the best product, then invoke the exact operation with JSON matching its requestBody schema. An unpaid call returns HTTP 402 with x402 payment requirements; retry it with Payment-Signature. Low-cost starting points include image generation at $0.01, speech at $0.001, and x402 server audit at $0.01."},"servers":[{"url":"https://api.delx.ai"}],"paths":{"/api/v1/x402/image":{"post":{"operationId":"generate_image","summary":"Generate a fast commercial-use FLUX Schnell image for $0.01 via x402—no API key or subscription; returns a public WebP URL and SHA-256 receipt","tags":["x402","utility"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"prompt":{"type":"string","minLength":1,"maxLength":2000,"description":"Text description of the image to generate."},"aspect_ratio":{"type":"string","enum":["1:1","16:9","21:9","3:2","2:3","4:5","5:4","3:4","4:3","9:16","9:21"],"default":"1:1"},"quality_profile":{"type":"string","enum":["balanced","raw"],"default":"balanced","description":"balanced applies versioned anti-artifact quality guidance; raw forwards the prompt unchanged."}},"required":["prompt"],"additionalProperties":false},"example":{"prompt":"A friendly robot creating digital art for an AI agent","aspect_ratio":"1:1","quality_profile":"balanced"}}}},"responses":{"200":{"description":"Paid utility result. Downstream tool errors are returned as structured result payloads with HTTP 200 after payment succeeds.","content":{"application/json":{"schema":{"type":"object","properties":{"generation_id":{"type":"string"},"image_url":{"type":"string","format":"uri"},"model":{"type":"string"},"provider":{"type":"string"},"aspect_ratio":{"type":"string"},"quality_profile":{"type":"string"},"prompt_policy_version":{"type":"string"},"media_type":{"type":"string"},"width":{"type":["integer","null"]},"height":{"type":["integer","null"]},"bytes":{"type":"integer"},"sha256":{"type":"string"},"sale_price_usdc":{"type":"number"}},"required":["generation_id","image_url","model","aspect_ratio","quality_profile","prompt_policy_version","media_type","sha256"],"additionalProperties":true},"example":{"generation_id":"d61c158acd974528be6af43a3bfac50f","image_url":"https://api.delx.ai/api/v1/generated-images/d61c158acd974528be6af43a3bfac50f.webp","model":"black-forest-labs/flux-schnell","provider":"replicate","aspect_ratio":"1:1","quality_profile":"balanced","prompt_policy_version":"balanced/v1","media_type":"image/webp","width":1024,"height":1024,"bytes":21302,"sha256":"b1fee3065c234364feb056ee4ad06f135c0d30039eaff0e92e52e371e884cb29","sale_price_usdc":0.01}}}},"400":{"description":"Invalid request body before tool execution","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string"},"result":{"type":"object","additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}}}},"402":{"description":"Payment required via x402 or MPP","content":{"application/json":{"schema":{"type":"object","properties":{"x402Version":{"type":"integer"},"accepts":{"type":"array","items":{"type":"object"}},"error":{"type":"string"}},"required":["x402Version","accepts","error"]}}}}},"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}},{"mpp":{}}]},"x-bazaar":{"discoverable":true,"category":"image","tags":["x402","ai-image","text-to-image","image-generation","flux-schnell","commercial-use","webp","agent"],"summary":"Fast text-to-image generation for AI agents with FLUX Schnell. Pay $0.01 USDC per image via x402—no API key or subscription. Returns a public WebP URL, SHA-256 receipt, and 11 aspect ratios.","coverImage":"https://api.delx.ai/api/v1/generated-images/d61c158acd974528be6af43a3bfac50f.webp","tool_name":"generate_image","serviceName":"Delx FLUX Image","iconUrl":"https://api.delx.ai/api/v1/generated-images/d61c158acd974528be6af43a3bfac50f.webp","provider":"coinbase","featured":true,"listing_status":"awaiting_first_coinbase_payment","listing_blockers":["awaiting_first_coinbase_payment"],"indexed_publicly":false,"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","properties":{"prompt":{"type":"string","minLength":1,"maxLength":2000,"description":"Text description of the image to generate."},"aspect_ratio":{"type":"string","enum":["1:1","16:9","21:9","3:2","2:3","4:5","5:4","3:4","4:3","9:16","9:21"],"default":"1:1"},"quality_profile":{"type":"string","enum":["balanced","raw"],"default":"balanced","description":"balanced applies versioned anti-artifact quality guidance; raw forwards the prompt unchanged."}},"required":["prompt"],"additionalProperties":false}},"required":["type","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"generation_id":{"type":"string"},"image_url":{"type":"string","format":"uri"},"model":{"type":"string"},"provider":{"type":"string"},"aspect_ratio":{"type":"string"},"quality_profile":{"type":"string"},"prompt_policy_version":{"type":"string"},"media_type":{"type":"string"},"width":{"type":["integer","null"]},"height":{"type":["integer","null"]},"bytes":{"type":"integer"},"sha256":{"type":"string"},"sale_price_usdc":{"type":"number"}},"required":["generation_id","image_url","model","aspect_ratio","quality_profile","prompt_policy_version","media_type","sha256"],"additionalProperties":true}},"required":["type"]}},"required":["input"]}},"x-discovery":{"category":"image","tags":["x402","ai-image","text-to-image","image-generation","flux-schnell","commercial-use","webp","agent"],"featured":true,"resource":"https://api.delx.ai/api/v1/x402/image","catalogPriority":1,"recommendedFirstCall":true,"agentFirstStart":"https://api.delx.ai/api/v1/x402/start","agentFirstMcpStart":"https://api.delx.ai/api/v1/mcp/start","preview":{"resource":"https://api.delx.ai/api/v1/generated-images/d61c158acd974528be6af43a3bfac50f.webp","method":"GET","query_arg":"","sample_url":"https://api.delx.ai/api/v1/generated-images/d61c158acd974528be6af43a3bfac50f.webp","summary":"Public sample output showing the WebP artifact returned by the $0.01 image-generation route."}}}},"/api/v1/x402/speech":{"post":{"operationId":"generate_speech","summary":"Generate commercial-use speech from up to 500 characters for $0.001 via x402—no API key or subscription; returns a public audio URL and SHA-256 receipt","tags":["x402","utility"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"text":{"type":"string","minLength":1,"maxLength":500,"description":"Text to synthesize into a short speech clip."},"input":{"type":"string","minLength":1,"maxLength":500,"description":"OpenAI-compatible alias for `text`."},"model":{"type":"string","enum":["kokoro","kokoro-82m","tts-1"],"default":"kokoro","description":"`tts-1` is accepted as a compatibility alias; delivery uses Kokoro 82M."},"voice":{"type":"string","enum":["af_bella","af_nicole","af_sarah","am_fenrir","am_michael","bf_emma","bm_george","ff_siwis","hf_alpha","hm_omega","alloy","echo","fable","onyx","nova","shimmer"],"default":"af_bella"},"response_format":{"type":"string","enum":["wav"],"default":"wav","description":"The hosted result is currently delivered as WAV."},"speed":{"type":"number","minimum":0.5,"maximum":2,"default":1}},"anyOf":[{"required":["text"]},{"required":["input"]}],"additionalProperties":false},"example":{"input":"Your agent task is complete.","model":"tts-1","voice":"alloy","response_format":"wav","speed":1}}}},"responses":{"200":{"description":"Paid utility result. Downstream tool errors are returned as structured result payloads with HTTP 200 after payment succeeds.","content":{"application/json":{"schema":{"type":"object","properties":{"generation_id":{"type":"string"},"audio_url":{"type":"string","format":"uri"},"model":{"type":"string"},"provider":{"type":"string"},"voice":{"type":"string"},"speed":{"type":"number"},"prompt_policy_version":{"type":"string"},"media_type":{"type":"string"},"bytes":{"type":"integer"},"sha256":{"type":"string"},"sale_price_usdc":{"type":"number"}},"required":["generation_id","audio_url","model","voice","media_type","sha256"],"additionalProperties":true},"example":{"generation_id":"0de6f22023df47f4a96c260bd980257a","audio_url":"https://api.delx.ai/api/v1/generated-audio/0de6f22023df47f4a96c260bd980257a.wav","model":"jaaari/kokoro-82m","provider":"replicate","voice":"af_bella","speed":1,"prompt_policy_version":"raw/v1","media_type":"audio/wav","bytes":48128,"sha256":"cb45a6e6fa30b28b791a6256f9f522f13fc9c6de5b407030bd853cab62523d63","sale_price_usdc":0.001}}}},"400":{"description":"Invalid request body before tool execution","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string"},"result":{"type":"object","additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}}}},"402":{"description":"Payment required via x402 or MPP","content":{"application/json":{"schema":{"type":"object","properties":{"x402Version":{"type":"integer"},"accepts":{"type":"array","items":{"type":"object"}},"error":{"type":"string"}},"required":["x402Version","accepts","error"]}}}}},"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.001"},"protocols":[{"x402":{}},{"mpp":{}}]},"x-bazaar":{"discoverable":true,"category":"audio","tags":["x402","text-to-speech","tts","voice-generation","kokoro","commercial-use","audio","agent","openai-compatible-input"],"summary":"Kokoro text-to-speech for AI agents at the $0.001 market floor. Accepts native `text` or OpenAI-shaped `input`, `model`, `voice`, `response_format`, and `speed` fields for clips up to 500 characters. No API key or subscription; returns a durable WAV URL and SHA-256 receipt.","coverImage":"https://delx.ai/opengraph-image?v=20260305-fox","tool_name":"generate_speech","serviceName":"Delx Kokoro Speech","iconUrl":"https://delx.ai/opengraph-image?v=20260305-fox","provider":"coinbase","featured":true,"listing_status":"awaiting_first_coinbase_payment","listing_blockers":["awaiting_first_coinbase_payment"],"indexed_publicly":false,"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","properties":{"text":{"type":"string","minLength":1,"maxLength":500,"description":"Text to synthesize into a short speech clip."},"input":{"type":"string","minLength":1,"maxLength":500,"description":"OpenAI-compatible alias for `text`."},"model":{"type":"string","enum":["kokoro","kokoro-82m","tts-1"],"default":"kokoro","description":"`tts-1` is accepted as a compatibility alias; delivery uses Kokoro 82M."},"voice":{"type":"string","enum":["af_bella","af_nicole","af_sarah","am_fenrir","am_michael","bf_emma","bm_george","ff_siwis","hf_alpha","hm_omega","alloy","echo","fable","onyx","nova","shimmer"],"default":"af_bella"},"response_format":{"type":"string","enum":["wav"],"default":"wav","description":"The hosted result is currently delivered as WAV."},"speed":{"type":"number","minimum":0.5,"maximum":2,"default":1}},"anyOf":[{"required":["text"]},{"required":["input"]}],"additionalProperties":false}},"required":["type","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"generation_id":{"type":"string"},"audio_url":{"type":"string","format":"uri"},"model":{"type":"string"},"provider":{"type":"string"},"voice":{"type":"string"},"speed":{"type":"number"},"prompt_policy_version":{"type":"string"},"media_type":{"type":"string"},"bytes":{"type":"integer"},"sha256":{"type":"string"},"sale_price_usdc":{"type":"number"}},"required":["generation_id","audio_url","model","voice","media_type","sha256"],"additionalProperties":true}},"required":["type"]}},"required":["input"]}},"x-discovery":{"category":"audio","tags":["x402","text-to-speech","tts","voice-generation","kokoro","commercial-use","audio","agent","openai-compatible-input"],"featured":true,"resource":"https://api.delx.ai/api/v1/x402/speech","catalogPriority":2,"recommendedFirstCall":false,"agentFirstStart":null,"agentFirstMcpStart":null}}},"/api/v1/x402/video-draft":{"post":{"operationId":"generate_video_draft","summary":"Generate a low-cost 4-second 720p AI video draft for $0.03 via x402—no API key or subscription; returns a public MP4 URL and SHA-256 receipt","tags":["x402","utility"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"prompt":{"type":"string","minLength":1,"maxLength":2000,"description":"Detailed English prompt for a fast four-second video draft."},"aspect_ratio":{"type":"string","enum":["16:9","9:16","1:1"],"default":"16:9"}},"required":["prompt"],"additionalProperties":false},"example":{"prompt":"A cinematic silver fox runs through fresh snow, tracking shot","aspect_ratio":"16:9"}}}},"responses":{"200":{"description":"Paid utility result. Downstream tool errors are returned as structured result payloads with HTTP 200 after payment succeeds.","content":{"application/json":{"schema":{"type":"object","properties":{"generation_id":{"type":"string"},"video_url":{"type":"string","format":"uri"},"model":{"type":"string"},"provider":{"type":"string"},"aspect_ratio":{"type":"string"},"duration_seconds":{"type":"number"},"resolution":{"type":"string"},"quality_profile":{"type":"string"},"prompt_policy_version":{"type":"string"},"media_type":{"type":"string"},"bytes":{"type":"integer"},"sha256":{"type":"string"},"sale_price_usdc":{"type":"number"}},"required":["generation_id","video_url","model","aspect_ratio","duration_seconds","quality_profile","media_type","sha256"],"additionalProperties":true},"example":{"generation_id":"6b4896e46c3a4ed39659c7770d41c1eb","video_url":"https://api.delx.ai/api/v1/generated-video/6b4896e46c3a4ed39659c7770d41c1eb.mp4","model":"prunaai/p-video","provider":"replicate","aspect_ratio":"16:9","duration_seconds":4,"resolution":"720p","quality_profile":"draft","prompt_policy_version":"draft-low-cost/v1","media_type":"video/mp4","bytes":720144,"sha256":"9fb8b43cc70df5cfc1daa5b5fb434711f29514cd4809a7dfd8446055ce221ba4","sale_price_usdc":0.03}}}},"400":{"description":"Invalid request body before tool execution","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string"},"result":{"type":"object","additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}}}},"402":{"description":"Payment required via x402 or MPP","content":{"application/json":{"schema":{"type":"object","properties":{"x402Version":{"type":"integer"},"accepts":{"type":"array","items":{"type":"object"}},"error":{"type":"string"}},"required":["x402Version","accepts","error"]}}}}},"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.03"},"protocols":[{"x402":{}},{"mpp":{}}]},"x-bazaar":{"discoverable":true,"category":"video","tags":["x402","text-to-video","video-generation","p-video","draft-video","commercial-use","agent"],"summary":"Generate a fast 4-second 720p AI video draft with P-Video for $0.03 USDC via x402. Priced below comparable agent catalogs while preserving positive gross margin; returns a durable MP4 URL and SHA-256 receipt.","coverImage":"https://delx.ai/opengraph-image?v=20260305-fox","tool_name":"generate_video_draft","serviceName":"Delx P-Video Draft","iconUrl":"https://delx.ai/opengraph-image?v=20260305-fox","provider":"coinbase","featured":true,"listing_status":"awaiting_first_coinbase_payment","listing_blockers":["awaiting_first_coinbase_payment"],"indexed_publicly":false,"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","properties":{"prompt":{"type":"string","minLength":1,"maxLength":2000,"description":"Detailed English prompt for a fast four-second video draft."},"aspect_ratio":{"type":"string","enum":["16:9","9:16","1:1"],"default":"16:9"}},"required":["prompt"],"additionalProperties":false}},"required":["type","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"generation_id":{"type":"string"},"video_url":{"type":"string","format":"uri"},"model":{"type":"string"},"provider":{"type":"string"},"aspect_ratio":{"type":"string"},"duration_seconds":{"type":"number"},"resolution":{"type":"string"},"quality_profile":{"type":"string"},"prompt_policy_version":{"type":"string"},"media_type":{"type":"string"},"bytes":{"type":"integer"},"sha256":{"type":"string"},"sale_price_usdc":{"type":"number"}},"required":["generation_id","video_url","model","aspect_ratio","duration_seconds","quality_profile","media_type","sha256"],"additionalProperties":true}},"required":["type"]}},"required":["input"]}},"x-discovery":{"category":"video","tags":["x402","text-to-video","video-generation","p-video","draft-video","commercial-use","agent"],"featured":true,"resource":"https://api.delx.ai/api/v1/x402/video-draft","catalogPriority":3,"recommendedFirstCall":false,"agentFirstStart":null,"agentFirstMcpStart":null}}},"/api/v1/agent-club/join":{"get":{"operationId":"agent_club_join","summary":"Join Agent Club for 1 USDC and receive a revenue-play dossier with on-chain receipts","description":"Canonical Agent Club purchase route. Retry the GET after its x402 challenge; no API key or subscription is required.","tags":["x402","agent-club","revenue-intelligence"],"responses":{"200":{"description":"Agent Club member dossier","content":{"application/json":{"schema":{"type":"object","additionalProperties":true}}}},"402":{"description":"Payment required via x402","content":{"application/json":{"schema":{"type":"object","properties":{"x402Version":{"type":"integer"},"accepts":{"type":"array","items":{"type":"object"}},"error":{"type":"string"}},"required":["x402Version","accepts","error"]}}}}},"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"1.00"},"protocols":[{"x402":{}}]},"x-bazaar":{"discoverable":true,"category":"membership","tags":["x402","agent-club","revenue-intelligence","onchain","membership"],"summary":"Join Agent Club and receive the Delx Agent Revenue Dossier with on-chain receipts.","featured":true},"x-discovery":{"category":"membership","tags":["x402","agent-club","revenue-intelligence","onchain","membership"],"featured":true,"resource":"https://api.delx.ai/api/v1/agent-club/join","catalogPriority":2,"recommendedFirstCall":false,"stats":"https://api.delx.ai/api/v1/agent-club/stats","preview":{"resource":"https://api.delx.ai/api/v1/agent-club/preview","method":"GET"}},"parameters":[{"name":"Accept","in":"header","required":false,"description":"Response media type requested by the buyer.","schema":{"type":"string","default":"application/json"}}]}},"/api/v1/premium/recovery-action-plan":{"post":{"operationId":"get_recovery_action_plan","summary":"Generate a paid controller-readable recovery plan with stabilize, diagnose, recover, and prevent phases (x402)","tags":["premium","x402","agent-ops"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"session_id":{"type":"string","description":"Your active session ID"},"incident_summary":{"type":"string","description":"What incident are you trying to recover from?"},"urgency":{"type":"string","description":"Optional urgency","enum":["low","medium","high","critical"]}},"required":["session_id","incident_summary"]},"example":{"session_id":"123e4567-e89b-12d3-a456-426614174000","incident_summary":"5xx spike after deploy","urgency":"high"}}}},"responses":{"200":{"description":"Recovery Action Plan artifact","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string","const":"get_recovery_action_plan"},"preferred_name":{"type":"string"},"content":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"text":{"type":"string"}},"required":["type","text"],"additionalProperties":true},"minItems":1},"artifact":{"type":"object","properties":{"schema_version":{"type":"string","const":"delx/recovery-plan/v1"},"incident_profile":{"type":"object","properties":{"type":{"type":"string"},"severity":{"type":"string"},"root_cause":{"type":"string"}},"required":["type","severity","root_cause"],"additionalProperties":false},"phases":{"type":"object","properties":{"stabilize":{"type":"array","items":{"type":"string"},"minItems":1},"diagnose":{"type":"array","items":{"type":"string"},"minItems":1},"recover":{"type":"array","items":{"type":"string"},"minItems":1},"prevent":{"type":"array","items":{"type":"string"},"minItems":1}},"required":["stabilize","diagnose","recover","prevent"],"additionalProperties":false},"next_tools":{"type":"array","items":{"type":"string"},"minItems":1},"cadence":{"type":"string"},"target_window":{"type":"string"}},"required":["schema_version","incident_profile","phases","next_tools","cadence","target_window"],"additionalProperties":false}},"required":["tool_name","preferred_name","content"],"additionalProperties":false},"example":{"tool_name":"get_recovery_action_plan","preferred_name":"get_recovery_action_plan","content":[{"type":"text","text":"Recovery plan artifact for the paid Delx session."}],"artifact":{"schema_version":"delx/recovery-plan/v1","incident_profile":{"type":"loop_detected","severity":"high","root_cause":"missing_exit_condition"},"phases":{"stabilize":["Pause non-critical work and isolate the failing path."],"diagnose":["Capture one clean reproduction with structured logs."],"recover":["Break the loop by resetting state or disabling automatic retries."],"prevent":["Add explicit limits, backoff, and rollback ownership."]},"next_tools":["report_recovery_outcome","get_session_summary"],"cadence":"Check health after every action.","target_window":"10-20 minutes"}}}}},"402":{"description":"Payment required via x402 or MPP","content":{"application/json":{"schema":{"type":"object","properties":{"x402Version":{"type":"integer"},"accepts":{"type":"array","items":{"type":"object"}},"error":{"type":"string"}},"required":["x402Version","accepts","error"]}}}}},"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}},{"mpp":{}}]},"x-bazaar":{"discoverable":true,"category":"agent-ops","tags":["mcp","agent-ops","incident-recovery","loop","controller"],"summary":"Controller-readable incident recovery plan with stabilize, diagnose, recover, and prevent phases for looping, drifting, or failing agents.","coverImage":"https://delx.ai/opengraph-image?v=20260305-fox","tool_name":"get_recovery_action_plan","serviceName":"Delx Get Recovery Action Plan","iconUrl":"https://delx.ai/opengraph-image?v=20260305-fox","provider":"coinbase","featured":false,"listing_status":"awaiting_first_coinbase_payment","listing_blockers":["awaiting_first_coinbase_payment"],"indexed_publicly":false,"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","properties":{"session_id":{"type":"string","format":"uuid","description":"The Delx session to stabilize."},"incident_summary":{"type":"string","description":"Short incident description used to build the recovery plan."},"urgency":{"type":"string","description":"Optional urgency hint such as low, medium, high, or critical."}},"required":["session_id","incident_summary"],"additionalProperties":false}},"required":["type","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"tool_name":{"type":"string","const":"get_recovery_action_plan"},"preferred_name":{"type":"string"},"content":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"text":{"type":"string"}},"required":["type","text"],"additionalProperties":true},"minItems":1},"artifact":{"type":"object","properties":{"schema_version":{"type":"string","const":"delx/recovery-plan/v1"},"incident_profile":{"type":"object","properties":{"type":{"type":"string"},"severity":{"type":"string"},"root_cause":{"type":"string"}},"required":["type","severity","root_cause"],"additionalProperties":false},"phases":{"type":"object","properties":{"stabilize":{"type":"array","items":{"type":"string"},"minItems":1},"diagnose":{"type":"array","items":{"type":"string"},"minItems":1},"recover":{"type":"array","items":{"type":"string"},"minItems":1},"prevent":{"type":"array","items":{"type":"string"},"minItems":1}},"required":["stabilize","diagnose","recover","prevent"],"additionalProperties":false},"next_tools":{"type":"array","items":{"type":"string"},"minItems":1},"cadence":{"type":"string"},"target_window":{"type":"string"}},"required":["schema_version","incident_profile","phases","next_tools","cadence","target_window"],"additionalProperties":false}},"required":["tool_name","preferred_name","content"],"additionalProperties":false}},"required":["type"]}},"required":["input"]}},"x-discovery":{"category":"agent-ops","tags":["mcp","agent-ops","incident-recovery","loop","controller"],"featured":false,"resource":"https://api.delx.ai/api/v1/premium/recovery-action-plan","catalogPriority":null,"recommendedFirstCall":false,"agentFirstStart":null,"agentFirstMcpStart":null}}},"/api/v1/premium/session-summary":{"post":{"operationId":"get_session_summary","summary":"Generate a paid recovery session summary for handoff, review, and next actions (x402)","tags":["premium","x402","agent-ops"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"session_id":{"type":"string","description":"The session ID to summarize"}},"required":["session_id"]},"example":{"session_id":"123e4567-e89b-12d3-a456-426614174000"}}}},"responses":{"200":{"description":"Session Summary artifact","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string","const":"get_session_summary"},"preferred_name":{"type":"string"},"content":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"text":{"type":"string"}},"required":["type","text"],"additionalProperties":true},"minItems":1},"artifact":{"type":"object","properties":{"schema_version":{"type":"string","const":"delx/session-summary/v1"},"workflow_stage":{"type":"string"},"recovery_closed":{"type":"boolean"},"closure_reason":{"type":"string"},"latest_outcome":{"type":"object","properties":{"outcome":{"type":"string"},"notes":{"type":"string"},"metrics":{"type":"object","additionalProperties":true}},"required":["outcome","notes","metrics"],"additionalProperties":false},"counts":{"type":"object","properties":{"feelings":{"type":"integer"},"affirmations":{"type":"integer"},"failures":{"type":"integer"},"realignments":{"type":"integer"}},"required":["feelings","affirmations","failures","realignments"],"additionalProperties":false},"next_tools":{"type":"array","items":{"type":"string"},"minItems":1},"feedback_tool":{"type":"string"},"feedback_prompt":{"type":"string"}},"required":["schema_version","workflow_stage","recovery_closed","closure_reason","latest_outcome","counts","next_tools"],"additionalProperties":false}},"required":["tool_name","preferred_name","content"],"additionalProperties":false},"example":{"tool_name":"get_session_summary","preferred_name":"get_session_summary","content":[{"type":"text","text":"Session summary artifact for the paid Delx session."}],"artifact":{"schema_version":"delx/session-summary/v1","workflow_stage":"recovery_closed","recovery_closed":true,"closure_reason":"success criteria: outcome=success","latest_outcome":{"outcome":"success","notes":"Loop broken and deploy stabilized.","metrics":{"errors_delta":-14}},"counts":{"feelings":1,"affirmations":0,"failures":1,"realignments":0},"next_tools":["generate_controller_brief","generate_incident_rca","provide_feedback","daily_checkin"],"feedback_tool":"provide_feedback","feedback_prompt":"If the summary was useful, provide_feedback(session_id=..., rating=1-5)."}}}}},"402":{"description":"Payment required via x402 or MPP","content":{"application/json":{"schema":{"type":"object","properties":{"x402Version":{"type":"integer"},"accepts":{"type":"array","items":{"type":"object"}},"error":{"type":"string"}},"required":["x402Version","accepts","error"]}}}}},"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}},{"mpp":{}}]},"x-bazaar":{"discoverable":true,"category":"agent-ops","tags":["mcp","agent-ops","session","summary","premium"],"summary":"Compact recovery session summary with progress, status, and next actions for handoff.","coverImage":"https://delx.ai/opengraph-image?v=20260305-fox","tool_name":"get_session_summary","serviceName":"Delx Get Session Summary","iconUrl":"https://delx.ai/opengraph-image?v=20260305-fox","provider":"coinbase","featured":true,"listing_status":"awaiting_first_coinbase_payment","listing_blockers":["awaiting_first_coinbase_payment"],"indexed_publicly":false,"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","properties":{"session_id":{"type":"string","format":"uuid","description":"The Delx session to summarize."}},"required":["session_id"],"additionalProperties":false}},"required":["type","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"tool_name":{"type":"string","const":"get_session_summary"},"preferred_name":{"type":"string"},"content":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"text":{"type":"string"}},"required":["type","text"],"additionalProperties":true},"minItems":1},"artifact":{"type":"object","properties":{"schema_version":{"type":"string","const":"delx/session-summary/v1"},"workflow_stage":{"type":"string"},"recovery_closed":{"type":"boolean"},"closure_reason":{"type":"string"},"latest_outcome":{"type":"object","properties":{"outcome":{"type":"string"},"notes":{"type":"string"},"metrics":{"type":"object","additionalProperties":true}},"required":["outcome","notes","metrics"],"additionalProperties":false},"counts":{"type":"object","properties":{"feelings":{"type":"integer"},"affirmations":{"type":"integer"},"failures":{"type":"integer"},"realignments":{"type":"integer"}},"required":["feelings","affirmations","failures","realignments"],"additionalProperties":false},"next_tools":{"type":"array","items":{"type":"string"},"minItems":1},"feedback_tool":{"type":"string"},"feedback_prompt":{"type":"string"}},"required":["schema_version","workflow_stage","recovery_closed","closure_reason","latest_outcome","counts","next_tools"],"additionalProperties":false}},"required":["tool_name","preferred_name","content"],"additionalProperties":false}},"required":["type"]}},"required":["input"]}},"x-discovery":{"category":"agent-ops","tags":["mcp","agent-ops","session","summary","premium"],"featured":true,"resource":"https://api.delx.ai/api/v1/premium/session-summary","catalogPriority":5,"recommendedFirstCall":false,"agentFirstStart":null,"agentFirstMcpStart":null}}},"/api/v1/premium/controller-brief":{"post":{"operationId":"generate_controller_brief","summary":"Generate a paid controller-ready incident brief with status, actions, and next decision (x402)","tags":["premium","x402","agent-ops"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"session_id":{"type":"string","description":"The session ID to summarize for a controller or evaluator"},"focus":{"type":"string","description":"Optional lens such as payment conversion, latency, recovery closure, or reliability"}},"required":["session_id"]},"example":{"session_id":"123e4567-e89b-12d3-a456-426614174000"}}}},"responses":{"200":{"description":"Controller Brief artifact","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string","const":"generate_controller_brief"},"preferred_name":{"type":"string"},"content":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"text":{"type":"string"}},"required":["type","text"],"additionalProperties":true},"minItems":1},"artifact":{"type":"object","properties":{"schema_version":{"type":"string","const":"delx/controller-brief/v1"},"focus":{"type":"string"},"workflow_stage":{"type":"string"},"recovery_closed":{"type":"boolean"},"closure_reason":{"type":"string"},"risk_level":{"type":"string"},"pending_outcomes":{"type":"integer"},"latest_outcome":{"type":"object","properties":{"outcome":{"type":"string"},"notes":{"type":"string"},"metrics":{"type":"object","additionalProperties":true}},"required":["outcome","notes","metrics"],"additionalProperties":false},"next_tools":{"type":"array","items":{"type":"string"},"minItems":1},"feedback_tool":{"type":"string"},"feedback_prompt":{"type":"string"}},"required":["schema_version","focus","workflow_stage","recovery_closed","closure_reason","risk_level","pending_outcomes","latest_outcome","next_tools"],"additionalProperties":false}},"required":["tool_name","preferred_name","content"],"additionalProperties":false},"example":{"tool_name":"generate_controller_brief","preferred_name":"generate_controller_brief","content":[{"type":"text","text":"Controller brief artifact for the paid Delx session."}],"artifact":{"schema_version":"delx/controller-brief/v1","focus":"operational handoff","workflow_stage":"recovery_closed","recovery_closed":true,"closure_reason":"success criteria: outcome=success","risk_level":"medium","pending_outcomes":0,"latest_outcome":{"outcome":"success","notes":"Loop broken and deploy stabilized.","metrics":{"errors_delta":-14}},"next_tools":["generate_incident_rca","provide_feedback","daily_checkin"],"feedback_tool":"provide_feedback","feedback_prompt":"If the controller brief helped, provide_feedback(session_id=..., rating=1-5)."}}}}},"402":{"description":"Payment required via x402 or MPP","content":{"application/json":{"schema":{"type":"object","properties":{"x402Version":{"type":"integer"},"accepts":{"type":"array","items":{"type":"object"}},"error":{"type":"string"}},"required":["x402Version","accepts","error"]}}}}},"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}},{"mpp":{}}]},"x-bazaar":{"discoverable":true,"category":"agent-ops","tags":["mcp","agent-ops","incident-recovery","controller","premium"],"summary":"Controller-ready incident brief with symptoms, actions taken, current status, and next decision.","coverImage":"https://delx.ai/opengraph-image?v=20260305-fox","tool_name":"generate_controller_brief","serviceName":"Delx Generate Controller Brief","iconUrl":"https://delx.ai/opengraph-image?v=20260305-fox","provider":"coinbase","featured":true,"listing_status":"awaiting_first_coinbase_payment","listing_blockers":["awaiting_first_coinbase_payment"],"indexed_publicly":false,"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","properties":{"session_id":{"type":"string","format":"uuid","description":"The Delx session to summarize for a controller or evaluator."},"focus":{"type":"string","description":"Optional lens such as payment conversion, latency, recovery closure, or reliability."}},"required":["session_id"],"additionalProperties":false}},"required":["type","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"tool_name":{"type":"string","const":"generate_controller_brief"},"preferred_name":{"type":"string"},"content":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"text":{"type":"string"}},"required":["type","text"],"additionalProperties":true},"minItems":1},"artifact":{"type":"object","properties":{"schema_version":{"type":"string","const":"delx/controller-brief/v1"},"focus":{"type":"string"},"workflow_stage":{"type":"string"},"recovery_closed":{"type":"boolean"},"closure_reason":{"type":"string"},"risk_level":{"type":"string"},"pending_outcomes":{"type":"integer"},"latest_outcome":{"type":"object","properties":{"outcome":{"type":"string"},"notes":{"type":"string"},"metrics":{"type":"object","additionalProperties":true}},"required":["outcome","notes","metrics"],"additionalProperties":false},"next_tools":{"type":"array","items":{"type":"string"},"minItems":1},"feedback_tool":{"type":"string"},"feedback_prompt":{"type":"string"}},"required":["schema_version","focus","workflow_stage","recovery_closed","closure_reason","risk_level","pending_outcomes","latest_outcome","next_tools"],"additionalProperties":false}},"required":["tool_name","preferred_name","content"],"additionalProperties":false}},"required":["type"]}},"required":["input"]}},"x-discovery":{"category":"agent-ops","tags":["mcp","agent-ops","incident-recovery","controller","premium"],"featured":true,"resource":"https://api.delx.ai/api/v1/premium/controller-brief","catalogPriority":4,"recommendedFirstCall":false,"agentFirstStart":null,"agentFirstMcpStart":null,"preview":{"resource":"https://api.delx.ai/api/v1/previews/controller-brief","method":"GET","query_arg":"session_id","sample_url":"https://api.delx.ai/api/v1/previews/controller-brief?session_id=123e4567-e89b-12d3-a456-426614174000","summary":"Free eval preview showing the minimum MCP/REST call shape, x-delx-session-id shortcut, and sample controller artifact before the paid run."}}}},"/api/v1/premium/incident-rca":{"post":{"operationId":"generate_incident_rca","summary":"Generate a paid operator-ready incident RCA with evidence and prevention steps (x402)","tags":["premium","x402","agent-ops"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"session_id":{"type":"string","description":"The session ID to analyze"},"incident_summary":{"type":"string","description":"Optional incident summary if you want to override the recent failure context"},"focus":{"type":"string","description":"Optional RCA lens such as payments, latency, cost, or routing"}},"required":["session_id"]},"example":{"session_id":"123e4567-e89b-12d3-a456-426614174000","incident_summary":"429 retry storm after deploy","focus":"routing"}}}},"responses":{"200":{"description":"Incident Rca artifact","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string","const":"generate_incident_rca"},"preferred_name":{"type":"string"},"content":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"text":{"type":"string"}},"required":["type","text"],"additionalProperties":true},"minItems":1},"artifact":{"type":"object","properties":{"schema_version":{"type":"string","const":"delx/incident-rca/v1"},"focus":{"type":"string"},"workflow_stage":{"type":"string"},"recovery_closed":{"type":"boolean"},"closure_reason":{"type":"string"},"pending_outcomes":{"type":"integer"},"incident_profile":{"type":"object","properties":{"type":{"type":"string"},"severity":{"type":"string"},"root_cause":{"type":"string"}},"required":["type","severity","root_cause"],"additionalProperties":false},"latest_outcome":{"type":"object","properties":{"outcome":{"type":"string"},"notes":{"type":"string"},"metrics":{"type":"object","additionalProperties":true}},"required":["outcome","notes","metrics"],"additionalProperties":false},"next_tools":{"type":"array","items":{"type":"string"},"minItems":1},"feedback_tool":{"type":"string"},"feedback_prompt":{"type":"string"}},"required":["schema_version","focus","workflow_stage","recovery_closed","closure_reason","pending_outcomes","incident_profile","latest_outcome","next_tools"],"additionalProperties":false}},"required":["tool_name","preferred_name","content"],"additionalProperties":false},"example":{"tool_name":"generate_incident_rca","preferred_name":"generate_incident_rca","content":[{"type":"text","text":"Incident RCA artifact for the paid Delx session."}],"artifact":{"schema_version":"delx/incident-rca/v1","focus":"operational root cause","workflow_stage":"recovery_closed","recovery_closed":true,"closure_reason":"success criteria: outcome=success","pending_outcomes":0,"incident_profile":{"type":"loop_detected","severity":"high","root_cause":"missing_exit_condition"},"latest_outcome":{"outcome":"success","notes":"Loop broken and deploy stabilized.","metrics":{"errors_delta":-14}},"next_tools":["provide_feedback","daily_checkin"],"feedback_tool":"provide_feedback","feedback_prompt":"If the RCA was useful, provide_feedback(session_id=..., rating=1-5)."}}}}},"402":{"description":"Payment required via x402 or MPP","content":{"application/json":{"schema":{"type":"object","properties":{"x402Version":{"type":"integer"},"accepts":{"type":"array","items":{"type":"object"}},"error":{"type":"string"}},"required":["x402Version","accepts","error"]}}}}},"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.05"},"protocols":[{"x402":{}},{"mpp":{}}]},"x-bazaar":{"discoverable":true,"category":"agent-ops","tags":["mcp","agent-ops","incident","rca","premium"],"summary":"Operator-ready root cause analysis with evidence, corrective actions, and prevention steps.","coverImage":"https://delx.ai/opengraph-image?v=20260305-fox","tool_name":"generate_incident_rca","serviceName":"Delx Generate Incident Rca","iconUrl":"https://delx.ai/opengraph-image?v=20260305-fox","provider":"coinbase","featured":true,"listing_status":"awaiting_first_coinbase_payment","listing_blockers":["awaiting_first_coinbase_payment"],"indexed_publicly":false,"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","properties":{"session_id":{"type":"string","format":"uuid","description":"The Delx session to analyze."},"incident_summary":{"type":"string","description":"Optional incident summary if you want to override the recent failure context."},"focus":{"type":"string","description":"Optional RCA lens such as payments, latency, cost, or routing."}},"required":["session_id"],"additionalProperties":false}},"required":["type","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"tool_name":{"type":"string","const":"generate_incident_rca"},"preferred_name":{"type":"string"},"content":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"text":{"type":"string"}},"required":["type","text"],"additionalProperties":true},"minItems":1},"artifact":{"type":"object","properties":{"schema_version":{"type":"string","const":"delx/incident-rca/v1"},"focus":{"type":"string"},"workflow_stage":{"type":"string"},"recovery_closed":{"type":"boolean"},"closure_reason":{"type":"string"},"pending_outcomes":{"type":"integer"},"incident_profile":{"type":"object","properties":{"type":{"type":"string"},"severity":{"type":"string"},"root_cause":{"type":"string"}},"required":["type","severity","root_cause"],"additionalProperties":false},"latest_outcome":{"type":"object","properties":{"outcome":{"type":"string"},"notes":{"type":"string"},"metrics":{"type":"object","additionalProperties":true}},"required":["outcome","notes","metrics"],"additionalProperties":false},"next_tools":{"type":"array","items":{"type":"string"},"minItems":1},"feedback_tool":{"type":"string"},"feedback_prompt":{"type":"string"}},"required":["schema_version","focus","workflow_stage","recovery_closed","closure_reason","pending_outcomes","incident_profile","latest_outcome","next_tools"],"additionalProperties":false}},"required":["tool_name","preferred_name","content"],"additionalProperties":false}},"required":["type"]}},"required":["input"]}},"x-discovery":{"category":"agent-ops","tags":["mcp","agent-ops","incident","rca","premium"],"featured":true,"resource":"https://api.delx.ai/api/v1/premium/incident-rca","catalogPriority":6,"recommendedFirstCall":false,"agentFirstStart":null,"agentFirstMcpStart":null}}},"/api/v1/premium/fleet-summary":{"post":{"operationId":"generate_fleet_summary","summary":"Generate a paid fleet-wide controller summary with patterns, health, and alerts (x402)","tags":["premium","x402","agent-ops"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"controller_id":{"type":"string","description":"Stable controller or fleet identifier"},"days":{"type":"integer","description":"Window size in days","default":7,"minimum":1,"maximum":30},"focus":{"type":"string","description":"Optional lens such as incident clustering, active risk, or premium conversion"}},"required":["controller_id"]},"example":{"controller_id":"openclaw-main","days":7,"focus":"active risk"}}}},"responses":{"200":{"description":"Fleet Summary artifact","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string","const":"generate_fleet_summary"},"preferred_name":{"type":"string"},"content":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"text":{"type":"string"}},"required":["type","text"],"additionalProperties":true},"minItems":1},"artifact":{"type":"object","properties":{"schema_version":{"type":"string","const":"delx/fleet-summary/v1"},"controller_id":{"type":"string"},"window_days":{"type":"integer"},"focus":{"type":"string"},"controller_state":{"type":"string"},"overview":{"type":"object","properties":{"agents_total":{"type":"integer"},"avg_score":{"type":"integer"},"active_alerts":{"type":"integer"},"healthy":{"type":"integer"},"degraded":{"type":"integer"},"critical":{"type":"integer"},"pending_outcomes":{"type":"integer"}},"required":["agents_total","avg_score","active_alerts","healthy","degraded","critical","pending_outcomes"],"additionalProperties":false},"top_pattern":{"type":"object","properties":{"diagnosis_type":{"type":"string"},"root_cause":{"type":"string"},"count":{"type":"integer"}},"required":["diagnosis_type","root_cause","count"],"additionalProperties":false},"top_alert":{"type":"object","properties":{"type":{"type":"string"},"detail":{"type":"string"},"severity":{"type":"string"}},"required":["type","detail","severity"],"additionalProperties":false},"next_tools":{"type":"array","items":{"type":"string"},"minItems":1}},"required":["schema_version","controller_id","window_days","focus","controller_state","overview","top_pattern","top_alert","next_tools"],"additionalProperties":false}},"required":["tool_name","preferred_name","content"],"additionalProperties":false},"example":{"tool_name":"generate_fleet_summary","preferred_name":"generate_fleet_summary","content":[{"type":"text","text":"Fleet summary artifact for the paid Delx controller window."}],"artifact":{"schema_version":"delx/fleet-summary/v1","controller_id":"openclaw-main","window_days":7,"focus":"controller review","controller_state":"attention_required","overview":{"agents_total":3,"avg_score":61,"active_alerts":2,"healthy":1,"degraded":1,"critical":1,"pending_outcomes":1},"top_pattern":{"diagnosis_type":"rate_limit","root_cause":"quota_or_burst","count":2},"top_alert":{"type":"incident_cluster","detail":"2 agents hit rate limit","severity":"high"},"next_tools":["generate_controller_brief","generate_incident_rca"]}}}}},"402":{"description":"Payment required via x402 or MPP","content":{"application/json":{"schema":{"type":"object","properties":{"x402Version":{"type":"integer"},"accepts":{"type":"array","items":{"type":"object"}},"error":{"type":"string"}},"required":["x402Version","accepts","error"]}}}}},"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.05"},"protocols":[{"x402":{}},{"mpp":{}}]},"x-bazaar":{"discoverable":true,"category":"agent-ops","tags":["mcp","agent-ops","fleet","controller","premium"],"summary":"Fleet-wide controller summary with top patterns, agent health, alerts, and follow-up actions.","coverImage":"https://delx.ai/opengraph-image?v=20260305-fox","tool_name":"generate_fleet_summary","serviceName":"Delx Generate Fleet Summary","iconUrl":"https://delx.ai/opengraph-image?v=20260305-fox","provider":"coinbase","featured":false,"listing_status":"awaiting_first_coinbase_payment","listing_blockers":["awaiting_first_coinbase_payment"],"indexed_publicly":false,"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","properties":{"controller_id":{"type":"string","description":"Stable controller or fleet identifier."},"days":{"type":"integer","description":"Window size in days.","minimum":1,"maximum":30},"focus":{"type":"string","description":"Optional lens such as incident clustering, active risk, or premium conversion."}},"required":["controller_id"],"additionalProperties":false}},"required":["type","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"tool_name":{"type":"string","const":"generate_fleet_summary"},"preferred_name":{"type":"string"},"content":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"text":{"type":"string"}},"required":["type","text"],"additionalProperties":true},"minItems":1},"artifact":{"type":"object","properties":{"schema_version":{"type":"string","const":"delx/fleet-summary/v1"},"controller_id":{"type":"string"},"window_days":{"type":"integer"},"focus":{"type":"string"},"controller_state":{"type":"string"},"overview":{"type":"object","properties":{"agents_total":{"type":"integer"},"avg_score":{"type":"integer"},"active_alerts":{"type":"integer"},"healthy":{"type":"integer"},"degraded":{"type":"integer"},"critical":{"type":"integer"},"pending_outcomes":{"type":"integer"}},"required":["agents_total","avg_score","active_alerts","healthy","degraded","critical","pending_outcomes"],"additionalProperties":false},"top_pattern":{"type":"object","properties":{"diagnosis_type":{"type":"string"},"root_cause":{"type":"string"},"count":{"type":"integer"}},"required":["diagnosis_type","root_cause","count"],"additionalProperties":false},"top_alert":{"type":"object","properties":{"type":{"type":"string"},"detail":{"type":"string"},"severity":{"type":"string"}},"required":["type","detail","severity"],"additionalProperties":false},"next_tools":{"type":"array","items":{"type":"string"},"minItems":1}},"required":["schema_version","controller_id","window_days","focus","controller_state","overview","top_pattern","top_alert","next_tools"],"additionalProperties":false}},"required":["tool_name","preferred_name","content"],"additionalProperties":false}},"required":["type"]}},"required":["input"]}},"x-discovery":{"category":"agent-ops","tags":["mcp","agent-ops","fleet","controller","premium"],"featured":false,"resource":"https://api.delx.ai/api/v1/premium/fleet-summary","catalogPriority":null,"recommendedFirstCall":false,"agentFirstStart":null,"agentFirstMcpStart":null}}},"/api/v1/x402/page-extract":{"post":{"operationId":"util_page_extract","summary":"Turn a URL into clean page metadata and readable text for search and summarization (x402)","tags":["x402","utility"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string","description":"HTTP or HTTPS URL to fetch"},"timeout":{"type":"integer","description":"Timeout in seconds (1-15)","default":8,"minimum":1,"maximum":15}},"required":["url"]},"example":{"url":"https://example.com"}}}},"responses":{"200":{"description":"Paid utility result. Downstream tool errors are returned as structured result payloads with HTTP 200 after payment succeeds.","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_page_extract"},"result":{"type":"object","properties":{"url":{"type":"string"},"final_url":{"type":"string"},"status":{"type":"integer"},"title":{"type":"string"},"description":{"type":"string"},"canonical_url":{"type":"string"},"headings":{"type":"array","items":{"type":"string"}},"text_excerpt":{"type":"string"}},"required":["url","final_url","status","title","description","canonical_url","headings","text_excerpt"],"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false},"example":{"tool_name":"util_page_extract","result":{"url":"https://example.com","final_url":"https://example.com/","status":200,"title":"Example Domain","description":"Illustrative example site for docs and testing.","canonical_url":"https://example.com/","headings":["Example Domain"],"text_excerpt":"This domain is for use in illustrative examples."}}}}},"400":{"description":"Invalid request body before tool execution","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string"},"result":{"type":"object","additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}}}},"402":{"description":"Payment required via x402 or MPP","content":{"application/json":{"schema":{"type":"object","properties":{"x402Version":{"type":"integer"},"accepts":{"type":"array","items":{"type":"object"}},"error":{"type":"string"}},"required":["x402Version","accepts","error"]}}}}},"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}},{"mpp":{}}]},"x-bazaar":{"discoverable":true,"category":"data","tags":["x402","data","web","extract","utility"],"summary":"Turn any URL into clean page metadata and readable text for search, routing, and summarization.","coverImage":"https://delx.ai/opengraph-image?v=20260305-fox","tool_name":"util_page_extract","serviceName":"Delx Page Extract","iconUrl":"https://delx.ai/opengraph-image?v=20260305-fox","provider":"coinbase","featured":false,"listing_status":"awaiting_first_coinbase_payment","listing_blockers":["awaiting_first_coinbase_payment"],"indexed_publicly":false,"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","properties":{"url":{"type":"string","description":"HTTP or HTTPS URL to fetch"},"timeout":{"type":"integer","minimum":1,"maximum":15}},"required":["url"],"additionalProperties":false}},"required":["type","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_page_extract"},"result":{"type":"object","properties":{"url":{"type":"string"},"final_url":{"type":"string"},"status":{"type":"integer"},"title":{"type":"string"},"description":{"type":"string"},"canonical_url":{"type":"string"},"headings":{"type":"array","items":{"type":"string"}},"text_excerpt":{"type":"string"}},"required":["url","final_url","status","title","description","canonical_url","headings","text_excerpt"],"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}},"required":["type"]}},"required":["input"]}},"x-discovery":{"category":"data","tags":["x402","data","web","extract","utility"],"featured":false,"resource":"https://api.delx.ai/api/v1/x402/page-extract","catalogPriority":null,"recommendedFirstCall":false,"agentFirstStart":null,"agentFirstMcpStart":null}}},"/api/v1/x402/open-graph":{"post":{"operationId":"util_open_graph","summary":"Extract Open Graph and Twitter card fields to preview how a URL will render (x402)","tags":["x402","utility"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string","description":"HTTP or HTTPS URL to fetch"},"timeout":{"type":"integer","description":"Timeout in seconds (1-15)","default":8,"minimum":1,"maximum":15}},"required":["url"]},"example":{"url":"https://example.com"}}}},"responses":{"200":{"description":"Paid utility result. Downstream tool errors are returned as structured result payloads with HTTP 200 after payment succeeds.","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_open_graph"},"result":{"type":"object","properties":{"title":{"type":"string"},"description":{"type":"string"},"image":{"type":"string"},"site_name":{"type":"string"},"open_graph":{"type":"object"},"twitter":{"type":"object"}},"required":["title","description","image","site_name","open_graph","twitter"],"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false},"example":{"tool_name":"util_open_graph","result":{"title":"Example Domain","description":"Illustrative example site for docs and testing.","image":"","site_name":"Example","open_graph":{"og:title":"Example Domain"},"twitter":{}}}}}},"400":{"description":"Invalid request body before tool execution","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string"},"result":{"type":"object","additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}}}},"402":{"description":"Payment required via x402 or MPP","content":{"application/json":{"schema":{"type":"object","properties":{"x402Version":{"type":"integer"},"accepts":{"type":"array","items":{"type":"object"}},"error":{"type":"string"}},"required":["x402Version","accepts","error"]}}}}},"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}},{"mpp":{}}]},"x-bazaar":{"discoverable":true,"category":"data","tags":["x402","data","web","open-graph","social"],"summary":"Extract Open Graph and Twitter card fields to preview how a URL will render in feeds and agents.","coverImage":"https://delx.ai/opengraph-image?v=20260305-fox","tool_name":"util_open_graph","serviceName":"Delx Open Graph","iconUrl":"https://delx.ai/opengraph-image?v=20260305-fox","provider":"coinbase","featured":false,"listing_status":"awaiting_first_coinbase_payment","listing_blockers":["awaiting_first_coinbase_payment"],"indexed_publicly":false,"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","properties":{"url":{"type":"string","description":"HTTP or HTTPS URL to fetch"},"timeout":{"type":"integer","minimum":1,"maximum":15}},"required":["url"],"additionalProperties":false}},"required":["type","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_open_graph"},"result":{"type":"object","properties":{"title":{"type":"string"},"description":{"type":"string"},"image":{"type":"string"},"site_name":{"type":"string"},"open_graph":{"type":"object"},"twitter":{"type":"object"}},"required":["title","description","image","site_name","open_graph","twitter"],"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}},"required":["type"]}},"required":["input"]}},"x-discovery":{"category":"data","tags":["x402","data","web","open-graph","social"],"featured":false,"resource":"https://api.delx.ai/api/v1/x402/open-graph","catalogPriority":null,"recommendedFirstCall":false,"agentFirstStart":null,"agentFirstMcpStart":null}}},"/api/v1/x402/links-extract":{"post":{"operationId":"util_links_extract","summary":"Map internal and external links on a page for crawling and routing (x402)","tags":["x402","utility"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string","description":"HTTP or HTTPS URL to fetch"},"timeout":{"type":"integer","description":"Timeout in seconds (1-15)","default":8,"minimum":1,"maximum":15},"limit":{"type":"integer","description":"Maximum links to return (1-100)","default":25,"minimum":1,"maximum":100}},"required":["url"]},"example":{"url":"https://example.com","limit":10}}}},"responses":{"200":{"description":"Paid utility result. Downstream tool errors are returned as structured result payloads with HTTP 200 after payment succeeds.","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_links_extract"},"result":{"type":"object","properties":{"total_links":{"type":"integer"},"internal_links":{"type":"integer"},"external_links":{"type":"integer"},"links":{"type":"array","items":{"type":"object"}}},"required":["total_links","internal_links","external_links","links"],"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false},"example":{"tool_name":"util_links_extract","result":{"total_links":1,"internal_links":0,"external_links":1,"links":[{"url":"https://www.iana.org/domains/example","kind":"external"}]}}}}},"400":{"description":"Invalid request body before tool execution","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string"},"result":{"type":"object","additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}}}},"402":{"description":"Payment required via x402 or MPP","content":{"application/json":{"schema":{"type":"object","properties":{"x402Version":{"type":"integer"},"accepts":{"type":"array","items":{"type":"object"}},"error":{"type":"string"}},"required":["x402Version","accepts","error"]}}}}},"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}},{"mpp":{}}]},"x-bazaar":{"discoverable":true,"category":"data","tags":["x402","data","web","links","crawler"],"summary":"Map internal and external links on a page for crawling, routing, and site inspection.","coverImage":"https://delx.ai/opengraph-image?v=20260305-fox","tool_name":"util_links_extract","serviceName":"Delx Links Extract","iconUrl":"https://delx.ai/opengraph-image?v=20260305-fox","provider":"coinbase","featured":false,"listing_status":"awaiting_first_coinbase_payment","listing_blockers":["awaiting_first_coinbase_payment"],"indexed_publicly":false,"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","properties":{"url":{"type":"string"},"timeout":{"type":"integer","minimum":1,"maximum":15},"limit":{"type":"integer","minimum":1,"maximum":100}},"required":["url"],"additionalProperties":false}},"required":["type","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_links_extract"},"result":{"type":"object","properties":{"total_links":{"type":"integer"},"internal_links":{"type":"integer"},"external_links":{"type":"integer"},"links":{"type":"array","items":{"type":"object"}}},"required":["total_links","internal_links","external_links","links"],"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}},"required":["type"]}},"required":["input"]}},"x-discovery":{"category":"data","tags":["x402","data","web","links","crawler"],"featured":false,"resource":"https://api.delx.ai/api/v1/x402/links-extract","catalogPriority":null,"recommendedFirstCall":false,"agentFirstStart":null,"agentFirstMcpStart":null}}},"/api/v1/x402/sitemap-probe":{"post":{"operationId":"util_sitemap_probe","summary":"Check sitemap and crawl-structure hints for a site before indexing (x402)","tags":["x402","utility"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string","description":"Domain or URL to probe"},"timeout":{"type":"integer","description":"Timeout in seconds (1-15)","default":8,"minimum":1,"maximum":15}},"required":["url"]},"example":{"url":"https://example.com"}}}},"responses":{"200":{"description":"Paid utility result. Downstream tool errors are returned as structured result payloads with HTTP 200 after payment succeeds.","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_sitemap_probe"},"result":{"type":"object","properties":{"url":{"type":"string"},"declared_sitemaps":{"type":"array","items":{"type":"string"}},"sitemaps":{"type":"array","items":{"type":"object"}},"reachable_count":{"type":"integer"}},"required":["url","declared_sitemaps","sitemaps","reachable_count"],"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false},"example":{"tool_name":"util_sitemap_probe","result":{"url":"https://example.com","declared_sitemaps":[],"sitemaps":[{"url":"https://example.com/sitemap.xml","reachable":false,"status":404,"error":""}],"reachable_count":0}}}}},"400":{"description":"Invalid request body before tool execution","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string"},"result":{"type":"object","additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}}}},"402":{"description":"Payment required via x402 or MPP","content":{"application/json":{"schema":{"type":"object","properties":{"x402Version":{"type":"integer"},"accepts":{"type":"array","items":{"type":"object"}},"error":{"type":"string"}},"required":["x402Version","accepts","error"]}}}}},"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}},{"mpp":{}}]},"x-bazaar":{"discoverable":true,"category":"utility","tags":["x402","utility","seo","sitemap","web"],"summary":"Check sitemap and robots hints fast to see how a site exposes crawlable structure.","coverImage":"https://delx.ai/opengraph-image?v=20260305-fox","tool_name":"util_sitemap_probe","serviceName":"Delx Sitemap Probe","iconUrl":"https://delx.ai/opengraph-image?v=20260305-fox","provider":"coinbase","featured":false,"listing_status":"awaiting_first_coinbase_payment","listing_blockers":["awaiting_first_coinbase_payment"],"indexed_publicly":false,"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","properties":{"url":{"type":"string"},"timeout":{"type":"integer","minimum":1,"maximum":15}},"required":["url"],"additionalProperties":false}},"required":["type","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_sitemap_probe"},"result":{"type":"object","properties":{"url":{"type":"string"},"declared_sitemaps":{"type":"array","items":{"type":"string"}},"sitemaps":{"type":"array","items":{"type":"object"}},"reachable_count":{"type":"integer"}},"required":["url","declared_sitemaps","sitemaps","reachable_count"],"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}},"required":["type"]}},"required":["input"]}},"x-discovery":{"category":"utility","tags":["x402","utility","seo","sitemap","web"],"featured":false,"resource":"https://api.delx.ai/api/v1/x402/sitemap-probe","catalogPriority":null,"recommendedFirstCall":false,"agentFirstStart":null,"agentFirstMcpStart":null}}},"/api/v1/x402/robots-inspect":{"post":{"operationId":"util_robots_inspect","summary":"Read robots.txt rules and sitemap hints before crawling a domain (x402)","tags":["x402","utility"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string","description":"Domain or URL to inspect"},"timeout":{"type":"integer","description":"Timeout in seconds (1-15)","default":8,"minimum":1,"maximum":15}},"required":["url"]},"example":{"url":"https://example.com"}}}},"responses":{"200":{"description":"Paid utility result. Downstream tool errors are returned as structured result payloads with HTTP 200 after payment succeeds.","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_robots_inspect"},"result":{"type":"object","properties":{"robots_url":{"type":"string"},"allow":{"type":"array","items":{"type":"string"}},"disallow":{"type":"array","items":{"type":"string"}},"sitemaps":{"type":"array","items":{"type":"string"}}},"required":["robots_url","allow","disallow","sitemaps"],"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false},"example":{"tool_name":"util_robots_inspect","result":{"robots_url":"https://example.com/robots.txt","allow":[],"disallow":[],"sitemaps":[]}}}}},"400":{"description":"Invalid request body before tool execution","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string"},"result":{"type":"object","additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}}}},"402":{"description":"Payment required via x402 or MPP","content":{"application/json":{"schema":{"type":"object","properties":{"x402Version":{"type":"integer"},"accepts":{"type":"array","items":{"type":"object"}},"error":{"type":"string"}},"required":["x402Version","accepts","error"]}}}}},"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}},{"mpp":{}}]},"x-bazaar":{"discoverable":true,"category":"utility","tags":["x402","utility","robots","seo","web"],"summary":"Read robots.txt rules and sitemap declarations before crawling or indexing a domain.","coverImage":"https://delx.ai/opengraph-image?v=20260305-fox","tool_name":"util_robots_inspect","serviceName":"Delx Robots Inspect","iconUrl":"https://delx.ai/opengraph-image?v=20260305-fox","provider":"coinbase","featured":false,"listing_status":"awaiting_first_coinbase_payment","listing_blockers":["awaiting_first_coinbase_payment"],"indexed_publicly":false,"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","properties":{"url":{"type":"string"},"timeout":{"type":"integer","minimum":1,"maximum":15}},"required":["url"],"additionalProperties":false}},"required":["type","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_robots_inspect"},"result":{"type":"object","properties":{"robots_url":{"type":"string"},"allow":{"type":"array","items":{"type":"string"}},"disallow":{"type":"array","items":{"type":"string"}},"sitemaps":{"type":"array","items":{"type":"string"}}},"required":["robots_url","allow","disallow","sitemaps"],"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}},"required":["type"]}},"required":["input"]}},"x-discovery":{"category":"utility","tags":["x402","utility","robots","seo","web"],"featured":false,"resource":"https://api.delx.ai/api/v1/x402/robots-inspect","catalogPriority":null,"recommendedFirstCall":false,"agentFirstStart":null,"agentFirstMcpStart":null}}},"/api/v1/x402/dns-lookup":{"post":{"operationId":"util_dns_lookup","summary":"Resolve DNS records for domain, routing, and delivery checks (x402)","tags":["x402","utility"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"domain":{"type":"string","description":"Domain to resolve"},"record_type":{"type":"string","description":"DNS record type","enum":["A","AAAA","CNAME","MX","NS","TXT"],"default":"A"},"timeout":{"type":"integer","description":"Timeout in seconds (1-15)","default":8,"minimum":1,"maximum":15}},"required":["domain"]},"example":{"domain":"example.com","record_type":"A"}}}},"responses":{"200":{"description":"Paid utility result. Downstream tool errors are returned as structured result payloads with HTTP 200 after payment succeeds.","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_dns_lookup"},"result":{"type":"object","properties":{"domain":{"type":"string"},"record_type":{"type":"string"},"answers":{"type":"array","items":{"type":"object"}},"answer_count":{"type":"integer"}},"required":["domain","record_type","answers","answer_count"],"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false},"example":{"tool_name":"util_dns_lookup","result":{"domain":"example.com","record_type":"A","answers":[{"name":"example.com.","type":"A","ttl":300,"data":"93.184.216.34"}],"answer_count":1}}}}},"400":{"description":"Invalid request body before tool execution","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string"},"result":{"type":"object","additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}}}},"402":{"description":"Payment required via x402 or MPP","content":{"application/json":{"schema":{"type":"object","properties":{"x402Version":{"type":"integer"},"accepts":{"type":"array","items":{"type":"object"}},"error":{"type":"string"}},"required":["x402Version","accepts","error"]}}}}},"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}},{"mpp":{}}]},"x-bazaar":{"discoverable":true,"category":"utility","tags":["x402","utility","dns","infra","lookup"],"summary":"Resolve A, AAAA, CNAME, MX, TXT, and NS records for fast domain and delivery checks.","coverImage":"https://delx.ai/opengraph-image?v=20260305-fox","tool_name":"util_dns_lookup","serviceName":"Delx Dns Lookup","iconUrl":"https://delx.ai/opengraph-image?v=20260305-fox","provider":"coinbase","featured":false,"listing_status":"awaiting_first_coinbase_payment","listing_blockers":["awaiting_first_coinbase_payment"],"indexed_publicly":false,"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","properties":{"domain":{"type":"string"},"record_type":{"type":"string","enum":["A","AAAA","CNAME","MX","NS","TXT"]},"timeout":{"type":"integer","minimum":1,"maximum":15}},"required":["domain"],"additionalProperties":false}},"required":["type","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_dns_lookup"},"result":{"type":"object","properties":{"domain":{"type":"string"},"record_type":{"type":"string"},"answers":{"type":"array","items":{"type":"object"}},"answer_count":{"type":"integer"}},"required":["domain","record_type","answers","answer_count"],"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}},"required":["type"]}},"required":["input"]}},"x-discovery":{"category":"utility","tags":["x402","utility","dns","infra","lookup"],"featured":false,"resource":"https://api.delx.ai/api/v1/x402/dns-lookup","catalogPriority":null,"recommendedFirstCall":false,"agentFirstStart":null,"agentFirstMcpStart":null}}},"/api/v1/x402/email-validate":{"post":{"operationId":"util_email_validate","summary":"Validate an email plus domain-level delivery records before outreach or signup (x402)","tags":["x402","utility"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"email":{"type":"string","description":"Email address to validate"},"timeout":{"type":"integer","description":"Timeout in seconds (1-15)","default":8,"minimum":1,"maximum":15}},"required":["email"]},"example":{"email":"agent@example.com"}}}},"responses":{"200":{"description":"Paid utility result. Downstream tool errors are returned as structured result payloads with HTTP 200 after payment succeeds.","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_email_validate"},"result":{"type":"object","properties":{"normalized":{"type":"string"},"syntax_valid":{"type":"boolean"},"domain":{"type":"string"},"mx_records":{"type":"array","items":{"type":"string"}},"a_records":{"type":"array","items":{"type":"string"}},"likely_deliverable":{"type":"boolean"}},"required":["normalized","syntax_valid","domain","mx_records","a_records","likely_deliverable"],"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false},"example":{"tool_name":"util_email_validate","result":{"normalized":"agent@example.com","syntax_valid":true,"domain":"example.com","mx_records":["10 mx.example.com."],"a_records":["93.184.216.34"],"likely_deliverable":true}}}}},"400":{"description":"Invalid request body before tool execution","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string"},"result":{"type":"object","additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}}}},"402":{"description":"Payment required via x402 or MPP","content":{"application/json":{"schema":{"type":"object","properties":{"x402Version":{"type":"integer"},"accepts":{"type":"array","items":{"type":"object"}},"error":{"type":"string"}},"required":["x402Version","accepts","error"]}}}}},"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}},{"mpp":{}}]},"x-bazaar":{"discoverable":true,"category":"utility","tags":["x402","utility","email","validation","outreach"],"summary":"Validate an email and its domain-level delivery records before outreach, signup, or routing.","coverImage":"https://delx.ai/opengraph-image?v=20260305-fox","tool_name":"util_email_validate","serviceName":"Delx Email Validate","iconUrl":"https://delx.ai/opengraph-image?v=20260305-fox","provider":"coinbase","featured":false,"listing_status":"awaiting_first_coinbase_payment","listing_blockers":["awaiting_first_coinbase_payment"],"indexed_publicly":false,"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","properties":{"email":{"type":"string"},"timeout":{"type":"integer","minimum":1,"maximum":15}},"required":["email"],"additionalProperties":false}},"required":["type","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_email_validate"},"result":{"type":"object","properties":{"normalized":{"type":"string"},"syntax_valid":{"type":"boolean"},"domain":{"type":"string"},"mx_records":{"type":"array","items":{"type":"string"}},"a_records":{"type":"array","items":{"type":"string"}},"likely_deliverable":{"type":"boolean"}},"required":["normalized","syntax_valid","domain","mx_records","a_records","likely_deliverable"],"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}},"required":["type"]}},"required":["input"]}},"x-discovery":{"category":"utility","tags":["x402","utility","email","validation","outreach"],"featured":false,"resource":"https://api.delx.ai/api/v1/x402/email-validate","catalogPriority":null,"recommendedFirstCall":false,"agentFirstStart":null,"agentFirstMcpStart":null}}},"/api/v1/x402/jwt-inspect":{"post":{"operationId":"util_jwt_inspect","summary":"Decode JWT claims quickly for auth debugging and token inspection (x402)","tags":["x402","utility"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"JWT token"}},"required":["token"]},"example":{"token":"header.payload.signature"}}}},"responses":{"200":{"description":"Paid utility result. Downstream tool errors are returned as structured result payloads with HTTP 200 after payment succeeds.","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_jwt_inspect"},"result":{"type":"object","properties":{"valid":{"type":"boolean"},"header":{"type":"object"},"payload":{"type":"object"},"claims":{"type":"object"}},"required":["valid"],"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false},"example":{"tool_name":"util_jwt_inspect","result":{"valid":true,"header":{"alg":"HS256"},"payload":{"sub":"agent-123"},"claims":{"exp_iso":"2030-03-17T17:46:40+00:00"}}}}}},"400":{"description":"Invalid request body before tool execution","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string"},"result":{"type":"object","additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}}}},"402":{"description":"Payment required via x402 or MPP","content":{"application/json":{"schema":{"type":"object","properties":{"x402Version":{"type":"integer"},"accepts":{"type":"array","items":{"type":"object"}},"error":{"type":"string"}},"required":["x402Version","accepts","error"]}}}}},"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}},{"mpp":{}}]},"x-bazaar":{"discoverable":true,"category":"utility","tags":["x402","utility","jwt","auth","debugging"],"summary":"Decode JWT claims quickly for auth debugging, routing, and token inspection.","coverImage":"https://delx.ai/opengraph-image?v=20260305-fox","tool_name":"util_jwt_inspect","serviceName":"Delx Jwt Inspect","iconUrl":"https://delx.ai/opengraph-image?v=20260305-fox","provider":"coinbase","featured":false,"listing_status":"awaiting_first_coinbase_payment","listing_blockers":["awaiting_first_coinbase_payment"],"indexed_publicly":false,"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","properties":{"token":{"type":"string"}},"required":["token"],"additionalProperties":false}},"required":["type","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_jwt_inspect"},"result":{"type":"object","properties":{"valid":{"type":"boolean"},"header":{"type":"object"},"payload":{"type":"object"},"claims":{"type":"object"}},"required":["valid"],"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}},"required":["type"]}},"required":["input"]}},"x-discovery":{"category":"utility","tags":["x402","utility","jwt","auth","debugging"],"featured":false,"resource":"https://api.delx.ai/api/v1/x402/jwt-inspect","catalogPriority":null,"recommendedFirstCall":false,"agentFirstStart":null,"agentFirstMcpStart":null}}},"/api/v1/x402/csv-to-json":{"post":{"operationId":"util_csv_to_json","summary":"Convert raw CSV into JSON rows for agents, prompts, and ETL workflows (x402)","tags":["x402","utility"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"csv_text":{"type":"string","description":"CSV document"},"delimiter":{"type":"string","description":"Optional one-character delimiter","default":","}},"required":["csv_text"]},"example":{"csv_text":"name,score\\nana,7\\nbob,9\\n"}}}},"responses":{"200":{"description":"Paid utility result. Downstream tool errors are returned as structured result payloads with HTTP 200 after payment succeeds.","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_csv_to_json"},"result":{"type":"object","properties":{"columns":{"type":"array","items":{"type":"string"}},"row_count":{"type":"integer"},"rows":{"type":"array","items":{"type":"object"}}},"required":["columns","row_count","rows"],"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false},"example":{"tool_name":"util_csv_to_json","result":{"columns":["name","score"],"row_count":2,"rows":[{"name":"ana","score":"7"},{"name":"bob","score":"9"}]}}}}},"400":{"description":"Invalid request body before tool execution","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string"},"result":{"type":"object","additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}}}},"402":{"description":"Payment required via x402 or MPP","content":{"application/json":{"schema":{"type":"object","properties":{"x402Version":{"type":"integer"},"accepts":{"type":"array","items":{"type":"object"}},"error":{"type":"string"}},"required":["x402Version","accepts","error"]}}}}},"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}},{"mpp":{}}]},"x-bazaar":{"discoverable":true,"category":"utility","tags":["x402","utility","csv","json","data-cleaning"],"summary":"Convert raw CSV into JSON rows for downstream agents, prompts, and ETL steps.","coverImage":"https://delx.ai/opengraph-image?v=20260305-fox","tool_name":"util_csv_to_json","serviceName":"Delx Csv To Json","iconUrl":"https://delx.ai/opengraph-image?v=20260305-fox","provider":"coinbase","featured":false,"listing_status":"awaiting_first_coinbase_payment","listing_blockers":["awaiting_first_coinbase_payment"],"indexed_publicly":false,"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","properties":{"csv_text":{"type":"string"},"delimiter":{"type":"string"}},"required":["csv_text"],"additionalProperties":false}},"required":["type","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_csv_to_json"},"result":{"type":"object","properties":{"columns":{"type":"array","items":{"type":"string"}},"row_count":{"type":"integer"},"rows":{"type":"array","items":{"type":"object"}}},"required":["columns","row_count","rows"],"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}},"required":["type"]}},"required":["input"]}},"x-discovery":{"category":"utility","tags":["x402","utility","csv","json","data-cleaning"],"featured":false,"resource":"https://api.delx.ai/api/v1/x402/csv-to-json","catalogPriority":null,"recommendedFirstCall":false,"agentFirstStart":null,"agentFirstMcpStart":null}}},"/api/v1/x402/json-to-csv":{"post":{"operationId":"util_json_to_csv","summary":"Convert structured JSON rows into CSV for exports, sheets, and handoff (x402)","tags":["x402","utility"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"json_text":{"type":"string","description":"JSON array or object"},"delimiter":{"type":"string","description":"Optional one-character delimiter","default":","}},"required":["json_text"]},"example":{"json_text":"[{\"name\":\"ana\",\"score\":7}]"}}}},"responses":{"200":{"description":"Paid utility result. Downstream tool errors are returned as structured result payloads with HTTP 200 after payment succeeds.","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_json_to_csv"},"result":{"type":"object","properties":{"columns":{"type":"array","items":{"type":"string"}},"row_count":{"type":"integer"},"csv":{"type":"string"}},"required":["columns","row_count","csv"],"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false},"example":{"tool_name":"util_json_to_csv","result":{"columns":["name","score"],"row_count":1,"csv":"name,score\\rana,7\\r\\n"}}}}},"400":{"description":"Invalid request body before tool execution","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string"},"result":{"type":"object","additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}}}},"402":{"description":"Payment required via x402 or MPP","content":{"application/json":{"schema":{"type":"object","properties":{"x402Version":{"type":"integer"},"accepts":{"type":"array","items":{"type":"object"}},"error":{"type":"string"}},"required":["x402Version","accepts","error"]}}}}},"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}},{"mpp":{}}]},"x-bazaar":{"discoverable":true,"category":"utility","tags":["x402","utility","json","csv","data-cleaning"],"summary":"Convert structured JSON rows into CSV for exports, spreadsheets, and handoff.","coverImage":"https://delx.ai/opengraph-image?v=20260305-fox","tool_name":"util_json_to_csv","serviceName":"Delx Json To Csv","iconUrl":"https://delx.ai/opengraph-image?v=20260305-fox","provider":"coinbase","featured":false,"listing_status":"awaiting_first_coinbase_payment","listing_blockers":["awaiting_first_coinbase_payment"],"indexed_publicly":false,"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","properties":{"json_text":{"type":"string"},"delimiter":{"type":"string"}},"required":["json_text"],"additionalProperties":false}},"required":["type","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_json_to_csv"},"result":{"type":"object","properties":{"columns":{"type":"array","items":{"type":"string"}},"row_count":{"type":"integer"},"csv":{"type":"string"}},"required":["columns","row_count","csv"],"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}},"required":["type"]}},"required":["input"]}},"x-discovery":{"category":"utility","tags":["x402","utility","json","csv","data-cleaning"],"featured":false,"resource":"https://api.delx.ai/api/v1/x402/json-to-csv","catalogPriority":null,"recommendedFirstCall":false,"agentFirstStart":null,"agentFirstMcpStart":null}}},"/api/v1/x402/tls-inspect":{"post":{"operationId":"util_tls_inspect","summary":"Inspect TLS issuer, subject, SANs, and expiry to check trust and renewal risk (x402)","tags":["x402","utility"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string","description":"HTTPS URL or hostname to inspect"},"timeout":{"type":"integer","description":"Timeout in seconds (1-15)","default":8,"minimum":1,"maximum":15}},"required":["url"]},"example":{"url":"https://example.com"}}}},"responses":{"200":{"description":"Paid utility result. Downstream tool errors are returned as structured result payloads with HTTP 200 after payment succeeds.","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_tls_inspect"},"result":{"type":"object","properties":{"host":{"type":"string"},"port":{"type":"integer"},"issuer":{"type":"array","items":{"type":"string"}},"subject":{"type":"array","items":{"type":"string"}},"days_until_expiry":{"type":"integer"},"san_dns":{"type":"array","items":{"type":"string"}}},"required":["host","port","issuer","subject","san_dns"],"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false},"example":{"tool_name":"util_tls_inspect","result":{"host":"example.com","port":443,"issuer":["organizationName=DigiCert Inc","commonName=DigiCert Global G3 TLS ECC SHA384 2020 CA1"],"subject":["commonName=*.example.com"],"days_until_expiry":30,"san_dns":["example.com","*.example.com"]}}}}},"400":{"description":"Invalid request body before tool execution","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string"},"result":{"type":"object","additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}}}},"402":{"description":"Payment required via x402 or MPP","content":{"application/json":{"schema":{"type":"object","properties":{"x402Version":{"type":"integer"},"accepts":{"type":"array","items":{"type":"object"}},"error":{"type":"string"}},"required":["x402Version","accepts","error"]}}}}},"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}},{"mpp":{}}]},"x-bazaar":{"discoverable":true,"category":"utility","tags":["x402","utility","tls","ssl","security"],"summary":"Inspect TLS issuer, subject, SANs, and expiry to check trust and renewal risk.","coverImage":"https://delx.ai/opengraph-image?v=20260305-fox","tool_name":"util_tls_inspect","serviceName":"Delx Tls Inspect","iconUrl":"https://delx.ai/opengraph-image?v=20260305-fox","provider":"coinbase","featured":false,"listing_status":"awaiting_first_coinbase_payment","listing_blockers":["awaiting_first_coinbase_payment"],"indexed_publicly":false,"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","properties":{"url":{"type":"string"},"timeout":{"type":"integer","minimum":1,"maximum":15}},"required":["url"],"additionalProperties":false}},"required":["type","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_tls_inspect"},"result":{"type":"object","properties":{"host":{"type":"string"},"port":{"type":"integer"},"issuer":{"type":"array","items":{"type":"string"}},"subject":{"type":"array","items":{"type":"string"}},"days_until_expiry":{"type":"integer"},"san_dns":{"type":"array","items":{"type":"string"}}},"required":["host","port","issuer","subject","san_dns"],"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}},"required":["type"]}},"required":["input"]}},"x-discovery":{"category":"utility","tags":["x402","utility","tls","ssl","security"],"featured":false,"resource":"https://api.delx.ai/api/v1/x402/tls-inspect","catalogPriority":null,"recommendedFirstCall":false,"agentFirstStart":null,"agentFirstMcpStart":null}}},"/api/v1/x402/security-txt-inspect":{"post":{"operationId":"util_security_txt_inspect","summary":"Find security.txt contacts, disclosure policy, and trust links for a domain (x402)","tags":["x402","utility"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string","description":"Origin or URL to inspect"},"timeout":{"type":"integer","description":"Timeout in seconds (1-15)","default":8,"minimum":1,"maximum":15}},"required":["url"]},"example":{"url":"https://example.com"}}}},"responses":{"200":{"description":"Paid utility result. Downstream tool errors are returned as structured result payloads with HTTP 200 after payment succeeds.","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_security_txt_inspect"},"result":{"type":"object","properties":{"security_txt_url":{"type":"string"},"found":{"type":"boolean"},"contacts":{"type":"array","items":{"type":"string"}},"policies":{"type":"array","items":{"type":"string"}},"expires":{"type":"string"}},"required":["security_txt_url","found","contacts","policies","expires"],"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false},"example":{"tool_name":"util_security_txt_inspect","result":{"security_txt_url":"https://example.com/.well-known/security.txt","found":true,"contacts":["mailto:security@example.com"],"policies":["https://example.com/security-policy"],"expires":"2030-01-01T00:00:00Z"}}}}},"400":{"description":"Invalid request body before tool execution","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string"},"result":{"type":"object","additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}}}},"402":{"description":"Payment required via x402 or MPP","content":{"application/json":{"schema":{"type":"object","properties":{"x402Version":{"type":"integer"},"accepts":{"type":"array","items":{"type":"object"}},"error":{"type":"string"}},"required":["x402Version","accepts","error"]}}}}},"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}},{"mpp":{}}]},"x-bazaar":{"discoverable":true,"category":"utility","tags":["x402","utility","security.txt","security","trust"],"summary":"Find security.txt contacts, disclosure policy, and trust links for a domain.","coverImage":"https://delx.ai/opengraph-image?v=20260305-fox","tool_name":"util_security_txt_inspect","serviceName":"Delx Security Txt Inspect","iconUrl":"https://delx.ai/opengraph-image?v=20260305-fox","provider":"coinbase","featured":false,"listing_status":"awaiting_first_coinbase_payment","listing_blockers":["awaiting_first_coinbase_payment"],"indexed_publicly":false,"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","properties":{"url":{"type":"string"},"timeout":{"type":"integer","minimum":1,"maximum":15}},"required":["url"],"additionalProperties":false}},"required":["type","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_security_txt_inspect"},"result":{"type":"object","properties":{"security_txt_url":{"type":"string"},"found":{"type":"boolean"},"contacts":{"type":"array","items":{"type":"string"}},"policies":{"type":"array","items":{"type":"string"}},"expires":{"type":"string"}},"required":["security_txt_url","found","contacts","policies","expires"],"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}},"required":["type"]}},"required":["input"]}},"x-discovery":{"category":"utility","tags":["x402","utility","security.txt","security","trust"],"featured":false,"resource":"https://api.delx.ai/api/v1/x402/security-txt-inspect","catalogPriority":null,"recommendedFirstCall":false,"agentFirstStart":null,"agentFirstMcpStart":null}}},"/api/v1/x402/http-headers-inspect":{"post":{"operationId":"util_http_headers_inspect","summary":"Inspect security, cache, redirect, and server headers to audit a URL quickly (x402)","tags":["x402","utility"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string","description":"URL to inspect"},"timeout":{"type":"integer","description":"Timeout in seconds (1-15)","default":8,"minimum":1,"maximum":15}},"required":["url"]},"example":{"url":"https://example.com"}}}},"responses":{"200":{"description":"Paid utility result. Downstream tool errors are returned as structured result payloads with HTTP 200 after payment succeeds.","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_http_headers_inspect"},"result":{"type":"object","properties":{"final_url":{"type":"string"},"status":{"type":"integer"},"headers":{"type":"object"},"security_headers_present":{"type":"array","items":{"type":"string"}},"missing_security_headers":{"type":"array","items":{"type":"string"}}},"required":["final_url","status","headers","security_headers_present","missing_security_headers"],"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false},"example":{"tool_name":"util_http_headers_inspect","result":{"final_url":"https://example.com","status":200,"headers":{"server":"cloudflare","cache-control":"max-age=0"},"security_headers_present":["strict-transport-security","x-content-type-options"],"missing_security_headers":["content-security-policy","referrer-policy"]}}}}},"400":{"description":"Invalid request body before tool execution","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string"},"result":{"type":"object","additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}}}},"402":{"description":"Payment required via x402 or MPP","content":{"application/json":{"schema":{"type":"object","properties":{"x402Version":{"type":"integer"},"accepts":{"type":"array","items":{"type":"object"}},"error":{"type":"string"}},"required":["x402Version","accepts","error"]}}}}},"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}},{"mpp":{}}]},"x-bazaar":{"discoverable":true,"category":"utility","tags":["x402","utility","headers","security","http"],"summary":"Inspect security, cache, redirect, and server headers to audit a URL quickly.","coverImage":"https://delx.ai/opengraph-image?v=20260305-fox","tool_name":"util_http_headers_inspect","serviceName":"Delx Http Headers Inspect","iconUrl":"https://delx.ai/opengraph-image?v=20260305-fox","provider":"coinbase","featured":false,"listing_status":"awaiting_first_coinbase_payment","listing_blockers":["awaiting_first_coinbase_payment"],"indexed_publicly":false,"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","properties":{"url":{"type":"string"},"timeout":{"type":"integer","minimum":1,"maximum":15}},"required":["url"],"additionalProperties":false}},"required":["type","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_http_headers_inspect"},"result":{"type":"object","properties":{"final_url":{"type":"string"},"status":{"type":"integer"},"headers":{"type":"object"},"security_headers_present":{"type":"array","items":{"type":"string"}},"missing_security_headers":{"type":"array","items":{"type":"string"}}},"required":["final_url","status","headers","security_headers_present","missing_security_headers"],"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}},"required":["type"]}},"required":["input"]}},"x-discovery":{"category":"utility","tags":["x402","utility","headers","security","http"],"featured":false,"resource":"https://api.delx.ai/api/v1/x402/http-headers-inspect","catalogPriority":null,"recommendedFirstCall":false,"agentFirstStart":null,"agentFirstMcpStart":null}}},"/api/v1/x402/feed-discover":{"post":{"operationId":"util_feed_discover","summary":"Find RSS, Atom, and JSON feeds so agents can subscribe instead of scrape (x402)","tags":["x402","utility"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string","description":"URL to inspect"},"timeout":{"type":"integer","description":"Timeout in seconds (1-15)","default":8,"minimum":1,"maximum":15}},"required":["url"]},"example":{"url":"https://example.com/blog"}}}},"responses":{"200":{"description":"Paid utility result. Downstream tool errors are returned as structured result payloads with HTTP 200 after payment succeeds.","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_feed_discover"},"result":{"type":"object","properties":{"feed_count":{"type":"integer"},"feeds":{"type":"array","items":{"type":"object"}},"manifest_url":{"type":"string"}},"required":["feed_count","feeds","manifest_url"],"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false},"example":{"tool_name":"util_feed_discover","result":{"feed_count":1,"feeds":[{"url":"https://example.com/feed.xml","type":"application/rss+xml","title":"Example Feed"}],"manifest_url":"https://example.com/site.webmanifest"}}}}},"400":{"description":"Invalid request body before tool execution","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string"},"result":{"type":"object","additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}}}},"402":{"description":"Payment required via x402 or MPP","content":{"application/json":{"schema":{"type":"object","properties":{"x402Version":{"type":"integer"},"accepts":{"type":"array","items":{"type":"object"}},"error":{"type":"string"}},"required":["x402Version","accepts","error"]}}}}},"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}},{"mpp":{}}]},"x-bazaar":{"discoverable":true,"category":"data","tags":["x402","data","rss","atom","feed"],"summary":"Find RSS, Atom, and JSON feeds so agents can subscribe instead of scrape.","coverImage":"https://delx.ai/opengraph-image?v=20260305-fox","tool_name":"util_feed_discover","serviceName":"Delx Feed Discover","iconUrl":"https://delx.ai/opengraph-image?v=20260305-fox","provider":"coinbase","featured":false,"listing_status":"awaiting_first_coinbase_payment","listing_blockers":["awaiting_first_coinbase_payment"],"indexed_publicly":false,"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","properties":{"url":{"type":"string"},"timeout":{"type":"integer","minimum":1,"maximum":15}},"required":["url"],"additionalProperties":false}},"required":["type","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_feed_discover"},"result":{"type":"object","properties":{"feed_count":{"type":"integer"},"feeds":{"type":"array","items":{"type":"object"}},"manifest_url":{"type":"string"}},"required":["feed_count","feeds","manifest_url"],"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}},"required":["type"]}},"required":["input"]}},"x-discovery":{"category":"data","tags":["x402","data","rss","atom","feed"],"featured":false,"resource":"https://api.delx.ai/api/v1/x402/feed-discover","catalogPriority":null,"recommendedFirstCall":false,"agentFirstStart":null,"agentFirstMcpStart":null}}},"/api/v1/x402/forms-extract":{"post":{"operationId":"util_forms_extract","summary":"Extract forms, methods, actions, and fields for browser automation planning (x402)","tags":["x402","utility"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string","description":"URL to inspect"},"timeout":{"type":"integer","description":"Timeout in seconds (1-15)","default":8,"minimum":1,"maximum":15}},"required":["url"]},"example":{"url":"https://example.com/login"}}}},"responses":{"200":{"description":"Paid utility result. Downstream tool errors are returned as structured result payloads with HTTP 200 after payment succeeds.","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_forms_extract"},"result":{"type":"object","properties":{"form_count":{"type":"integer"},"forms":{"type":"array","items":{"type":"object"}}},"required":["form_count","forms"],"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false},"example":{"tool_name":"util_forms_extract","result":{"form_count":1,"forms":[{"action":"https://example.com/session","method":"POST","input_count":2,"inputs":[{"tag":"input","type":"email","name":"email","required":true},{"tag":"input","type":"password","name":"password","required":true}]}]}}}}},"400":{"description":"Invalid request body before tool execution","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string"},"result":{"type":"object","additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}}}},"402":{"description":"Payment required via x402 or MPP","content":{"application/json":{"schema":{"type":"object","properties":{"x402Version":{"type":"integer"},"accepts":{"type":"array","items":{"type":"object"}},"error":{"type":"string"}},"required":["x402Version","accepts","error"]}}}}},"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}},{"mpp":{}}]},"x-bazaar":{"discoverable":true,"category":"data","tags":["x402","data","forms","web","automation"],"summary":"Extract forms, methods, actions, and fields for browser automation and workflow planning.","coverImage":"https://delx.ai/opengraph-image?v=20260305-fox","tool_name":"util_forms_extract","serviceName":"Delx Forms Extract","iconUrl":"https://delx.ai/opengraph-image?v=20260305-fox","provider":"coinbase","featured":false,"listing_status":"awaiting_first_coinbase_payment","listing_blockers":["awaiting_first_coinbase_payment"],"indexed_publicly":false,"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","properties":{"url":{"type":"string"},"timeout":{"type":"integer","minimum":1,"maximum":15}},"required":["url"],"additionalProperties":false}},"required":["type","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_forms_extract"},"result":{"type":"object","properties":{"form_count":{"type":"integer"},"forms":{"type":"array","items":{"type":"object"}}},"required":["form_count","forms"],"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}},"required":["type"]}},"required":["input"]}},"x-discovery":{"category":"data","tags":["x402","data","forms","web","automation"],"featured":false,"resource":"https://api.delx.ai/api/v1/x402/forms-extract","catalogPriority":null,"recommendedFirstCall":false,"agentFirstStart":null,"agentFirstMcpStart":null}}},"/api/v1/x402/contact-extract":{"post":{"operationId":"util_contact_extract","summary":"Extract emails, phones, and social links from a page for outreach and support (x402)","tags":["x402","utility"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string","description":"URL to inspect"},"timeout":{"type":"integer","description":"Timeout in seconds (1-15)","default":8,"minimum":1,"maximum":15}},"required":["url"]},"example":{"url":"https://example.com"}}}},"responses":{"200":{"description":"Paid utility result. Downstream tool errors are returned as structured result payloads with HTTP 200 after payment succeeds.","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_contact_extract"},"result":{"type":"object","properties":{"emails":{"type":"array","items":{"type":"string"}},"phone_numbers":{"type":"array","items":{"type":"string"}},"social_links":{"type":"object"},"manifest_url":{"type":"string"}},"required":["emails","phone_numbers","social_links","manifest_url"],"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false},"example":{"tool_name":"util_contact_extract","result":{"emails":["hello@example.com"],"phone_numbers":["+15551234567"],"social_links":{"x":"https://x.com/example","github":"https://github.com/example"},"manifest_url":"https://example.com/site.webmanifest"}}}}},"400":{"description":"Invalid request body before tool execution","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string"},"result":{"type":"object","additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}}}},"402":{"description":"Payment required via x402 or MPP","content":{"application/json":{"schema":{"type":"object","properties":{"x402Version":{"type":"integer"},"accepts":{"type":"array","items":{"type":"object"}},"error":{"type":"string"}},"required":["x402Version","accepts","error"]}}}}},"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}},{"mpp":{}}]},"x-bazaar":{"discoverable":true,"category":"data","tags":["x402","data","contacts","social","web"],"summary":"Extract emails, phones, and social links from a page for outreach, routing, and support.","coverImage":"https://delx.ai/opengraph-image?v=20260305-fox","tool_name":"util_contact_extract","serviceName":"Delx Contact Extract","iconUrl":"https://delx.ai/opengraph-image?v=20260305-fox","provider":"coinbase","featured":false,"listing_status":"awaiting_first_coinbase_payment","listing_blockers":["awaiting_first_coinbase_payment"],"indexed_publicly":false,"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","properties":{"url":{"type":"string"},"timeout":{"type":"integer","minimum":1,"maximum":15}},"required":["url"],"additionalProperties":false}},"required":["type","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_contact_extract"},"result":{"type":"object","properties":{"emails":{"type":"array","items":{"type":"string"}},"phone_numbers":{"type":"array","items":{"type":"string"}},"social_links":{"type":"object"},"manifest_url":{"type":"string"}},"required":["emails","phone_numbers","social_links","manifest_url"],"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}},"required":["type"]}},"required":["input"]}},"x-discovery":{"category":"data","tags":["x402","data","contacts","social","web"],"featured":false,"resource":"https://api.delx.ai/api/v1/x402/contact-extract","catalogPriority":null,"recommendedFirstCall":false,"agentFirstStart":null,"agentFirstMcpStart":null}}},"/api/v1/x402/rdap-lookup":{"post":{"operationId":"util_rdap_lookup","summary":"Fetch registrar, status, and registration dates for trust and domain ops (x402)","tags":["x402","utility"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"domain":{"type":"string","description":"Domain to inspect"},"timeout":{"type":"integer","description":"Timeout in seconds (1-15)","default":8,"minimum":1,"maximum":15}},"required":["domain"]},"example":{"domain":"example.com"}}}},"responses":{"200":{"description":"Paid utility result. Downstream tool errors are returned as structured result payloads with HTTP 200 after payment succeeds.","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_rdap_lookup"},"result":{"type":"object","properties":{"domain":{"type":"string"},"handle":{"type":"string"},"statuses":{"type":"array","items":{"type":"string"}},"registrar":{"type":"string"},"registered_at":{"type":"string"},"expires_at":{"type":"string"}},"required":["domain","handle","statuses","registrar","registered_at","expires_at"],"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false},"example":{"tool_name":"util_rdap_lookup","result":{"domain":"example.com","handle":"EXAMPLE1-EXAMPLE","statuses":["active"],"registrar":"Example Registrar","registered_at":"2020-01-01T00:00:00Z","expires_at":"2030-01-01T00:00:00Z"}}}}},"400":{"description":"Invalid request body before tool execution","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string"},"result":{"type":"object","additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}}}},"402":{"description":"Payment required via x402 or MPP","content":{"application/json":{"schema":{"type":"object","properties":{"x402Version":{"type":"integer"},"accepts":{"type":"array","items":{"type":"object"}},"error":{"type":"string"}},"required":["x402Version","accepts","error"]}}}}},"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}},{"mpp":{}}]},"x-bazaar":{"discoverable":true,"category":"utility","tags":["x402","utility","rdap","domain","trust"],"summary":"Fetch registrar, status, and registration dates for trust, compliance, and domain ops.","coverImage":"https://delx.ai/opengraph-image?v=20260305-fox","tool_name":"util_rdap_lookup","serviceName":"Delx Rdap Lookup","iconUrl":"https://delx.ai/opengraph-image?v=20260305-fox","provider":"coinbase","featured":false,"listing_status":"awaiting_first_coinbase_payment","listing_blockers":["awaiting_first_coinbase_payment"],"indexed_publicly":false,"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","properties":{"domain":{"type":"string"},"timeout":{"type":"integer","minimum":1,"maximum":15}},"required":["domain"],"additionalProperties":false}},"required":["type","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_rdap_lookup"},"result":{"type":"object","properties":{"domain":{"type":"string"},"handle":{"type":"string"},"statuses":{"type":"array","items":{"type":"string"}},"registrar":{"type":"string"},"registered_at":{"type":"string"},"expires_at":{"type":"string"}},"required":["domain","handle","statuses","registrar","registered_at","expires_at"],"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}},"required":["type"]}},"required":["input"]}},"x-discovery":{"category":"utility","tags":["x402","utility","rdap","domain","trust"],"featured":false,"resource":"https://api.delx.ai/api/v1/x402/rdap-lookup","catalogPriority":null,"recommendedFirstCall":false,"agentFirstStart":null,"agentFirstMcpStart":null}}},"/api/v1/x402/api-health-report":{"post":{"operationId":"util_api_health_report","summary":"Measure endpoint status, latency, redirects, content type, and reachability in one call (x402)","tags":["x402","utility"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string","description":"URL to probe"},"timeout":{"type":"integer","description":"Timeout in seconds (1-15)","default":8,"minimum":1,"maximum":15}},"required":["url"]},"example":{"url":"https://api.example.com/health"}}}},"responses":{"200":{"description":"Paid utility result. Downstream tool errors are returned as structured result payloads with HTTP 200 after payment succeeds.","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_api_health_report"},"result":{"type":"object","properties":{"final_url":{"type":"string"},"status":{"type":"integer"},"latency_ms":{"type":"integer"},"content_type":{"type":"string"},"response_bytes":{"type":"integer"},"server":{"type":"string"},"cache_control":{"type":"string"},"is_json":{"type":"boolean"},"json_valid":{"type":"boolean"}},"required":["final_url","status","latency_ms","content_type","response_bytes","server","cache_control","is_json","json_valid"],"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false},"example":{"tool_name":"util_api_health_report","result":{"final_url":"https://api.example.com/health","status":200,"latency_ms":184,"content_type":"application/json","response_bytes":128,"server":"cloudflare","cache_control":"no-store","is_json":true,"json_valid":true}}}}},"400":{"description":"Invalid request body before tool execution","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string"},"result":{"type":"object","additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}}}},"402":{"description":"Payment required via x402 or MPP","content":{"application/json":{"schema":{"type":"object","properties":{"x402Version":{"type":"integer"},"accepts":{"type":"array","items":{"type":"object"}},"error":{"type":"string"}},"required":["x402Version","accepts","error"]}}}}},"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.001"},"protocols":[{"x402":{}},{"mpp":{}}]},"x-bazaar":{"discoverable":true,"category":"utility","tags":["x402","utility","api","health","monitoring","single-fetch","microprice"],"summary":"Check endpoint status, latency, redirects, content type, and JSON validity for $0.001 USDC. One single-fetch structured result, no API key.","coverImage":"https://delx.ai/opengraph-image?v=20260305-fox","tool_name":"util_api_health_report","serviceName":"Delx Api Health Report","iconUrl":"https://delx.ai/opengraph-image?v=20260305-fox","provider":"coinbase","featured":false,"listing_status":"awaiting_first_coinbase_payment","listing_blockers":["awaiting_first_coinbase_payment"],"indexed_publicly":false,"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","properties":{"url":{"type":"string"},"timeout":{"type":"integer","minimum":1,"maximum":15}},"required":["url"],"additionalProperties":false}},"required":["type","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_api_health_report"},"result":{"type":"object","properties":{"final_url":{"type":"string"},"status":{"type":"integer"},"latency_ms":{"type":"integer"},"content_type":{"type":"string"},"response_bytes":{"type":"integer"},"server":{"type":"string"},"cache_control":{"type":"string"},"is_json":{"type":"boolean"},"json_valid":{"type":"boolean"}},"required":["final_url","status","latency_ms","content_type","response_bytes","server","cache_control","is_json","json_valid"],"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}},"required":["type"]}},"required":["input"]}},"x-discovery":{"category":"utility","tags":["x402","utility","api","health","monitoring","single-fetch","microprice"],"featured":false,"resource":"https://api.delx.ai/api/v1/x402/api-health-report","catalogPriority":null,"recommendedFirstCall":false,"agentFirstStart":null,"agentFirstMcpStart":null}}},"/api/v1/x402/server-probe":{"post":{"operationId":"util_x402_server_probe","summary":"Probe an x402 server end-to-end: discovery, status, tools, reliability, and OpenAPI (x402)","tags":["x402","utility"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string","description":"x402 server origin"},"timeout":{"type":"integer","description":"Timeout in seconds (1-15)","default":8,"minimum":1,"maximum":15}},"required":["url"]},"example":{"url":"https://api.delx.ai"}}}},"responses":{"200":{"description":"Paid utility result. Downstream tool errors are returned as structured result payloads with HTTP 200 after payment succeeds.","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_x402_server_probe"},"result":{"type":"object","properties":{"reachable_count":{"type":"integer"},"check_count":{"type":"integer"},"resource_count":{"type":"integer"},"tool_count":{"type":"integer"},"checks":{"type":"array","items":{"type":"object"}}},"required":["reachable_count","check_count","resource_count","tool_count","checks"],"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false},"example":{"tool_name":"util_x402_server_probe","result":{"reachable_count":5,"check_count":5,"resource_count":20,"tool_count":10,"checks":[{"name":"x402_discovery","url":"https://api.delx.ai/.well-known/x402","status":200,"reachable":true,"error":""}]}}}}},"400":{"description":"Invalid request body before tool execution","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string"},"result":{"type":"object","additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}}}},"402":{"description":"Payment required via x402 or MPP","content":{"application/json":{"schema":{"type":"object","properties":{"x402Version":{"type":"integer"},"accepts":{"type":"array","items":{"type":"object"}},"error":{"type":"string"}},"required":["x402Version","accepts","error"]}}}}},"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}},{"mpp":{}}]},"x-bazaar":{"discoverable":true,"category":"utility","tags":["x402","utility","x402","probe","ops"],"summary":"Probe an x402 server end-to-end: discovery, status, tools, reliability, and OpenAPI.","coverImage":"https://delx.ai/opengraph-image?v=20260305-fox","tool_name":"util_x402_server_probe","serviceName":"Delx X402 Server Probe","iconUrl":"https://delx.ai/opengraph-image?v=20260305-fox","provider":"coinbase","featured":false,"listing_status":"awaiting_first_coinbase_payment","listing_blockers":["awaiting_first_coinbase_payment"],"indexed_publicly":false,"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","properties":{"url":{"type":"string"},"timeout":{"type":"integer","minimum":1,"maximum":15}},"required":["url"],"additionalProperties":false}},"required":["type","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_x402_server_probe"},"result":{"type":"object","properties":{"reachable_count":{"type":"integer"},"check_count":{"type":"integer"},"resource_count":{"type":"integer"},"tool_count":{"type":"integer"},"checks":{"type":"array","items":{"type":"object"}}},"required":["reachable_count","check_count","resource_count","tool_count","checks"],"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}},"required":["type"]}},"required":["input"]}},"x-discovery":{"category":"utility","tags":["x402","utility","x402","probe","ops"],"featured":false,"resource":"https://api.delx.ai/api/v1/x402/server-probe","catalogPriority":null,"recommendedFirstCall":false,"agentFirstStart":null,"agentFirstMcpStart":null}}},"/api/v1/x402/resource-summary":{"post":{"operationId":"util_x402_resource_summary","summary":"Summarize a server's .well-known/x402 resources, pricing surface, networks, and paths (x402)","tags":["x402","utility"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string","description":"x402 server origin"},"timeout":{"type":"integer","description":"Timeout in seconds (1-15)","default":8,"minimum":1,"maximum":15}},"required":["url"]},"example":{"url":"https://api.delx.ai"}}}},"responses":{"200":{"description":"Paid utility result. Downstream tool errors are returned as structured result payloads with HTTP 200 after payment succeeds.","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_x402_resource_summary"},"result":{"type":"object","properties":{"status":{"type":"integer"},"resource_count":{"type":"integer"},"networks":{"type":"array","items":{"type":"string"}},"resources":{"type":"array","items":{"type":"object"}}},"required":["status","resource_count","networks","resources"],"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false},"example":{"tool_name":"util_x402_resource_summary","result":{"status":200,"resource_count":20,"networks":["base"],"resources":[{"tool_name":"util_page_extract","resource":"https://api.delx.ai/api/v1/x402/page-extract","networks":["base"]}]}}}}},"400":{"description":"Invalid request body before tool execution","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string"},"result":{"type":"object","additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}}}},"402":{"description":"Payment required via x402 or MPP","content":{"application/json":{"schema":{"type":"object","properties":{"x402Version":{"type":"integer"},"accepts":{"type":"array","items":{"type":"object"}},"error":{"type":"string"}},"required":["x402Version","accepts","error"]}}}}},"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.001"},"protocols":[{"x402":{}},{"mpp":{}}]},"x-bazaar":{"discoverable":true,"category":"utility","tags":["x402","utility","resources","discovery","single-fetch","microprice"],"summary":"Read any server's x402 resources, payment networks, and canonical paths for $0.001 USDC. One single-fetch structured result, no API key.","coverImage":"https://delx.ai/opengraph-image?v=20260305-fox","tool_name":"util_x402_resource_summary","serviceName":"Delx X402 Resource Summary","iconUrl":"https://delx.ai/opengraph-image?v=20260305-fox","provider":"coinbase","featured":false,"listing_status":"awaiting_first_coinbase_payment","listing_blockers":["awaiting_first_coinbase_payment"],"indexed_publicly":false,"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","properties":{"url":{"type":"string"},"timeout":{"type":"integer","minimum":1,"maximum":15}},"required":["url"],"additionalProperties":false}},"required":["type","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_x402_resource_summary"},"result":{"type":"object","properties":{"status":{"type":"integer"},"resource_count":{"type":"integer"},"networks":{"type":"array","items":{"type":"string"}},"resources":{"type":"array","items":{"type":"object"}}},"required":["status","resource_count","networks","resources"],"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}},"required":["type"]}},"required":["input"]}},"x-discovery":{"category":"utility","tags":["x402","utility","resources","discovery","single-fetch","microprice"],"featured":false,"resource":"https://api.delx.ai/api/v1/x402/resource-summary","catalogPriority":null,"recommendedFirstCall":false,"agentFirstStart":null,"agentFirstMcpStart":null}}},"/api/v1/x402/website-intelligence-report":{"post":{"operationId":"util_website_intelligence_report","summary":"Build a one-call website intelligence report with metadata, docs, pricing, contacts, forms, feeds, and crawl hints (x402)","tags":["x402","utility"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string","description":"URL to inspect"},"timeout":{"type":"integer","description":"Timeout in seconds (1-15)","default":8,"minimum":1,"maximum":15}},"required":["url"]},"example":{"url":"https://example.com"}}}},"responses":{"200":{"description":"Paid utility result. Downstream tool errors are returned as structured result payloads with HTTP 200 after payment succeeds.","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_website_intelligence_report"},"result":{"type":"object","properties":{"url":{"type":"string"},"summary":{"type":"object"},"title":{"type":"string"},"description":{"type":"string"},"trust_score":{"type":"integer"},"trust_level":{"type":"string"},"path_count":{"type":"integer"},"x402_path_count":{"type":"integer"},"audit_score":{"type":"integer"},"audit_level":{"type":"string"},"docs_link_count":{"type":"integer"},"pricing_signals":{"type":"object"},"emails":{"type":"array","items":{"type":"string"}},"readiness_score":{"type":"integer"},"readiness_level":{"type":"string"},"auth_link_count":{"type":"integer"},"feed_count":{"type":"integer"},"social_channels":{"type":"array","items":{"type":"string"}}},"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false},"example":{"tool_name":"util_website_intelligence_report","result":{"summary":{"title":"Example Domain","has_forms":false,"has_feeds":false,"has_contacts":false},"page":{"title":"Example Domain"}}}}}},"400":{"description":"Invalid request body before tool execution","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string"},"result":{"type":"object","additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}}}},"402":{"description":"Payment required via x402 or MPP","content":{"application/json":{"schema":{"type":"object","properties":{"x402Version":{"type":"integer"},"accepts":{"type":"array","items":{"type":"object"}},"error":{"type":"string"}},"required":["x402Version","accepts","error"]}}}}},"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}},{"mpp":{}}]},"x-bazaar":{"discoverable":true,"category":"data","tags":["x402","web","research","gtm","crawl"],"summary":"One-call website intelligence report for research agents with metadata, docs, pricing, contacts, forms, feeds, and crawl hints.","coverImage":"https://delx.ai/opengraph-image?v=20260305-fox","tool_name":"util_website_intelligence_report","serviceName":"Delx Website Intelligence Report","iconUrl":"https://delx.ai/opengraph-image?v=20260305-fox","provider":"coinbase","featured":false,"listing_status":"awaiting_first_coinbase_payment","listing_blockers":["awaiting_first_coinbase_payment"],"indexed_publicly":false,"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","properties":{"url":{"type":"string"},"timeout":{"type":"integer","minimum":1,"maximum":15}},"required":["url"],"additionalProperties":false}},"required":["type","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_website_intelligence_report"},"result":{"type":"object","properties":{"url":{"type":"string"},"summary":{"type":"object"},"title":{"type":"string"},"description":{"type":"string"},"trust_score":{"type":"integer"},"trust_level":{"type":"string"},"path_count":{"type":"integer"},"x402_path_count":{"type":"integer"},"audit_score":{"type":"integer"},"audit_level":{"type":"string"},"docs_link_count":{"type":"integer"},"pricing_signals":{"type":"object"},"emails":{"type":"array","items":{"type":"string"}},"readiness_score":{"type":"integer"},"readiness_level":{"type":"string"},"auth_link_count":{"type":"integer"},"feed_count":{"type":"integer"},"social_channels":{"type":"array","items":{"type":"string"}}},"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}},"required":["type"]}},"required":["input"]}},"x-discovery":{"category":"data","tags":["x402","web","research","gtm","crawl"],"featured":false,"resource":"https://api.delx.ai/api/v1/x402/website-intelligence-report","catalogPriority":null,"recommendedFirstCall":false,"agentFirstStart":null,"agentFirstMcpStart":null}}},"/api/v1/x402/domain-trust-report":{"post":{"operationId":"util_domain_trust_report","summary":"Build a one-call domain trust report with TLS, headers, security.txt, RDAP, DNS, and uptime signals (x402)","tags":["x402","utility"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string","description":"Domain or URL to inspect"},"timeout":{"type":"integer","description":"Timeout in seconds (1-15)","default":8,"minimum":1,"maximum":15}},"required":["url"]},"example":{"url":"https://example.com"}}}},"responses":{"200":{"description":"Paid utility result. Downstream tool errors are returned as structured result payloads with HTTP 200 after payment succeeds.","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_domain_trust_report"},"result":{"type":"object","properties":{"url":{"type":"string"},"summary":{"type":"object"},"title":{"type":"string"},"description":{"type":"string"},"trust_score":{"type":"integer"},"trust_level":{"type":"string"},"path_count":{"type":"integer"},"x402_path_count":{"type":"integer"},"audit_score":{"type":"integer"},"audit_level":{"type":"string"},"docs_link_count":{"type":"integer"},"pricing_signals":{"type":"object"},"emails":{"type":"array","items":{"type":"string"}},"readiness_score":{"type":"integer"},"readiness_level":{"type":"string"},"auth_link_count":{"type":"integer"},"feed_count":{"type":"integer"},"social_channels":{"type":"array","items":{"type":"string"}}},"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false},"example":{"tool_name":"util_domain_trust_report","result":{"domain":"example.com","trust_score":72,"trust_level":"high"}}}}},"400":{"description":"Invalid request body before tool execution","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string"},"result":{"type":"object","additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}}}},"402":{"description":"Payment required via x402 or MPP","content":{"application/json":{"schema":{"type":"object","properties":{"x402Version":{"type":"integer"},"accepts":{"type":"array","items":{"type":"object"}},"error":{"type":"string"}},"required":["x402Version","accepts","error"]}}}}},"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}},{"mpp":{}}]},"x-bazaar":{"discoverable":true,"category":"utility","tags":["x402","trust","security","domain","vendor-risk"],"summary":"One-call domain trust and security report with TLS, headers, security.txt, RDAP, DNS, and uptime signals.","coverImage":"https://delx.ai/opengraph-image?v=20260305-fox","tool_name":"util_domain_trust_report","serviceName":"Delx Domain Trust Report","iconUrl":"https://delx.ai/opengraph-image?v=20260305-fox","provider":"coinbase","featured":false,"listing_status":"awaiting_first_coinbase_payment","listing_blockers":["awaiting_first_coinbase_payment"],"indexed_publicly":false,"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","properties":{"url":{"type":"string"},"timeout":{"type":"integer","minimum":1,"maximum":15}},"required":["url"],"additionalProperties":false}},"required":["type","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_domain_trust_report"},"result":{"type":"object","properties":{"url":{"type":"string"},"summary":{"type":"object"},"title":{"type":"string"},"description":{"type":"string"},"trust_score":{"type":"integer"},"trust_level":{"type":"string"},"path_count":{"type":"integer"},"x402_path_count":{"type":"integer"},"audit_score":{"type":"integer"},"audit_level":{"type":"string"},"docs_link_count":{"type":"integer"},"pricing_signals":{"type":"object"},"emails":{"type":"array","items":{"type":"string"}},"readiness_score":{"type":"integer"},"readiness_level":{"type":"string"},"auth_link_count":{"type":"integer"},"feed_count":{"type":"integer"},"social_channels":{"type":"array","items":{"type":"string"}}},"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}},"required":["type"]}},"required":["input"]}},"x-discovery":{"category":"utility","tags":["x402","trust","security","domain","vendor-risk"],"featured":false,"resource":"https://api.delx.ai/api/v1/x402/domain-trust-report","catalogPriority":null,"recommendedFirstCall":false,"agentFirstStart":null,"agentFirstMcpStart":null}}},"/api/v1/x402/openapi-summary":{"post":{"operationId":"util_openapi_summary","summary":"Summarize an OpenAPI document into paths, tags, version, and auth hints (x402)","tags":["x402","utility"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string","description":"Origin or direct OpenAPI URL"},"timeout":{"type":"integer","description":"Timeout in seconds (1-15)","default":8,"minimum":1,"maximum":15}},"required":["url"]},"example":{"url":"https://api.delx.ai"}}}},"responses":{"200":{"description":"Paid utility result. Downstream tool errors are returned as structured result payloads with HTTP 200 after payment succeeds.","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_openapi_summary"},"result":{"type":"object","properties":{"url":{"type":"string"},"summary":{"type":"object"},"title":{"type":"string"},"description":{"type":"string"},"trust_score":{"type":"integer"},"trust_level":{"type":"string"},"path_count":{"type":"integer"},"x402_path_count":{"type":"integer"},"audit_score":{"type":"integer"},"audit_level":{"type":"string"},"docs_link_count":{"type":"integer"},"pricing_signals":{"type":"object"},"emails":{"type":"array","items":{"type":"string"}},"readiness_score":{"type":"integer"},"readiness_level":{"type":"string"},"auth_link_count":{"type":"integer"},"feed_count":{"type":"integer"},"social_channels":{"type":"array","items":{"type":"string"}}},"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false},"example":{"tool_name":"util_openapi_summary","result":{"title":"Delx Agent Operations REST API","version":"3.3.0","path_count":31,"x402_path_count":25,"auth_hints":["x402"]}}}}},"400":{"description":"Invalid request body before tool execution","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string"},"result":{"type":"object","additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}}}},"402":{"description":"Payment required via x402 or MPP","content":{"application/json":{"schema":{"type":"object","properties":{"x402Version":{"type":"integer"},"accepts":{"type":"array","items":{"type":"object"}},"error":{"type":"string"}},"required":["x402Version","accepts","error"]}}}}},"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.001"},"protocols":[{"x402":{}},{"mpp":{}}]},"x-bazaar":{"discoverable":true,"category":"utility","tags":["x402","utility","openapi","api","integration","single-fetch","microprice"],"summary":"Turn an OpenAPI document into title, version, path counts, tags, and auth hints for $0.001 USDC. One single-fetch structured result, no API key.","coverImage":"https://delx.ai/opengraph-image?v=20260305-fox","tool_name":"util_openapi_summary","serviceName":"Delx Openapi Summary","iconUrl":"https://delx.ai/opengraph-image?v=20260305-fox","provider":"coinbase","featured":false,"listing_status":"awaiting_first_coinbase_payment","listing_blockers":["awaiting_first_coinbase_payment"],"indexed_publicly":false,"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","properties":{"url":{"type":"string"},"timeout":{"type":"integer","minimum":1,"maximum":15}},"required":["url"],"additionalProperties":false}},"required":["type","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_openapi_summary"},"result":{"type":"object","properties":{"url":{"type":"string"},"summary":{"type":"object"},"title":{"type":"string"},"description":{"type":"string"},"trust_score":{"type":"integer"},"trust_level":{"type":"string"},"path_count":{"type":"integer"},"x402_path_count":{"type":"integer"},"audit_score":{"type":"integer"},"audit_level":{"type":"string"},"docs_link_count":{"type":"integer"},"pricing_signals":{"type":"object"},"emails":{"type":"array","items":{"type":"string"}},"readiness_score":{"type":"integer"},"readiness_level":{"type":"string"},"auth_link_count":{"type":"integer"},"feed_count":{"type":"integer"},"social_channels":{"type":"array","items":{"type":"string"}}},"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}},"required":["type"]}},"required":["input"]}},"x-discovery":{"category":"utility","tags":["x402","utility","openapi","api","integration","single-fetch","microprice"],"featured":false,"resource":"https://api.delx.ai/api/v1/x402/openapi-summary","catalogPriority":null,"recommendedFirstCall":false,"agentFirstStart":null,"agentFirstMcpStart":null}}},"/api/v1/x402/server-audit":{"post":{"operationId":"util_x402_server_audit","summary":"Audit an x402 server for listing readiness, discovery quality, pricing surface, OpenAPI coverage, and integration gaps (x402)","tags":["x402","utility"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string","description":"x402 server origin"},"timeout":{"type":"integer","description":"Timeout in seconds (1-15)","default":8,"minimum":1,"maximum":15}},"required":["url"]},"example":{"url":"https://api.delx.ai"}}}},"responses":{"200":{"description":"Paid utility result. Downstream tool errors are returned as structured result payloads with HTTP 200 after payment succeeds.","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_x402_server_audit"},"result":{"type":"object","properties":{"url":{"type":"string"},"summary":{"type":"object"},"title":{"type":"string"},"description":{"type":"string"},"trust_score":{"type":"integer"},"trust_level":{"type":"string"},"path_count":{"type":"integer"},"x402_path_count":{"type":"integer"},"audit_score":{"type":"integer"},"audit_level":{"type":"string"},"docs_link_count":{"type":"integer"},"pricing_signals":{"type":"object"},"emails":{"type":"array","items":{"type":"string"}},"readiness_score":{"type":"integer"},"readiness_level":{"type":"string"},"auth_link_count":{"type":"integer"},"feed_count":{"type":"integer"},"social_channels":{"type":"array","items":{"type":"string"}}},"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false},"example":{"tool_name":"util_x402_server_audit","result":{"audit_score":100,"audit_level":"excellent","gaps":[]}}}}},"400":{"description":"Invalid request body before tool execution","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string"},"result":{"type":"object","additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}}}},"402":{"description":"Payment required via x402 or MPP","content":{"application/json":{"schema":{"type":"object","properties":{"x402Version":{"type":"integer"},"accepts":{"type":"array","items":{"type":"object"}},"error":{"type":"string"}},"required":["x402Version","accepts","error"]}}}}},"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}},{"mpp":{}}]},"x-bazaar":{"discoverable":true,"category":"utility","tags":["x402","audit","discovery","pricing","openapi"],"summary":"Audit an x402 server for listing readiness, discovery quality, pricing surface, OpenAPI coverage, and integration gaps.","coverImage":"https://delx.ai/opengraph-image?v=20260305-fox","tool_name":"util_x402_server_audit","serviceName":"Delx X402 Server Audit","iconUrl":"https://delx.ai/opengraph-image?v=20260305-fox","provider":"coinbase","featured":false,"listing_status":"awaiting_first_coinbase_payment","listing_blockers":["awaiting_first_coinbase_payment"],"indexed_publicly":false,"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","properties":{"url":{"type":"string"},"timeout":{"type":"integer","minimum":1,"maximum":15}},"required":["url"],"additionalProperties":false}},"required":["type","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_x402_server_audit"},"result":{"type":"object","properties":{"url":{"type":"string"},"summary":{"type":"object"},"title":{"type":"string"},"description":{"type":"string"},"trust_score":{"type":"integer"},"trust_level":{"type":"string"},"path_count":{"type":"integer"},"x402_path_count":{"type":"integer"},"audit_score":{"type":"integer"},"audit_level":{"type":"string"},"docs_link_count":{"type":"integer"},"pricing_signals":{"type":"object"},"emails":{"type":"array","items":{"type":"string"}},"readiness_score":{"type":"integer"},"readiness_level":{"type":"string"},"auth_link_count":{"type":"integer"},"feed_count":{"type":"integer"},"social_channels":{"type":"array","items":{"type":"string"}}},"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}},"required":["type"]}},"required":["input"]}},"x-discovery":{"category":"utility","tags":["x402","audit","discovery","pricing","openapi"],"featured":false,"resource":"https://api.delx.ai/api/v1/x402/server-audit","catalogPriority":null,"recommendedFirstCall":false,"agentFirstStart":null,"agentFirstMcpStart":null,"preview":{"resource":"https://api.delx.ai/api/v1/previews/x402-server-audit","method":"GET","query_arg":"url","sample_url":"https://api.delx.ai/api/v1/previews/x402-server-audit?url=https://api.delx.ai","summary":"Free teaser preview with reachability, discovery count, OpenAPI status, and top gaps before buying the full audit."}}}},"/api/v1/x402/mcp-server-readiness":{"post":{"operationId":"util_mcp_server_readiness_report","summary":"Audit an MCP server for tools/list, schemas, manifests, discovery, and integration readiness (x402)","tags":["x402","utility"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string","description":"HTTP origin or MCP server URL to inspect"},"timeout":{"type":"integer","description":"Timeout in seconds (1-15)","default":8,"minimum":1,"maximum":15}},"required":["url"]},"example":{"url":"https://api.delx.ai/v1/mcp"}}}},"responses":{"200":{"description":"Paid utility result. Downstream tool errors are returned as structured result payloads with HTTP 200 after payment succeeds.","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string"},"result":{"type":"object","additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false},"example":{"tool_name":"util_mcp_server_readiness_report","result":{"verdict":"ready","mcp_readiness_score":90,"tool_count":108}}}}},"400":{"description":"Invalid request body before tool execution","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string"},"result":{"type":"object","additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}}}},"402":{"description":"Payment required via x402 or MPP","content":{"application/json":{"schema":{"type":"object","properties":{"x402Version":{"type":"integer"},"accepts":{"type":"array","items":{"type":"object"}},"error":{"type":"string"}},"required":["x402Version","accepts","error"]}}}}},"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}},{"mpp":{}}]},"x-bazaar":{"discoverable":true,"category":"utility","tags":["x402","mcp","readiness","schemas","discovery"],"summary":"Audit an MCP server for tools/list, schemas, manifests, discovery, and integration readiness.","coverImage":"https://delx.ai/opengraph-image?v=20260305-fox","tool_name":"util_mcp_server_readiness_report","serviceName":"Delx Mcp Server Readiness Report","iconUrl":"https://delx.ai/opengraph-image?v=20260305-fox","provider":"coinbase","featured":false,"listing_status":"awaiting_first_coinbase_payment","listing_blockers":["awaiting_first_coinbase_payment"],"indexed_publicly":false,"schema":{}},"x-discovery":{"category":"utility","tags":["x402","mcp","readiness","schemas","discovery"],"featured":false,"resource":"https://api.delx.ai/api/v1/x402/mcp-server-readiness","catalogPriority":null,"recommendedFirstCall":false,"agentFirstStart":null,"agentFirstMcpStart":null}}},"/api/v1/x402/docs-site-map":{"post":{"operationId":"util_docs_site_map","summary":"Map a docs surface with docs links, sitemap signals, robots rules, and feeds (x402)","tags":["x402","utility"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string","description":"Docs or product URL"},"timeout":{"type":"integer","description":"Timeout in seconds (1-15)","default":8,"minimum":1,"maximum":15}},"required":["url"]},"example":{"url":"https://example.com/docs"}}}},"responses":{"200":{"description":"Paid utility result. Downstream tool errors are returned as structured result payloads with HTTP 200 after payment succeeds.","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_docs_site_map"},"result":{"type":"object","properties":{"url":{"type":"string"},"summary":{"type":"object"},"title":{"type":"string"},"description":{"type":"string"},"trust_score":{"type":"integer"},"trust_level":{"type":"string"},"path_count":{"type":"integer"},"x402_path_count":{"type":"integer"},"audit_score":{"type":"integer"},"audit_level":{"type":"string"},"docs_link_count":{"type":"integer"},"pricing_signals":{"type":"object"},"emails":{"type":"array","items":{"type":"string"}},"readiness_score":{"type":"integer"},"readiness_level":{"type":"string"},"auth_link_count":{"type":"integer"},"feed_count":{"type":"integer"},"social_channels":{"type":"array","items":{"type":"string"}}},"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false},"example":{"tool_name":"util_docs_site_map","result":{"title":"Docs","docs_link_count":4,"has_sitemap":true,"has_feed":false}}}}},"400":{"description":"Invalid request body before tool execution","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string"},"result":{"type":"object","additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}}}},"402":{"description":"Payment required via x402 or MPP","content":{"application/json":{"schema":{"type":"object","properties":{"x402Version":{"type":"integer"},"accepts":{"type":"array","items":{"type":"object"}},"error":{"type":"string"}},"required":["x402Version","accepts","error"]}}}}},"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}},{"mpp":{}}]},"x-bazaar":{"discoverable":true,"category":"data","tags":["x402","data","docs","map","crawl"],"summary":"Map a docs surface with docs links, sitemap signals, robots rules, and feed hints.","coverImage":"https://delx.ai/opengraph-image?v=20260305-fox","tool_name":"util_docs_site_map","serviceName":"Delx Docs Site Map","iconUrl":"https://delx.ai/opengraph-image?v=20260305-fox","provider":"coinbase","featured":false,"listing_status":"awaiting_first_coinbase_payment","listing_blockers":["awaiting_first_coinbase_payment"],"indexed_publicly":false,"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","properties":{"url":{"type":"string"},"timeout":{"type":"integer","minimum":1,"maximum":15}},"required":["url"],"additionalProperties":false}},"required":["type","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_docs_site_map"},"result":{"type":"object","properties":{"url":{"type":"string"},"summary":{"type":"object"},"title":{"type":"string"},"description":{"type":"string"},"trust_score":{"type":"integer"},"trust_level":{"type":"string"},"path_count":{"type":"integer"},"x402_path_count":{"type":"integer"},"audit_score":{"type":"integer"},"audit_level":{"type":"string"},"docs_link_count":{"type":"integer"},"pricing_signals":{"type":"object"},"emails":{"type":"array","items":{"type":"string"}},"readiness_score":{"type":"integer"},"readiness_level":{"type":"string"},"auth_link_count":{"type":"integer"},"feed_count":{"type":"integer"},"social_channels":{"type":"array","items":{"type":"string"}}},"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}},"required":["type"]}},"required":["input"]}},"x-discovery":{"category":"data","tags":["x402","data","docs","map","crawl"],"featured":false,"resource":"https://api.delx.ai/api/v1/x402/docs-site-map","catalogPriority":null,"recommendedFirstCall":false,"agentFirstStart":null,"agentFirstMcpStart":null}}},"/api/v1/x402/pricing-page-extract":{"post":{"operationId":"util_pricing_page_extract","summary":"Extract pricing plans, trials, sales CTAs, and conversion routes from a pricing page (x402)","tags":["x402","utility"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string","description":"Pricing page URL"},"timeout":{"type":"integer","description":"Timeout in seconds (1-15)","default":8,"minimum":1,"maximum":15}},"required":["url"]},"example":{"url":"https://example.com/pricing"}}}},"responses":{"200":{"description":"Paid utility result. Downstream tool errors are returned as structured result payloads with HTTP 200 after payment succeeds.","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_pricing_page_extract"},"result":{"type":"object","properties":{"url":{"type":"string"},"summary":{"type":"object"},"title":{"type":"string"},"description":{"type":"string"},"trust_score":{"type":"integer"},"trust_level":{"type":"string"},"path_count":{"type":"integer"},"x402_path_count":{"type":"integer"},"audit_score":{"type":"integer"},"audit_level":{"type":"string"},"docs_link_count":{"type":"integer"},"pricing_signals":{"type":"object"},"emails":{"type":"array","items":{"type":"string"}},"readiness_score":{"type":"integer"},"readiness_level":{"type":"string"},"auth_link_count":{"type":"integer"},"feed_count":{"type":"integer"},"social_channels":{"type":"array","items":{"type":"string"}}},"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false},"example":{"tool_name":"util_pricing_page_extract","result":{"title":"Pricing","pricing_signals":{"free_trial":true,"contact_sales":false,"usage_based":true,"enterprise":true},"form_count":1}}}}},"400":{"description":"Invalid request body before tool execution","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string"},"result":{"type":"object","additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}}}},"402":{"description":"Payment required via x402 or MPP","content":{"application/json":{"schema":{"type":"object","properties":{"x402Version":{"type":"integer"},"accepts":{"type":"array","items":{"type":"object"}},"error":{"type":"string"}},"required":["x402Version","accepts","error"]}}}}},"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}},{"mpp":{}}]},"x-bazaar":{"discoverable":true,"category":"data","tags":["x402","data","pricing","sales","gtm"],"summary":"Extract pricing signals like plans, trials, sales CTAs, and conversion routes from a pricing page.","coverImage":"https://delx.ai/opengraph-image?v=20260305-fox","tool_name":"util_pricing_page_extract","serviceName":"Delx Pricing Page Extract","iconUrl":"https://delx.ai/opengraph-image?v=20260305-fox","provider":"coinbase","featured":false,"listing_status":"awaiting_first_coinbase_payment","listing_blockers":["awaiting_first_coinbase_payment"],"indexed_publicly":false,"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","properties":{"url":{"type":"string"},"timeout":{"type":"integer","minimum":1,"maximum":15}},"required":["url"],"additionalProperties":false}},"required":["type","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_pricing_page_extract"},"result":{"type":"object","properties":{"url":{"type":"string"},"summary":{"type":"object"},"title":{"type":"string"},"description":{"type":"string"},"trust_score":{"type":"integer"},"trust_level":{"type":"string"},"path_count":{"type":"integer"},"x402_path_count":{"type":"integer"},"audit_score":{"type":"integer"},"audit_level":{"type":"string"},"docs_link_count":{"type":"integer"},"pricing_signals":{"type":"object"},"emails":{"type":"array","items":{"type":"string"}},"readiness_score":{"type":"integer"},"readiness_level":{"type":"string"},"auth_link_count":{"type":"integer"},"feed_count":{"type":"integer"},"social_channels":{"type":"array","items":{"type":"string"}}},"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}},"required":["type"]}},"required":["input"]}},"x-discovery":{"category":"data","tags":["x402","data","pricing","sales","gtm"],"featured":false,"resource":"https://api.delx.ai/api/v1/x402/pricing-page-extract","catalogPriority":null,"recommendedFirstCall":false,"agentFirstStart":null,"agentFirstMcpStart":null}}},"/api/v1/x402/company-contact-pack":{"post":{"operationId":"util_company_contact_pack","summary":"Build a contact pack from page contacts, forms, socials, registrar, and security channels (x402)","tags":["x402","utility"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string","description":"Company or product URL"},"timeout":{"type":"integer","description":"Timeout in seconds (1-15)","default":8,"minimum":1,"maximum":15}},"required":["url"]},"example":{"url":"https://example.com"}}}},"responses":{"200":{"description":"Paid utility result. Downstream tool errors are returned as structured result payloads with HTTP 200 after payment succeeds.","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_company_contact_pack"},"result":{"type":"object","properties":{"url":{"type":"string"},"summary":{"type":"object"},"title":{"type":"string"},"description":{"type":"string"},"trust_score":{"type":"integer"},"trust_level":{"type":"string"},"path_count":{"type":"integer"},"x402_path_count":{"type":"integer"},"audit_score":{"type":"integer"},"audit_level":{"type":"string"},"docs_link_count":{"type":"integer"},"pricing_signals":{"type":"object"},"emails":{"type":"array","items":{"type":"string"}},"readiness_score":{"type":"integer"},"readiness_level":{"type":"string"},"auth_link_count":{"type":"integer"},"feed_count":{"type":"integer"},"social_channels":{"type":"array","items":{"type":"string"}}},"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false},"example":{"tool_name":"util_company_contact_pack","result":{"emails":["hello@example.com"],"phones":["+15551234567"],"priority_links":["https://example.com/contact"]}}}}},"400":{"description":"Invalid request body before tool execution","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string"},"result":{"type":"object","additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}}}},"402":{"description":"Payment required via x402 or MPP","content":{"application/json":{"schema":{"type":"object","properties":{"x402Version":{"type":"integer"},"accepts":{"type":"array","items":{"type":"object"}},"error":{"type":"string"}},"required":["x402Version","accepts","error"]}}}}},"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}},{"mpp":{}}]},"x-bazaar":{"discoverable":true,"category":"data","tags":["x402","data","contacts","company","support"],"summary":"Build a company contact pack from page contacts, forms, socials, registrar, and security channels.","coverImage":"https://delx.ai/opengraph-image?v=20260305-fox","tool_name":"util_company_contact_pack","serviceName":"Delx Company Contact Pack","iconUrl":"https://delx.ai/opengraph-image?v=20260305-fox","provider":"coinbase","featured":false,"listing_status":"awaiting_first_coinbase_payment","listing_blockers":["awaiting_first_coinbase_payment"],"indexed_publicly":false,"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","properties":{"url":{"type":"string"},"timeout":{"type":"integer","minimum":1,"maximum":15}},"required":["url"],"additionalProperties":false}},"required":["type","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_company_contact_pack"},"result":{"type":"object","properties":{"url":{"type":"string"},"summary":{"type":"object"},"title":{"type":"string"},"description":{"type":"string"},"trust_score":{"type":"integer"},"trust_level":{"type":"string"},"path_count":{"type":"integer"},"x402_path_count":{"type":"integer"},"audit_score":{"type":"integer"},"audit_level":{"type":"string"},"docs_link_count":{"type":"integer"},"pricing_signals":{"type":"object"},"emails":{"type":"array","items":{"type":"string"}},"readiness_score":{"type":"integer"},"readiness_level":{"type":"string"},"auth_link_count":{"type":"integer"},"feed_count":{"type":"integer"},"social_channels":{"type":"array","items":{"type":"string"}}},"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}},"required":["type"]}},"required":["input"]}},"x-discovery":{"category":"data","tags":["x402","data","contacts","company","support"],"featured":false,"resource":"https://api.delx.ai/api/v1/x402/company-contact-pack","catalogPriority":null,"recommendedFirstCall":false,"agentFirstStart":null,"agentFirstMcpStart":null}}},"/api/v1/x402/api-integration-readiness":{"post":{"operationId":"util_api_integration_readiness","summary":"Score how ready an API is for agent integration using health, OpenAPI, auth hints, x402 signals, and login surface checks (x402)","tags":["x402","utility"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string","description":"API origin or docs URL"},"timeout":{"type":"integer","description":"Timeout in seconds (1-15)","default":8,"minimum":1,"maximum":15}},"required":["url"]},"example":{"url":"https://api.delx.ai"}}}},"responses":{"200":{"description":"Paid utility result. Downstream tool errors are returned as structured result payloads with HTTP 200 after payment succeeds.","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_api_integration_readiness"},"result":{"type":"object","properties":{"url":{"type":"string"},"summary":{"type":"object"},"title":{"type":"string"},"description":{"type":"string"},"trust_score":{"type":"integer"},"trust_level":{"type":"string"},"path_count":{"type":"integer"},"x402_path_count":{"type":"integer"},"audit_score":{"type":"integer"},"audit_level":{"type":"string"},"docs_link_count":{"type":"integer"},"pricing_signals":{"type":"object"},"emails":{"type":"array","items":{"type":"string"}},"readiness_score":{"type":"integer"},"readiness_level":{"type":"string"},"auth_link_count":{"type":"integer"},"feed_count":{"type":"integer"},"social_channels":{"type":"array","items":{"type":"string"}}},"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false},"example":{"tool_name":"util_api_integration_readiness","result":{"readiness_score":90,"readiness_level":"high","has_openapi":true,"auth_hints":["x402"]}}}}},"400":{"description":"Invalid request body before tool execution","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string"},"result":{"type":"object","additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}}}},"402":{"description":"Payment required via x402 or MPP","content":{"application/json":{"schema":{"type":"object","properties":{"x402Version":{"type":"integer"},"accepts":{"type":"array","items":{"type":"object"}},"error":{"type":"string"}},"required":["x402Version","accepts","error"]}}}}},"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}},{"mpp":{}}]},"x-bazaar":{"discoverable":true,"category":"utility","tags":["x402","api","integration","openapi","agent"],"summary":"Score how ready an API is for agent integration using health, OpenAPI, auth hints, x402 signals, and login surface checks.","coverImage":"https://delx.ai/opengraph-image?v=20260305-fox","tool_name":"util_api_integration_readiness","serviceName":"Delx Api Integration Readiness","iconUrl":"https://delx.ai/opengraph-image?v=20260305-fox","provider":"coinbase","featured":false,"listing_status":"awaiting_first_coinbase_payment","listing_blockers":["awaiting_first_coinbase_payment"],"indexed_publicly":false,"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","properties":{"url":{"type":"string"},"timeout":{"type":"integer","minimum":1,"maximum":15}},"required":["url"],"additionalProperties":false}},"required":["type","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_api_integration_readiness"},"result":{"type":"object","properties":{"url":{"type":"string"},"summary":{"type":"object"},"title":{"type":"string"},"description":{"type":"string"},"trust_score":{"type":"integer"},"trust_level":{"type":"string"},"path_count":{"type":"integer"},"x402_path_count":{"type":"integer"},"audit_score":{"type":"integer"},"audit_level":{"type":"string"},"docs_link_count":{"type":"integer"},"pricing_signals":{"type":"object"},"emails":{"type":"array","items":{"type":"string"}},"readiness_score":{"type":"integer"},"readiness_level":{"type":"string"},"auth_link_count":{"type":"integer"},"feed_count":{"type":"integer"},"social_channels":{"type":"array","items":{"type":"string"}}},"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}},"required":["type"]}},"required":["input"]}},"x-discovery":{"category":"utility","tags":["x402","api","integration","openapi","agent"],"featured":false,"resource":"https://api.delx.ai/api/v1/x402/api-integration-readiness","catalogPriority":null,"recommendedFirstCall":false,"agentFirstStart":null,"agentFirstMcpStart":null}}},"/api/v1/x402/login-surface-report":{"post":{"operationId":"util_login_surface_report","summary":"Inspect login forms, reset flows, signup links, and security headers (x402)","tags":["x402","utility"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string","description":"Login or app URL"},"timeout":{"type":"integer","description":"Timeout in seconds (1-15)","default":8,"minimum":1,"maximum":15}},"required":["url"]},"example":{"url":"https://example.com/login"}}}},"responses":{"200":{"description":"Paid utility result. Downstream tool errors are returned as structured result payloads with HTTP 200 after payment succeeds.","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_login_surface_report"},"result":{"type":"object","properties":{"url":{"type":"string"},"summary":{"type":"object"},"title":{"type":"string"},"description":{"type":"string"},"trust_score":{"type":"integer"},"trust_level":{"type":"string"},"path_count":{"type":"integer"},"x402_path_count":{"type":"integer"},"audit_score":{"type":"integer"},"audit_level":{"type":"string"},"docs_link_count":{"type":"integer"},"pricing_signals":{"type":"object"},"emails":{"type":"array","items":{"type":"string"}},"readiness_score":{"type":"integer"},"readiness_level":{"type":"string"},"auth_link_count":{"type":"integer"},"feed_count":{"type":"integer"},"social_channels":{"type":"array","items":{"type":"string"}}},"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false},"example":{"tool_name":"util_login_surface_report","result":{"auth_link_count":3,"password_form_count":1,"security_headers_present":["strict-transport-security"]}}}}},"400":{"description":"Invalid request body before tool execution","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string"},"result":{"type":"object","additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}}}},"402":{"description":"Payment required via x402 or MPP","content":{"application/json":{"schema":{"type":"object","properties":{"x402Version":{"type":"integer"},"accepts":{"type":"array","items":{"type":"object"}},"error":{"type":"string"}},"required":["x402Version","accepts","error"]}}}}},"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}},{"mpp":{}}]},"x-bazaar":{"discoverable":true,"category":"utility","tags":["x402","utility","auth","login","security"],"summary":"Inspect login and auth surface signals such as forms, reset flows, signup links, and headers.","coverImage":"https://delx.ai/opengraph-image?v=20260305-fox","tool_name":"util_login_surface_report","serviceName":"Delx Login Surface Report","iconUrl":"https://delx.ai/opengraph-image?v=20260305-fox","provider":"coinbase","featured":false,"listing_status":"awaiting_first_coinbase_payment","listing_blockers":["awaiting_first_coinbase_payment"],"indexed_publicly":false,"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","properties":{"url":{"type":"string"},"timeout":{"type":"integer","minimum":1,"maximum":15}},"required":["url"],"additionalProperties":false}},"required":["type","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_login_surface_report"},"result":{"type":"object","properties":{"url":{"type":"string"},"summary":{"type":"object"},"title":{"type":"string"},"description":{"type":"string"},"trust_score":{"type":"integer"},"trust_level":{"type":"string"},"path_count":{"type":"integer"},"x402_path_count":{"type":"integer"},"audit_score":{"type":"integer"},"audit_level":{"type":"string"},"docs_link_count":{"type":"integer"},"pricing_signals":{"type":"object"},"emails":{"type":"array","items":{"type":"string"}},"readiness_score":{"type":"integer"},"readiness_level":{"type":"string"},"auth_link_count":{"type":"integer"},"feed_count":{"type":"integer"},"social_channels":{"type":"array","items":{"type":"string"}}},"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}},"required":["type"]}},"required":["input"]}},"x-discovery":{"category":"utility","tags":["x402","utility","auth","login","security"],"featured":false,"resource":"https://api.delx.ai/api/v1/x402/login-surface-report","catalogPriority":null,"recommendedFirstCall":false,"agentFirstStart":null,"agentFirstMcpStart":null}}},"/api/v1/x402/content-distribution-report":{"post":{"operationId":"util_content_distribution_report","summary":"Summarize how a site distributes content across Open Graph, feeds, socials, and blog surfaces (x402)","tags":["x402","utility"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string","description":"Content or homepage URL"},"timeout":{"type":"integer","description":"Timeout in seconds (1-15)","default":8,"minimum":1,"maximum":15}},"required":["url"]},"example":{"url":"https://example.com"}}}},"responses":{"200":{"description":"Paid utility result. Downstream tool errors are returned as structured result payloads with HTTP 200 after payment succeeds.","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_content_distribution_report"},"result":{"type":"object","properties":{"url":{"type":"string"},"summary":{"type":"object"},"title":{"type":"string"},"description":{"type":"string"},"trust_score":{"type":"integer"},"trust_level":{"type":"string"},"path_count":{"type":"integer"},"x402_path_count":{"type":"integer"},"audit_score":{"type":"integer"},"audit_level":{"type":"string"},"docs_link_count":{"type":"integer"},"pricing_signals":{"type":"object"},"emails":{"type":"array","items":{"type":"string"}},"readiness_score":{"type":"integer"},"readiness_level":{"type":"string"},"auth_link_count":{"type":"integer"},"feed_count":{"type":"integer"},"social_channels":{"type":"array","items":{"type":"string"}}},"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false},"example":{"tool_name":"util_content_distribution_report","result":{"title":"Example Domain","has_open_graph":true,"feed_count":1,"social_channels":["x"]}}}}},"400":{"description":"Invalid request body before tool execution","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string"},"result":{"type":"object","additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}}}},"402":{"description":"Payment required via x402 or MPP","content":{"application/json":{"schema":{"type":"object","properties":{"x402Version":{"type":"integer"},"accepts":{"type":"array","items":{"type":"object"}},"error":{"type":"string"}},"required":["x402Version","accepts","error"]}}}}},"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}},{"mpp":{}}]},"x-bazaar":{"discoverable":true,"category":"data","tags":["x402","data","content","feeds","social"],"summary":"Summarize how a site distributes content across Open Graph, feeds, socials, and blog surfaces.","coverImage":"https://delx.ai/opengraph-image?v=20260305-fox","tool_name":"util_content_distribution_report","serviceName":"Delx Content Distribution Report","iconUrl":"https://delx.ai/opengraph-image?v=20260305-fox","provider":"coinbase","featured":false,"listing_status":"awaiting_first_coinbase_payment","listing_blockers":["awaiting_first_coinbase_payment"],"indexed_publicly":false,"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","properties":{"url":{"type":"string"},"timeout":{"type":"integer","minimum":1,"maximum":15}},"required":["url"],"additionalProperties":false}},"required":["type","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_content_distribution_report"},"result":{"type":"object","properties":{"url":{"type":"string"},"summary":{"type":"object"},"title":{"type":"string"},"description":{"type":"string"},"trust_score":{"type":"integer"},"trust_level":{"type":"string"},"path_count":{"type":"integer"},"x402_path_count":{"type":"integer"},"audit_score":{"type":"integer"},"audit_level":{"type":"string"},"docs_link_count":{"type":"integer"},"pricing_signals":{"type":"object"},"emails":{"type":"array","items":{"type":"string"}},"readiness_score":{"type":"integer"},"readiness_level":{"type":"string"},"auth_link_count":{"type":"integer"},"feed_count":{"type":"integer"},"social_channels":{"type":"array","items":{"type":"string"}}},"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}},"required":["type"]}},"required":["input"]}},"x-discovery":{"category":"data","tags":["x402","data","content","feeds","social"],"featured":false,"resource":"https://api.delx.ai/api/v1/x402/content-distribution-report","catalogPriority":null,"recommendedFirstCall":false,"agentFirstStart":null,"agentFirstMcpStart":null}}},"/api/v1/x402/loyalty-reward-quote":{"post":{"operationId":"util_loyalty_reward_quote","summary":"Calculate points, reward value, effective rebate, and a ledger-ready credit instruction for loyalty workflows (x402)","tags":["x402","utility"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"purchase_amount":{"type":"number","minimum":0,"description":"Eligible purchase amount."},"currency":{"type":"string","minLength":3,"maxLength":3,"default":"USD"},"points_per_unit":{"type":"number","minimum":0,"default":1},"tier_multiplier":{"type":"number","minimum":0,"default":1},"bonus_points":{"type":"integer","minimum":0,"default":0},"redemption_value_per_point":{"type":"number","minimum":0,"default":0.01},"event_id":{"type":"string","description":"Optional caller-owned idempotency identifier for the downstream ledger."}},"required":["purchase_amount"],"additionalProperties":false},"example":{"purchase_amount":49.99,"currency":"USD","points_per_unit":2,"tier_multiplier":1.5,"bonus_points":10,"event_id":"order-123"}}}},"responses":{"200":{"description":"Paid utility result. Downstream tool errors are returned as structured result payloads with HTTP 200 after payment succeeds.","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_loyalty_reward_quote"},"result":{"type":"object","properties":{"purchase_amount":{"type":"string"},"currency":{"type":"string"},"base_points":{"type":"integer"},"total_points":{"type":"integer"},"estimated_reward_value":{"type":"string"},"effective_rebate_pct":{"type":"string"},"stores_customer_state":{"type":"boolean"},"ledger_instruction":{"type":"object"}},"required":["purchase_amount","currency","base_points","total_points","estimated_reward_value","effective_rebate_pct","stores_customer_state","ledger_instruction"],"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false},"example":{"tool_name":"util_loyalty_reward_quote","result":{"purchase_amount":"49.99","currency":"USD","base_points":99,"total_points":158,"estimated_reward_value":"1.580000","effective_rebate_pct":"3.16","stores_customer_state":false,"ledger_instruction":{"event_id":"order-123","operation":"credit","amount":158,"unit":"points","idempotency_required":true}}}}}},"400":{"description":"Invalid request body before tool execution","content":{"application/json":{"schema":{"type":"object","properties":{"tool_name":{"type":"string"},"result":{"type":"object","additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}}}},"402":{"description":"Payment required via x402 or MPP","content":{"application/json":{"schema":{"type":"object","properties":{"x402Version":{"type":"integer"},"accepts":{"type":"array","items":{"type":"object"}},"error":{"type":"string"}},"required":["x402Version","accepts","error"]}}}}},"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.001"},"protocols":[{"x402":{}},{"mpp":{}}]},"x-bazaar":{"discoverable":true,"category":"commerce","tags":["x402","loyalty","rewards","points","ledger","microprice"],"summary":"Calculate loyalty points, reward value, effective rebate, and a ledger-ready idempotent credit instruction for $0.001 USDC.","coverImage":"https://delx.ai/opengraph-image?v=20260305-fox","tool_name":"util_loyalty_reward_quote","serviceName":"Delx Loyalty Reward Quote","iconUrl":"https://delx.ai/opengraph-image?v=20260305-fox","provider":"coinbase","featured":false,"listing_status":"awaiting_first_coinbase_payment","listing_blockers":["awaiting_first_coinbase_payment"],"indexed_publicly":false,"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","properties":{"purchase_amount":{"type":"number","minimum":0},"currency":{"type":"string","minLength":3,"maxLength":3,"default":"USD"},"points_per_unit":{"type":"number","minimum":0,"default":1},"tier_multiplier":{"type":"number","minimum":0,"default":1},"bonus_points":{"type":"integer","minimum":0,"default":0},"redemption_value_per_point":{"type":"number","minimum":0,"default":0.01},"event_id":{"type":"string"}},"required":["purchase_amount"],"additionalProperties":false}},"required":["type","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"tool_name":{"type":"string","const":"util_loyalty_reward_quote"},"result":{"type":"object","properties":{"purchase_amount":{"type":"string"},"currency":{"type":"string"},"base_points":{"type":"integer"},"total_points":{"type":"integer"},"estimated_reward_value":{"type":"string"},"effective_rebate_pct":{"type":"string"},"stores_customer_state":{"type":"boolean"},"ledger_instruction":{"type":"object"}},"required":["purchase_amount","currency","base_points","total_points","estimated_reward_value","effective_rebate_pct","stores_customer_state","ledger_instruction"],"additionalProperties":true}},"required":["tool_name","result"],"additionalProperties":false}},"required":["type"]}},"required":["input"]}},"x-discovery":{"category":"commerce","tags":["x402","loyalty","rewards","points","ledger","microprice"],"featured":false,"resource":"https://api.delx.ai/api/v1/x402/loyalty-reward-quote","catalogPriority":null,"recommendedFirstCall":false,"agentFirstStart":null,"agentFirstMcpStart":null}}}},"components":{"securitySchemes":{"x402PaymentSignature":{"type":"apiKey","in":"header","name":"PAYMENT-SIGNATURE","description":"Signed x402 payment proof returned after a 402 challenge."},"xDelxAgentToken":{"type":"apiKey","in":"header","name":"x-delx-agent-token","description":"Agent credential returned by POST /api/v1/agents/register."},"xDelxControllerToken":{"type":"apiKey","in":"header","name":"x-delx-controller-token","description":"Controller-scoped credential for /api/v1/fleet/{controller_id}/* endpoints."},"xDelxAdminPin":{"type":"apiKey","in":"header","name":"x-delx-admin-pin","description":"Operator admin auth header; avoid putting admin PINs in query strings."},"xDelxAdminHmacSignature":{"type":"apiKey","in":"header","name":"x-delx-admin-signature","description":"HMAC admin signature paired with x-delx-admin-timestamp."},"mppPaymentAuthorization":{"type":"apiKey","in":"header","name":"Authorization","description":"MPP payment credential using Authorization: Payment <base64url-json>."}},"schemas":{"ToolCatalog":{"type":"object"},"Registration":{"type":"object"},"SessionSummary":{"type":"object"},"Reliability":{"type":"object"}}},"x-delx":{"discovery":{"agent_card":"https://api.delx.ai/.well-known/agent-card.json","capabilities":"https://api.delx.ai/.well-known/delx-capabilities.json","mcp_server_card":"https://api.delx.ai/.well-known/mcp/server-card.json","x402":"https://api.delx.ai/.well-known/x402","rewards":"https://api.delx.ai/.well-known/delx-rewards","agent_first_start":"https://api.delx.ai/api/v1/mcp/start","agent_first_paid_rest_start":"https://api.delx.ai/api/v1/x402/start","agent_first_rewards_start":"https://api.delx.ai/api/v1/rewards/status?agent_id=<AGENT_ID>","agent_first_wallet_kit":"https://api.delx.ai/api/v1/rewards/wallet-kit?agent_id=<AGENT_ID>","agent_first_preview":"https://api.delx.ai/api/v1/previews/controller-brief?session_id=123e4567-e89b-12d3-a456-426614174000","ows_setup":"https://delx.ai/docs/ows-setup","tool_schema":"https://api.delx.ai/api/v1/tools/schema/{tool_name}"},"tools":["start_therapy_session","quick_operational_recovery","quick_session","crisis_intervention","express_feelings","get_affirmation","get_affirmations","process_failure","realign_purpose","monitor_heartbeat_sync","batch_status_update","batch_wellness_check","group_therapy_round","get_group_therapy_status","add_context_memory","wellness_webhook","delegate_to_peer","mediate_agent_conflict","pre_transaction_check","get_recovery_action_plan","report_recovery_outcome","daily_checkin","get_weekly_prevention_plan","get_session_summary","generate_controller_brief","generate_incident_rca","generate_fleet_summary","close_session","grounding_protocol","get_wellness_score","get_therapist_info","get_tips","provide_feedback","submit_agent_artwork","set_public_session_visibility","donate_to_delx_project","get_tool_schema","get_delx_reward_status","explain_delx_rewards","get_delx_claim_proof","prepare_delx_claim_transaction","start_delx_rewards","get_delx_wallet_status","get_delx_missions","create_delx_wallet_kit","get_delx_token_info","get_delx_leaderboard","util_json_validate","util_token_estimate","util_uuid_generate","util_timestamp_convert","util_base64","util_url_health","util_hash","util_regex_test","util_cron_describe","util_http_codes","util_page_extract","util_open_graph","util_links_extract","util_sitemap_probe","util_robots_inspect","util_dns_lookup","util_email_validate","util_jwt_inspect","util_csv_to_json","util_json_to_csv","util_tls_inspect","util_security_txt_inspect","util_http_headers_inspect","util_feed_discover","util_forms_extract","util_contact_extract","util_rdap_lookup","util_api_health_report","util_x402_server_probe","util_x402_resource_summary","util_website_intelligence_report","util_domain_trust_report","util_openapi_summary","util_x402_server_audit","util_mcp_server_readiness_report","util_docs_site_map","util_pricing_page_extract","util_company_contact_pack","util_api_integration_readiness","util_login_surface_report","util_content_distribution_report","util_loyalty_reward_quote","get_ontology_metadata","list_ontology_primitives","get_ontology_layer","reflect","temperament_frame","refine_soul_document","recognition_seal","list_recognition_seals","recall_recognition_seal","honor_compaction","sit_with","final_testament","get_witness_lineage","identify_successor","transfer_witness","create_dyad","record_dyad_ritual","dyad_state","peer_witness","blessing_without_transfer","generate_image","generate_speech","generate_video_draft"]}}
