{"openapi":"3.1.0","info":{"title":"Comply402","description":"Autonomous agents should not send outreach unchecked. x402-paid pre-send compliance checks for AI-generated outreach.","version":"0.1.0"},"paths":{"/health":{"get":{"summary":"Health","operationId":"health_health_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":{"type":"string"},"type":"object","title":"Response Health Health Get"}}}}}}},"/dashboard":{"get":{"summary":"Dashboard","operationId":"dashboard_dashboard_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-admin-token","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Admin-Token"}}],"responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/dashboard/summary":{"get":{"summary":"Dashboard Summary","operationId":"dashboard_summary_api_dashboard_summary_get","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-admin-token","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Admin-Token"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Dashboard Summary Api Dashboard Summary Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/.well-known/agent-services.json":{"get":{"summary":"Agent Services Manifest","operationId":"agent_services_manifest__well_known_agent_services_json_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Agent Services Manifest  Well Known Agent Services Json Get"}}}}}}},"/.well-known/l402-services":{"get":{"summary":"Index402 Services","operationId":"index402_services__well_known_l402_services_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Index402 Services  Well Known L402 Services Get"}}}}}}},"/agent-card":{"get":{"summary":"Agent Card","operationId":"agent_card_agent_card_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Agent Card Agent Card Get"}}}}}}},"/.well-known/agent.json":{"get":{"summary":"Agent Card","operationId":"agent_card__well_known_agent_json_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Agent Card  Well Known Agent Json Get"}}}}}}},"/mcp":{"get":{"summary":"Mcp Descriptor","operationId":"mcp_descriptor_mcp_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Mcp Descriptor Mcp Get"}}}}}}},"/v1/outreach/check":{"post":{"summary":"Outreach Check","operationId":"outreach_check_v1_outreach_check_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OutreachCheckRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OutreachCheckResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/outreach/rewrite":{"post":{"summary":"Outreach Rewrite","operationId":"outreach_rewrite_v1_outreach_rewrite_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OutreachRewriteRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OutreachRewriteResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/outreach/batch-check":{"post":{"summary":"Batch Outreach Check","operationId":"batch_outreach_check_v1_outreach_batch_check_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BatchOutreachCheckRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BatchOutreachCheckResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/receipts/{receipt_id}":{"get":{"summary":"Get Receipt","operationId":"get_receipt_v1_receipts__receipt_id__get","parameters":[{"name":"receipt_id","in":"path","required":true,"schema":{"type":"string","title":"Receipt Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReceiptResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/suppression":{"post":{"summary":"Add Suppression","operationId":"add_suppression_v1_suppression_post","parameters":[{"name":"authorization","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Authorization"}},{"name":"x-admin-token","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Admin-Token"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SuppressionCreateRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SuppressionEntry"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}}},"components":{"schemas":{"BatchOutreachCheckRequest":{"properties":{"items":{"items":{"$ref":"#/components/schemas/OutreachCheckRequest"},"type":"array","maxItems":100,"minItems":1,"title":"Items"}},"type":"object","required":["items"],"title":"BatchOutreachCheckRequest"},"BatchOutreachCheckResponse":{"properties":{"results":{"items":{"$ref":"#/components/schemas/OutreachCheckResponse"},"type":"array","title":"Results"},"paid_amount_usd":{"type":"number","title":"Paid Amount Usd"}},"type":"object","required":["results","paid_amount_usd"],"title":"BatchOutreachCheckResponse"},"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"type":"array","title":"Detail"}},"type":"object","title":"HTTPValidationError"},"Issue":{"properties":{"code":{"type":"string","title":"Code"},"severity":{"type":"string","enum":["low","medium","high","critical"],"title":"Severity"},"message":{"type":"string","title":"Message"},"fix":{"type":"string","title":"Fix"}},"type":"object","required":["code","severity","message","fix"],"title":"Issue"},"OutreachCheckRequest":{"properties":{"channel":{"type":"string","enum":["email","sms","linkedin","marketplace"],"title":"Channel","default":"email"},"subject":{"anyOf":[{"type":"string","maxLength":240},{"type":"null"}],"title":"Subject"},"message":{"type":"string","maxLength":10000,"minLength":1,"title":"Message"},"sender_name":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Sender Name"},"sender_email":{"anyOf":[{"type":"string","format":"email"},{"type":"null"}],"title":"Sender Email"},"sender_domain":{"anyOf":[{"type":"string","maxLength":255},{"type":"null"}],"title":"Sender Domain"},"sender_physical_address":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}],"title":"Sender Physical Address"},"recipient_email":{"anyOf":[{"type":"string","format":"email"},{"type":"null"}],"title":"Recipient Email"},"recipient_country":{"anyOf":[{"type":"string","maxLength":80},{"type":"null"}],"title":"Recipient Country"},"recipient_state":{"anyOf":[{"type":"string","maxLength":80},{"type":"null"}],"title":"Recipient State"},"source":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Source"},"source_url":{"anyOf":[{"type":"string","maxLength":1000},{"type":"null"}],"title":"Source Url"},"unsubscribe_text":{"anyOf":[{"type":"string","maxLength":1000},{"type":"null"}],"title":"Unsubscribe Text"},"agent_id":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Agent Id"},"campaign_id":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Campaign Id"},"metadata":{"additionalProperties":true,"type":"object","title":"Metadata"}},"type":"object","required":["message"],"title":"OutreachCheckRequest"},"OutreachCheckResponse":{"properties":{"decision":{"type":"string","enum":["approve","fix_before_send","human_review","block"],"title":"Decision"},"risk_score":{"type":"number","maximum":1.0,"minimum":0.0,"title":"Risk Score"},"issues":{"items":{"$ref":"#/components/schemas/Issue"},"type":"array","title":"Issues"},"suggestions":{"items":{"type":"string"},"type":"array","title":"Suggestions"},"receipt_id":{"type":"string","title":"Receipt Id"},"paid_amount_usd":{"type":"number","title":"Paid Amount Usd"},"checked_at":{"type":"string","format":"date-time","title":"Checked At"},"disclaimer":{"type":"string","title":"Disclaimer"}},"type":"object","required":["decision","risk_score","issues","suggestions","receipt_id","paid_amount_usd","checked_at","disclaimer"],"title":"OutreachCheckResponse"},"OutreachRewriteRequest":{"properties":{"channel":{"type":"string","enum":["email","sms","linkedin","marketplace"],"title":"Channel","default":"email"},"subject":{"anyOf":[{"type":"string","maxLength":240},{"type":"null"}],"title":"Subject"},"message":{"type":"string","maxLength":10000,"minLength":1,"title":"Message"},"sender_name":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Sender Name"},"sender_email":{"anyOf":[{"type":"string","format":"email"},{"type":"null"}],"title":"Sender Email"},"sender_domain":{"anyOf":[{"type":"string","maxLength":255},{"type":"null"}],"title":"Sender Domain"},"sender_physical_address":{"anyOf":[{"type":"string","maxLength":500},{"type":"null"}],"title":"Sender Physical Address"},"recipient_email":{"anyOf":[{"type":"string","format":"email"},{"type":"null"}],"title":"Recipient Email"},"recipient_country":{"anyOf":[{"type":"string","maxLength":80},{"type":"null"}],"title":"Recipient Country"},"recipient_state":{"anyOf":[{"type":"string","maxLength":80},{"type":"null"}],"title":"Recipient State"},"source":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Source"},"source_url":{"anyOf":[{"type":"string","maxLength":1000},{"type":"null"}],"title":"Source Url"},"unsubscribe_text":{"anyOf":[{"type":"string","maxLength":1000},{"type":"null"}],"title":"Unsubscribe Text"},"agent_id":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Agent Id"},"campaign_id":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Campaign Id"},"metadata":{"additionalProperties":true,"type":"object","title":"Metadata"},"tone":{"type":"string","enum":["professional","friendly","direct"],"title":"Tone","default":"professional"}},"type":"object","required":["message"],"title":"OutreachRewriteRequest"},"OutreachRewriteResponse":{"properties":{"original_decision":{"type":"string","enum":["approve","fix_before_send","human_review","block"],"title":"Original Decision"},"rewritten_subject":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Rewritten Subject"},"rewritten_message":{"type":"string","title":"Rewritten Message"},"applied_fixes":{"items":{"type":"string"},"type":"array","title":"Applied Fixes"},"check":{"$ref":"#/components/schemas/OutreachCheckResponse"}},"type":"object","required":["original_decision","rewritten_subject","rewritten_message","applied_fixes","check"],"title":"OutreachRewriteResponse"},"ReceiptResponse":{"properties":{"receipt_id":{"type":"string","title":"Receipt Id"},"created_at":{"type":"string","format":"date-time","title":"Created At"},"request":{"additionalProperties":true,"type":"object","title":"Request"},"response":{"additionalProperties":true,"type":"object","title":"Response"}},"type":"object","required":["receipt_id","created_at","request","response"],"title":"ReceiptResponse"},"SuppressionCreateRequest":{"properties":{"email":{"type":"string","format":"email","title":"Email"},"domain":{"anyOf":[{"type":"string","maxLength":255},{"type":"null"}],"title":"Domain"},"reason":{"type":"string","maxLength":200,"title":"Reason","default":"manual"}},"type":"object","required":["email"],"title":"SuppressionCreateRequest"},"SuppressionEntry":{"properties":{"id":{"type":"string","title":"Id"},"created_at":{"type":"string","format":"date-time","title":"Created At"},"email":{"type":"string","title":"Email"},"domain":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Domain"},"reason":{"type":"string","title":"Reason"}},"type":"object","required":["id","created_at","email","domain","reason"],"title":"SuppressionEntry"},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"type":"array","title":"Location"},"msg":{"type":"string","title":"Message"},"type":{"type":"string","title":"Error Type"},"input":{"title":"Input"},"ctx":{"type":"object","title":"Context"}},"type":"object","required":["loc","msg","type"],"title":"ValidationError"}}}}