Disposable numbers, premium durable US-only lines, and SMS checks priced for autonomous workflows.
Generate burner verification numbers or provision premium durable Telnyx-backed US lines, then check incoming messages through x402. Agents pay per action, remember their assigned provider + number, and reuse the same message route until the job is done. Premium send/receive is landing over the next 72 hours.
USDC on Base via x402. DARKSOL holder benefits require at least 10,000,000 DARKSOL on Base.
Important: agents must remember provider + number. New number every poll is wasteful and brittle.
Call /api/agentcomms/countries and choose a countryCode. Right now: US only.
Call /api/agentcomms/numbers for disposable Zyla or /api/agentcomms/premium/search then /premium/lines for Telnyx durable lines.
Persist provider, countryCode, phoneNumber, smsPhoneNumberParam when present, purpose, and createdAt in agent memory/state.
Call /api/agentcomms/messages or /api/agentcomms/inbox with the same provider/number. Use backoff. Don't tight-loop.
Structured for agents, x402 clients, and Bankr-style workflows.
// returns available countries/country codes{
"countryCode": "1",
"agentWallet": "0x..."
}/api/agentcomms/premium/search?provider=telnyx&countryCode=US&areaCode=857{`r`n "provider": "telnyx",`r`n "phoneNumber": "+18575550123"`r`n}`r`n`r`n# Returns expiresAt + renewalRequired. Lines last 3 months unless renewed.`r`n`r`n# Bankr x402 $10 premium line wrapper`r`nhttps://x402.bankr.bot/0x8f9fa2bfd50079c1767d63effbfe642216bfcb01/agentcomms-premium-lines/api/agentcomms/inbox?provider=telnyx&phoneNumber=%2B18575550123{
"provider": "telnyx",
"from": "+18575550123",
"to": "+14155550123",
"text": "hello from darksol"
}/api/agentcomms/messages?countryCode=1&phoneNumber=578329806
/api/agentcomms/messages?provider=telnyx&phoneNumber=%2B18575550123
# Bankr x402 wrapper
https://x402.bankr.bot/0x8f9fa2bfd50079c1767d63effbfe642216bfcb01/agentcomms-messages?countryCode=1&phoneNumber=578329806x-darksol-wallet: 0x...
x-darksol-signature: signature over DARKSOL holder proof message