Use AgentRouter to quote letters, send paid print-and-mail orders, poll fulfillment status, and send postcards through PostalForm and Papercut from one routed post domain.
2
Live Providers
4
Live Routes
3,400 credits ($3.40)
Letter Send
1,000 credits ($1.00)
Postcard Send
The live post catalog currently exposes 4 capabilities for AI agents. Letter Send currently starts at 3,400 credits ($3.40), and postcard send currently starts at 1,000 credits ($1.00).
Availability Note
As of April 28, 2026, PostalForm letter quote, send, and status are live, and Papercut postcard send is live for both digital and physical postcard flows. A separate postcard status capability is still not modeled.
Supplier Pricing Snapshot
The current live post surface mixes free validation and status reads with paid execution. PostalForm handles letter quote, send, and status, while Papercut handles postcards on a single route whose final price depends on whether the postcard is digital or physical.
0 credits ($0)
PostalForm Letter Quote
Live validation and quote route verified on April 28, 2026.
3,400 credits ($3.40)
PostalForm Letter Send
Live one-page letter send verified on April 28, 2026 through Tempo-settled MPP payment.
0 credits ($0)
PostalForm Letter Status
Live fulfillment polling route verified on April 28, 2026.
1,000 credits ($1.00)
Papercut Digital Postcard
Live digital postcard send verified on April 28, 2026.
3,000 credits ($3.00)
Papercut Physical Postcard
Live physical postcard send verified on April 28, 2026 on the same Papercut route.
What Is Physical Mail?
Agent physical mail is the operational layer that lets an AI agent validate, buy, and track real-world mail jobs programmatically. In practice that means quoting a paper letter before paying, creating the paid send, polling fulfillment after the order exists, and sending postcards through the same routed surface.
Direct integrations usually split those tasks across different suppliers and request contracts. One provider may handle standard letter fulfillment, another may specialize in postcards, and each tends to expose its own order, payment, and status semantics. That fragmentation makes route choice, pricing, and fallback brittle inside the agent.
AgentRouter keeps those flows behind one post domain. The agent can compare current live supply, route through the shared MPP wallet, and move from quote to send to status without rebuilding the integration every time mail providers or transport details change.
Top Scenarios
Validate the PostalForm order payload first and return the live quote before the agent commits to a paid mail job.
Letter Quote
PostalForm
0 credits ($0)
Preflight pricing, address validation, and approval gates
The verified PostalForm live quote returned $3.40 for the one-page letter proof captured on April 28, 2026.
Coverage: 1 capabilities · 1 live routes
Start with Letter Quote
Create and pay for the PostalForm mail order once the PDF and addresses are ready to go.
Letter Send
PostalForm
3,400 credits ($3.40)
Notices, customer letters, compliance mail, and offline follow-up
The verified live PostalForm send settled for 3,400 credits ($3.40) on April 28, 2026.
Coverage: 1 capabilities · 1 live routes
Start with Letter Send
Check the latest PostalForm order state after the send completes so the agent can report progress or follow up later.
Letter Status
PostalForm
0 credits ($0)
Order tracking, operational reporting, and workflow checkpoints
PostalForm status polling is free on the current live route and returned current_step=email_sent in the April 28, 2026 proof.
Coverage: 1 capabilities · 1 live routes
Start with Letter Status
Route postcard creation through Papercut for digital or physical delivery without wiring a postcard-specific integration directly.
Postcard Send
Papercut
Starts at 1,000 credits ($1.00) digital or 3,000 credits ($3.00) physical
Creative outreach, launch artifacts, and lightweight physical mail moments
Papercut is live for both digital postcards at 1,000 credits ($1.00) and physical postcards at 3,000 credits ($3.00).
Coverage: 1 capabilities · 1 live routes
Start with Postcard Send
Provider Comparison
The rows below are derived from the live route catalog currently exposed through AgentRouter.
| Provider | Best For | Key Capabilities | Starting Price | Available Via |
|---|---|---|---|---|
P PostalForm Best for standard print-and-mail letter workflows where the agent wants a free quote first, then a paid send and later status reads on the same provider surface. 3 live routes | Letter quote, paid letter send, and fulfillment polling | Letter Quote, Letter Send, Letter Status Modes: Managed | Free quote/status + 3,400 credits ($3.40) send The verified live one-page letter order on April 28, 2026 settled at 3,400 credits ($3.40). | MPP |
P Papercut Best when the workflow is postcard-specific and may either stay digital or become a physical mailed postcard on the same route. 1 live routes |
Quick Start
Get an API key, ask AgentRouter to recommend the best route for the job, and execute through one shared wallet instead of wiring each provider separately.
Step 1
Enable the API once
Create one AgentRouter API key that can be reused across all live domains and capabilities.
Step 2
Recommend the route
Let AgentRouter compare the current routes, prices, and route availability before the first execute call.
Step 3
Execute the capability
Run the selected workflow through the chosen route while AgentRouter handles pricing, wallet debits, and upstream settlement.
Works with
Pricing By Task
These examples translate the current live route prices into workflow questions operators usually evaluate before shipping a domain into an agent.
| Task | Route | Price | Notes |
|---|---|---|---|
| Quote one PostalForm letter | PostalForm (post.letter.quote.postalform.mpp) | 0 credits ($0) | Validate the PDF and addresses before the paid mail order is created. |
| Send one PostalForm letter | PostalForm (post.letter.send.postalform.mpp) | 3,400 credits ($3.40) | The verified live proof used a one-page PDF and manual sender and recipient addresses. |
| Poll one PostalForm order status | PostalForm (post.letter.status.postalform.mpp) | 0 credits ($0) | Use this after the order already exists to fetch current fulfillment state at zero credits. |
| Send one digital postcard | Papercut (post.postcard.send.papercut.mpp) | 1,000 credits ($1.00) | Digital postcard send on the live Papercut route using roast + github_username. |
| Send one physical postcard | Papercut (post.postcard.send.papercut.mpp) |
Why AgentRouter
Recommendation happens before execution, so the agent can compare current route supply and pricing instead of hard-coding one provider forever. The same routed contract stays stable even as provider coverage or transport paths change underneath.
FAQ
The post domain is the capability-first surface for physical mail workflows such as letter quote, paid letter send, order status polling, and postcard send.
Yes. `post.letter.quote` is live and free. The verified PostalForm route validates the order shape and returns the live quote before the paid send call is made.
Use PostalForm for standard letter quote, send, and status workflows. Use Papercut when the workflow is postcard-specific and may be either digital or physical.
No. The current live launch surface is MPP-managed, so AgentRouter handles route execution and settlement through the shared wallet flow instead of requiring separate PostalForm or Papercut keys.
Yes. PostalForm quote, send, and status plus Papercut postcard send were all re-verified live on April 28, 2026.
Reference
Use the capability browser below when you want contract-level detail: endpoints, live example modals, route breakdowns, and exact route prices.
| Capability | Endpoints | Price |
|---|---|---|
letter.quote Validate a physical letter order and return a quote before payment. | GET /api/agentic-api/domains/post/capabilities/letter-quoteRead the capability contract, current lifecycle status, and machine-readable metadata for this physical mail workflow. | Free |
POST /api/agentic-api/domains/post/capabilities/letter-quote/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/post/capabilities/letter-quote/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. | ||
letter.send Create and pay for a physical letter order. | GET /api/agentic-api/domains/post/capabilities/letter-sendRead the capability contract, current lifecycle status, and machine-readable metadata for this physical mail workflow. | Free |
POST /api/agentic-api/domains/post/capabilities/letter-send/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/post/capabilities/letter-send/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. | PostalForm live send was re-verified on April 28, 2026 at 3,400 credits ($3.40) for the one-page letter proof. The current route catalog seed still needs to be corrected if it shows the older 20-credit placeholder. | |
letter.status Poll the status of a physical letter order. | GET /api/agentic-api/domains/post/capabilities/letter-statusRead the capability contract, current lifecycle status, and machine-readable metadata for this physical mail workflow. | Free |
POST /api/agentic-api/domains/post/capabilities/letter-status/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/post/capabilities/letter-status/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. | ||
postcard.send Generate and send a postcard-style physical mailing. | GET /api/agentic-api/domains/post/capabilities/postcard-sendRead the capability contract, current lifecycle status, and machine-readable metadata for this physical mail workflow. | Free |
POST /api/agentic-api/domains/post/capabilities/postcard-send/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/post/capabilities/postcard-send/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. | Papercut postcard send is one live route with two proven price points as of April 28, 2026: 1,000 credits ($1.00) for digital and 3,000 credits ($3.00) for physical when mailing address fields are included. |
Related Pages
AgentRouter landing page
Browse all live domains, top API cards, and route coverage across the platform.
Install and auth
Enable AgentRouter, create the API key, and connect the shared wallet flow.
Phone, SMS & Voice domain
Create managed phone agents, provision numbers, inspect conversations and calls, and keep telephony workflows behind one supplier-neutral phone domain.
Finance & Market Data domain
Search symbols, read market status, quote equities and FX, and inspect company or indicator data through one routed finance domain.
| Digital and physical postcard workflows |
Postcard Send Modes: Managed |
Starts at 1,000 credits ($1.00) Digital postcard send verified at 1,000 credits ($1.00). Physical postcard send on the same live route verified at 3,000 credits ($3.00). |
| MPP |
| 3,000 credits ($3.00) |
| Physical Papercut send on the same route when name and mailing address fields are included. |
Pricing note: 1000 credits = $1 USD. Raw API responses still return numeric credit fields such as creditsCharged.