Agent payments, MCP parity, retention
quote_letterandsend_letter(MCP) andPOST /v1/quotes/POST /v1/orders(REST) accept anupload_key— quote or send a PDF you already uploaded viaPOST /v1/uploadswithout base64-encoding it through the call. Closes a real gap: a confirmation token only binds content the quote could see, so an agent that uploaded a PDF and only ever hadtext/pdf_urlto quote with could never obtain authority to mail what it had uploaded.send_letter(MCP) acceptscredit_code— a funded agent can pay from a prepaid balance inside the tool call, with nopayment_urland no human payment step. See Credits.- Idempotency keys are now scoped per caller (API key, else account, else
IP), not globally — reusing a common key string (
"1", today’s date) can no longer hand you back a stranger’s order id and its cancel/review tokens. See Send Policies. - New per-minute throttles on
POST /v1/orderswithsandbox: true(20/min) andPOST /v1/credits/checkout(10/min) — both were reachable with no API key and no floor before. See Rate limits. - The document behind an order (the rendered PDF) is now actually deleted 30 days after delivery by an hourly job, not just documented as deleted — the retained record is metadata only. See Trust & data.
Docs + infra
- Mintlify docs site live at /docs.
- Signed outbound delivery webhooks (
webhook_urlon orders). /api/healthboot-config probe.- 3 SEO template pages prefilling the composer.
Security round 2
- Signed capability tokens (
ppc_) gate order cancellation and reviews. - PostGrid webhook fails closed unconditionally.
- SSRF guard on
pdf_url. - Provider errors sanitized (no body leak to callers).
Round 1
- OpenAPI 3.1 spec at
/v1/openapi.json, generated from the zod schemas. - MCP server with quote/send/status tools.
- Confirmation tokens, per-credential spend caps, order audit trail.
- Direct-to-storage uploads + 30-day sweep.
- CSV bulk import with header mapping.
Launch
- Live: send First-Class, Certified, Certified + e-Return Receipt, Priority mail online.
- Prepaid credit codes (CARD-Act-compliant balances).
- Content screening (fraud/threats only; lawful demand letters fine).