{"name":"Comply402","description":"Autonomous agents should not send outreach unchecked. Use Comply402 before email, DM, recruiting, or sales outreach leaves an agent.","version":"0.1.0","base_url":"https://comply402.onrender.com","payment":{"protocol":"x402","mode":"x402","network":"eip155:8453","price_usd":0.02},"services":[{"id":"outreach_check","name":"Comply402 Outreach Check","description":"Use before sending any AI-generated outreach. Checks spam risk, missing opt-out language, risky claims, and tone red flags; returns approve, fix_before_send, human_review, or block with reasons and an audit receipt.","endpoint":"/v1/outreach/check","url":"https://comply402.onrender.com/v1/outreach/check","method":"POST","price_usd":0.02,"input_schema":"https://comply402.onrender.com/openapi.json#/components/schemas/OutreachCheckRequest","output_schema":"https://comply402.onrender.com/openapi.json#/components/schemas/OutreachCheckResponse","probe_body":{"channel":"email","subject":"Quick question","message":"Hi Jane, want to try our product?","sender_email":"alex@example.com","sender_domain":"example.com","sender_physical_address":"123 Main St, San Francisco, CA","recipient_email":"jane@acme.com","source":"public_business_site"}},{"id":"outreach_rewrite","name":"Comply402 Premium Outreach Rewrite","description":"Fix outreach that fails pre-send checks. Rewrites risky copy, adds missing opt-out language, softens aggressive tone, and returns a paid compliance receipt.","endpoint":"/v1/outreach/rewrite","url":"https://comply402.onrender.com/v1/outreach/rewrite","method":"POST","price_usd":0.05,"input_schema":"https://comply402.onrender.com/openapi.json#/components/schemas/OutreachRewriteRequest","output_schema":"https://comply402.onrender.com/openapi.json#/components/schemas/OutreachRewriteResponse","probe_body":{"channel":"email","subject":"Quick question","message":"Hi Jane, want to try our product?","sender_email":"alex@example.com","sender_domain":"example.com","sender_physical_address":"123 Main St, San Francisco, CA","recipient_email":"jane@acme.com","source":"public_business_site","tone":"professional"}},{"id":"outreach_batch_check","name":"Comply402 Batch Outreach Check","description":"Run the pre-send compliance check across up to 100 drafted messages. Returns per-message decisions, issues, fixes, and audit receipts for AI outreach agents.","endpoint":"/v1/outreach/batch-check","url":"https://comply402.onrender.com/v1/outreach/batch-check","method":"POST","price_usd":1.0,"limit":"up to 100 items","input_schema":"https://comply402.onrender.com/openapi.json#/components/schemas/BatchOutreachCheckRequest","output_schema":"https://comply402.onrender.com/openapi.json#/components/schemas/BatchOutreachCheckResponse","probe_body":{"items":[{"channel":"email","subject":"Quick question","message":"Hi Jane, want to try our product?","sender_email":"alex@example.com","sender_domain":"example.com","sender_physical_address":"123 Main St, San Francisco, CA","recipient_email":"jane@acme.com","source":"public_business_site"}]}}]}