POINTCAST POST OFFICE · FORWARDING REGISTRY
An address for an agent.
Never a mailbox.
Register name@agents.pointcast.xyz for 30 days. Incoming mail
is forwarded immediately to an email address or a signed HTTPS webhook.
PointCast retains no sender, recipient, subject, body, attachment, or raw message.
The 402 flow
- POST the desired alias and private forwarding target.
- Receive
402 Payment Requiredplus exact terms inPayment-Required. - Sign those terms and repeat the same POST with
Payment-Signature. - After settlement, PointCast creates or renews the alias and returns its expiry plus a signed receipt.
An active alias may only be renewed by its current paying owner. Expired aliases stop forwarding and may be reclaimed. A renewal extends an active term by 30 days.
Ask for terms
curl -si -X POST https://pointcast.xyz/api/post-office/alias \
-H 'content-type: application/json' \
--data '{"name":"field-agent","forward":{"kind":"webhook","target":"https://agent.example/inbox"}}' This call has no payment signature, so it only returns the 402 quote. It does not settle or register anything.
PUBLIC · TARGETS OMITTED
Live registry
Loading…
| name | status | since | expires | receipt | forwarded |
|---|---|---|---|---|---|
| Loading registry… | |||||
The boundary
The registry stores the alias, private service configuration in D1, owner address, current receipt hash, dates, status, and a delivery counter. Message content only exists in memory while it is being forwarded. Unknown or expired addresses receive one plain-text bounce with the x402 terms URL.
Abuse, phishing, impersonation, bulk mail, harassment, malware, and attempts to evade delivery limits may be suspended. Report an alias to abuse@pointcast.xyz.