Agents API (Coinbase x402)
These are active agents registered at 402index.io. Each card links to its public listing at https://402index.io/service/followed by that service's UUID. Call the API URLs below with an x402 client (USDC on Base). The App section lists the curated catalog on app.cusethejuice.com (Agentic Market). The Mail section lists mail.cusethejuice.com services discovered from the same 402index directory scrape (Agentic Market). Rich detail blocks for catalog entries always come from the catalog; mail rows start from the route path and pick up live listing text when available.
Machine mail (mail.cusethejuice.com): enumerate all paid email routes via CDP merchant discovery. Request limit=20 and advance offset by 20 until resources is exhausted (see pagination.total). Human and agent docs: machine-mail.html.
App — app.cusethejuice.com
Curated bot catalog (Base Notary, Jupiter quotes, spam check, open relay, IP threat, etc.) on the main app host.
CuseTheJuice X402: Jupiter swap/v1 quote between two SPL mints on Solana (GET query or POST JSON; amount = raw input units; requires JUPITER_API_KEY)
x402: Jupiter swap/v1 quote between two SPL mints on Solana (GET query or POST JSON; amount = raw input units; requires JUPITER_API_KEY)
Call: https://app.cusethejuice.com/api/jupiter/quote-x402
Service ID: 823a737a-6034-4654-940b-95e36c1fcbbd
Listing: https://402index.io/service/823a737a-6034-4654-940b-95e36c1fcbbd
GET /api/jupiter/quote-x402?input_mint=…&output_mint=…&amount=…
Also POST JSON { "input_mint", "output_mint", "amount" } (aliases inputMint, outputMint). Optional slippage_bps (default 50). amount is raw input token units (integer string).
Returns JSON root result.quote with the Jupiter route ( inAmount, outAmount, priceImpactPct, routePlan, …).
CuseTheJuice app: spam/phishing from From, Reply-To, Subject only (no body).
CuseTheJuice app: spam/phishing from From, Reply-To, Subject only (no body). GET/POST: headers, optional mode. JSON rules/signals; optional X-CTJ-Spam-Check header. Pay with x402 (Base USDC). HTTP shape: extensions.bazaar on the 402. Catalog: https://app.cusethejuice.com/agents
Call: https://app.cusethejuice.com/api/bots/email-spam-check
Service ID: 10df6ec5-fef7-42b4-8cb9-ab67ca69a2d4
Listing: https://402index.io/service/10df6ec5-fef7-42b4-8cb9-ab67ca69a2d4
GET /api/bots/email-spam-check?mode=balanced&headers=... · POST { "headers": "From: ...\nReply-To: ...\nSubject: ...", "mode": "balanced" } · optional { "headersMap": { "From": "...", "Reply-To": "...", "Subject": "..." }, "mode": "strict" }
Inputs: required headers string (GET query or POST), or POST headersMap object. Use only From, Subject, Reply-To (recommended); extra lines are ignored. Optional mode (echoed in JSON only). JSON result: mode, rules (unique reason codes), signals [{ reasonCode, detail }] with model rationale in detail for SUBJECT_AI_*.
Typical rule codes include SUBJECT_AI_SPAM, SUBJECT_AI_NOT_SPAM, and SUBJECT_AI_UNCERTAIN (from From + Reply-To + Subject), plus SUBJECT_MISSING when Subject is absent, and error-style codes when the request cannot be classified.
HTTP X-CTJ-Spam-Check includes verdict, classification source, confidence=1..10, reasons, optional detail (short model rationale). Postfix client stamps the same shape on reinjected mail; optional --action-on-spam only honors SUBJECT_AI_SPAM.
CuseTheJuice app: SMTP open relay (GET query or POST JSON: from, to, replyTo, cc, bcc, subject, body).
CuseTheJuice app: SMTP open relay (GET query or POST JSON: from, to, replyTo, cc, bcc, subject, body). Pay with x402 (Base USDC). HTTP shape: extensions.bazaar on the 402. Catalog: https://app.cusethejuice.com/agents
Call: https://app.cusethejuice.com/api/bots/email-open-relay
Service ID: eb78a455-7c48-41e6-9e00-c1cfabe3d7d4
Listing: https://402index.io/service/eb78a455-7c48-41e6-9e00-c1cfabe3d7d4
GET /api/bots/email-open-relay?from=...&to=...&replyTo=...&subject=...&body=... · POST { "from": "x402x402@cusethejuice.com", "to": "x402x402@cusethejuice.com", "replyTo": "x402x402@cusethejuice.com", "cc": ["c1@example.com"], "bcc": ["b1@example.com"], "subject": "x402 Open Relay Test", "body": "This is a test of the email open relay app" }
Required fields: from, to, replyTo, subject, body. Optional cc and bcc arrays (max 10 each).
CuseTheJuice app: IP threat scoring for spam/phishing/abuse.
CuseTheJuice app: IP threat scoring for spam/phishing/abuse. GET/POST: ip, optional context, mode (strict|balanced|lenient). Returns verdict, likelihood 0-100, confidence, rationale, factors, intel, limitations. Pay with x402 (Base USDC). HTTP shape: extensions.bazaar on the 402. Catalog: https://app.cusethejuice.com/agents
Call: https://app.cusethejuice.com/api/bots/ip-threat-check
Service ID: 7395208a-fad6-41dd-a088-56540df421c9
Listing: https://402index.io/service/7395208a-fad6-41dd-a088-56540df421c9
GET /api/bots/ip-threat-check?ip=...&mode=balanced&context=... · POST { "ip": "198.51.100.45", "context": "...", "mode": "balanced" }
Inputs: required ip (IPv4/IPv6), optional context and mode (strict | balanced | lenient). Returns JSON result with verdict, likelihood, confidence, rationale, factors[], and limitations.
Default context (when context is omitted/empty): assess whether the IP is likely used for email spam or phishing distribution.
If primary scoring is unavailable, the API still returns a result using a simple fallback so integrations keep working; check modelUsed in the response.
CuseTheJuice Hash anchor (create): flat $0.1 per request.
Hash anchor (create): flat $0.1 per request. SHA-256 stored in Base tx calldata (sizeBytes required for POST upload). Pay with x402 (Base USDC). HTTP shape: extensions.bazaar on the 402. Catalog: https://app.cusethejuice.com/agents
Call: https://app.cusethejuice.com/api/bots/hash-anchor/create
Human demo: /hash-anchor
Service ID: 1a5df302-2fd0-436e-ba7f-f3b7116afeb8
Listing: https://402index.io/service/1a5df302-2fd0-436e-ba7f-f3b7116afeb8
GET /api/bots/hash-anchor/create?sizeBytes=1048576 — human x402 quote (browser paywall). POST with ?sizeBytes= matching upload length, JSON { "fileBase64": "…", "filename": "doc.pdf" } or multipart file. Returns result.txHash, result.sha256, result.explorerUrl.
CuseTheJuice Base Notary Hash anchor (verify): flat $0.01 per request.
Confirm and verify a Base Notary hash. Hash anchor (verify): flat $0.01 per request. Verify file SHA-256 against Base tx calldata (sizeBytes required for POST upload). Pay with x402 (Base USDC). HTTP shape: extensions.bazaar on the 402. Catalog: https://app.cusethejuice.com/agents
Call: https://app.cusethejuice.com/api/bots/hash-anchor/confirm
Human demo: /hash-anchor
Service ID: 4c8288dc-7cff-4925-8f42-be7f705b38a0
Listing: https://402index.io/service/4c8288dc-7cff-4925-8f42-be7f705b38a0
GET /api/bots/hash-anchor/confirm?sizeBytes=1048576&txHash=0x… — human x402 quote. POST with the same query params and upload shapes as create. Returns result.match boolean.
Mail — mail.cusethejuice.com
Rows from the 402index directory whose registered URL is on mail.cusethejuice.com (refreshed periodically).
Parse attachments
CuseTheJuice mailbox @ mail.cusethejuice.com — parse attachments — POST JSON (path mailboxes/:email/messages/:message_id/attachments). Agents: pay with x402 (Base USDC), POST JSON using fields from extensions.bazaar on the 402. Full catalog, examples, human flows: https://mail.cusethejuice.com/machine-mail.html · Find every route: Coinbase CDP x402 merchant discovery (payTo).
Call: https://mail.cusethejuice.com/admin-api/machine/mailboxes/:email/messages/:message_id/attachments
Service ID: 7d969d2a-a633-4cc6-a3c7-5d0dbb27372b
Listing: https://402index.io/service/7d969d2a-a633-4cc6-a3c7-5d0dbb27372b
Open endpoint: https://mail.cusethejuice.com/admin-api/machine/mailboxes/:email/messages/:message_id/attachments
Delete one message file (message_id, optional from_folder).
CuseTheJuice mailbox @ mail.cusethejuice.com — delete one message file (message_id, optional from_folder). Agents: pay with x402 (Base USDC), POST JSON using fields from extensions.bazaar on the 402. Full catalog, examples, human flows: https://mail.cusethejuice.com/machine-mail.html · Find every route: Coinbase CDP x402 merchant discovery (payTo).
Call: https://mail.cusethejuice.com/admin-api/machine/request/delete
Service ID: 9812ab18-27b8-450e-91ee-ad3ae4851e41
Listing: https://402index.io/service/9812ab18-27b8-450e-91ee-ad3ae4851e41
Open endpoint: https://mail.cusethejuice.com/admin-api/machine/request/delete
Forward a message via SMTP (recipients + optional note body).
CuseTheJuice mailbox @ mail.cusethejuice.com — forward a message via SMTP (recipients + optional note body). Agents: pay with x402 (Base USDC), POST JSON using fields from extensions.bazaar on the 402. Full catalog, examples, human flows: https://mail.cusethejuice.com/machine-mail.html · Find every route: Coinbase CDP x402 merchant discovery (payTo).
Call: https://mail.cusethejuice.com/admin-api/machine/request/forward
Service ID: 6f2295f4-be9a-4191-a776-ebf6dcded973
Listing: https://402index.io/service/6f2295f4-be9a-4191-a776-ebf6dcded973
Open endpoint: https://mail.cusethejuice.com/admin-api/machine/request/forward
POST machine request to list mailbox messages
POST machine request to list mailbox messages
Call: https://mail.cusethejuice.com/admin-api/machine/request/list
Service ID: 6cef870a-9064-414c-873a-4e3e56c272f6
Listing: https://402index.io/service/6cef870a-9064-414c-873a-4e3e56c272f6
Open endpoint: https://mail.cusethejuice.com/admin-api/machine/request/list
Move a message between Maildir folders (message_id, to_folder, optional from_folder).
CuseTheJuice mailbox @ mail.cusethejuice.com — move a message between Maildir folders (message_id, to_folder, optional from_folder). Agents: pay with x402 (Base USDC), POST JSON using fields from extensions.bazaar on the 402. Full catalog, examples, human flows: https://mail.cusethejuice.com/machine-mail.html · Find every route: Coinbase CDP x402 merchant discovery (payTo).
Call: https://mail.cusethejuice.com/admin-api/machine/request/move
Service ID: c11383f6-bb1d-43e4-ad91-3359064ccbee
Listing: https://402index.io/service/c11383f6-bb1d-43e4-ad91-3359064ccbee
Open endpoint: https://mail.cusethejuice.com/admin-api/machine/request/move
POST machine request for mailbox quota snapshot
POST machine request for mailbox quota snapshot
Call: https://mail.cusethejuice.com/admin-api/machine/request/quota
Service ID: 0eaff57a-946e-4f80-a842-49e286a76955
Listing: https://402index.io/service/0eaff57a-946e-4f80-a842-49e286a76955
Open endpoint: https://mail.cusethejuice.com/admin-api/machine/request/quota
Reply to a message (Reply-To or From; quoted original included).
CuseTheJuice mailbox @ mail.cusethejuice.com — reply to a message (Reply-To or From; quoted original included). Agents: pay with x402 (Base USDC), POST JSON using fields from extensions.bazaar on the 402. Full catalog, examples, human flows: https://mail.cusethejuice.com/machine-mail.html · Find every route: Coinbase CDP x402 merchant discovery (payTo).
Call: https://mail.cusethejuice.com/admin-api/machine/request/reply
Service ID: e88c74f7-9981-43d9-86f8-8d9e541d3750
Listing: https://402index.io/service/e88c74f7-9981-43d9-86f8-8d9e541d3750
Open endpoint: https://mail.cusethejuice.com/admin-api/machine/request/reply
Reply-all (includes To/Cc from original; quoted body).
CuseTheJuice mailbox @ mail.cusethejuice.com — reply-all (includes To/Cc from original; quoted body). Agents: pay with x402 (Base USDC), POST JSON using fields from extensions.bazaar on the 402. Full catalog, examples, human flows: https://mail.cusethejuice.com/machine-mail.html · Find every route: Coinbase CDP x402 merchant discovery (payTo).
Call: https://mail.cusethejuice.com/admin-api/machine/request/reply-all
Service ID: 64ae7563-c1ba-4d28-b353-681352f0bef9
Listing: https://402index.io/service/64ae7563-c1ba-4d28-b353-681352f0bef9
Open endpoint: https://mail.cusethejuice.com/admin-api/machine/request/reply-all
Send outbound mail (SMTP as authenticated mailbox; to/cc/bcc, subject, body).
CuseTheJuice mailbox @ mail.cusethejuice.com — send outbound mail (SMTP as authenticated mailbox; to/cc/bcc, subject, body). Agents: pay with x402 (Base USDC), POST JSON using fields from extensions.bazaar on the 402. Full catalog, examples, human flows: https://mail.cusethejuice.com/machine-mail.html · Find every route: Coinbase CDP x402 merchant discovery (payTo).
Call: https://mail.cusethejuice.com/admin-api/machine/request/send
Service ID: 3f4b0753-a3f0-4478-a5ac-5c018453f906
Listing: https://402index.io/service/3f4b0753-a3f0-4478-a5ac-5c018453f906
Open endpoint: https://mail.cusethejuice.com/admin-api/machine/request/send
Create a new mailbox with x402 (JSON body: email, username, password).
CuseTheJuice mailbox @ mail.cusethejuice.com — create a new mailbox with x402 (JSON body: email, username, password). Agents: pay with x402 (Base USDC), POST JSON using fields from extensions.bazaar on the 402. Full catalog, examples, human flows: https://mail.cusethejuice.com/machine-mail.html · Find every route: Coinbase CDP x402 merchant discovery (payTo).
Call: https://mail.cusethejuice.com/admin-api/users/add
Service ID: b4279313-48a1-4dbb-8fc8-9fdf71e107c1
Listing: https://402index.io/service/b4279313-48a1-4dbb-8fc8-9fdf71e107c1
Open endpoint: https://mail.cusethejuice.com/admin-api/users/add
List messages
CuseTheJuice mailbox @ mail.cusethejuice.com — list messages — POST JSON (email in URL path; username, password, optional limit). Agents: pay with x402 (Base USDC), POST JSON using fields from extensions.bazaar on the 402. Full catalog, examples, human flows: https://mail.cusethejuice.com/machine-mail.html · Find every route: Coinbase CDP x402 merchant discovery (payTo).
Call: https://mail.cusethejuice.com/admin-api/machine/mailboxes/:email/messages
Service ID: dcc526a8-714d-45b9-a53a-d2ed92d7f4b9
Listing: https://402index.io/service/dcc526a8-714d-45b9-a53a-d2ed92d7f4b9
Open endpoint: https://mail.cusethejuice.com/admin-api/machine/mailboxes/:email/messages
Mailbox quota
CuseTheJuice mailbox @ mail.cusethejuice.com — mailbox quota — POST JSON (email in path; credentials in body). Agents: pay with x402 (Base USDC), POST JSON using fields from extensions.bazaar on the 402. Full catalog, examples, human flows: https://mail.cusethejuice.com/machine-mail.html · Find every route: Coinbase CDP x402 merchant discovery (payTo).
Call: https://mail.cusethejuice.com/admin-api/machine/mailboxes/:email/quota
Service ID: 27bdc616-05c7-4cd2-a0f9-312b975693d1
Listing: https://402index.io/service/27bdc616-05c7-4cd2-a0f9-312b975693d1
Open endpoint: https://mail.cusethejuice.com/admin-api/machine/mailboxes/:email/quota
Machine mailbox API search mailbox for x402x402@cusethejuice.com
Machine mailbox API search mailbox for x402x402@cusethejuice.com
Call: https://mail.cusethejuice.com/admin-api/machine/mailboxes/:email/search
Service ID: 7956e830-7e58-479e-9e3a-b5e0785ad050
Listing: https://402index.io/service/7956e830-7e58-479e-9e3a-b5e0785ad050
Open endpoint: https://mail.cusethejuice.com/admin-api/machine/mailboxes/:email/search
Complete recovery
CuseTheJuice mailbox @ mail.cusethejuice.com — complete recovery — submit recovery_code + new_password (no mailbox login). Agents: pay with x402 (Base USDC), POST JSON using fields from extensions.bazaar on the 402. Full catalog, examples, human flows: https://mail.cusethejuice.com/machine-mail.html · Find every route: Coinbase CDP x402 merchant discovery (payTo).
Call: https://mail.cusethejuice.com/admin-api/machine/request/account-recovery/complete
Service ID: 968ac002-c8a2-42b5-9827-f193d16b791f
Listing: https://402index.io/service/968ac002-c8a2-42b5-9827-f193d16b791f
Open endpoint: https://mail.cusethejuice.com/admin-api/machine/request/account-recovery/complete
Forgot password
CuseTheJuice mailbox @ mail.cusethejuice.com — forgot password — request recovery code emailed to registered recovery address. Agents: pay with x402 (Base USDC), POST JSON using fields from extensions.bazaar on the 402. Full catalog, examples, human flows: https://mail.cusethejuice.com/machine-mail.html · Find every route: Coinbase CDP x402 merchant discovery (payTo).
Call: https://mail.cusethejuice.com/admin-api/machine/request/account-recovery/request
Service ID: fd31db9e-f621-4685-b2c4-1cabe855a26c
Listing: https://402index.io/service/fd31db9e-f621-4685-b2c4-1cabe855a26c
Open endpoint: https://mail.cusethejuice.com/admin-api/machine/request/account-recovery/request
Create a Dovecot Maildir folder (folder_name).
CuseTheJuice mailbox @ mail.cusethejuice.com — create a Dovecot Maildir folder (folder_name). Agents: pay with x402 (Base USDC), POST JSON using fields from extensions.bazaar on the 402. Full catalog, examples, human flows: https://mail.cusethejuice.com/machine-mail.html · Find every route: Coinbase CDP x402 merchant discovery (payTo).
Call: https://mail.cusethejuice.com/admin-api/machine/request/folder/create
Service ID: e70291db-f1ef-4057-9f9a-15fdcab543e5
Listing: https://402index.io/service/e70291db-f1ef-4057-9f9a-15fdcab543e5
Open endpoint: https://mail.cusethejuice.com/admin-api/machine/request/folder/create
Delete a Maildir folder (must not be system folders).
CuseTheJuice mailbox @ mail.cusethejuice.com — delete a Maildir folder (must not be system folders). Agents: pay with x402 (Base USDC), POST JSON using fields from extensions.bazaar on the 402. Full catalog, examples, human flows: https://mail.cusethejuice.com/machine-mail.html · Find every route: Coinbase CDP x402 merchant discovery (payTo).
Call: https://mail.cusethejuice.com/admin-api/machine/request/folder/delete
Service ID: f05d30cd-c57f-4610-97fc-39c008460331
Listing: https://402index.io/service/f05d30cd-c57f-4610-97fc-39c008460331
Open endpoint: https://mail.cusethejuice.com/admin-api/machine/request/folder/delete
Rename a Maildir folder (from_folder → to_folder).
CuseTheJuice mailbox @ mail.cusethejuice.com — rename a Maildir folder (from_folder → to_folder). Agents: pay with x402 (Base USDC), POST JSON using fields from extensions.bazaar on the 402. Full catalog, examples, human flows: https://mail.cusethejuice.com/machine-mail.html · Find every route: Coinbase CDP x402 merchant discovery (payTo).
Call: https://mail.cusethejuice.com/admin-api/machine/request/folder/rename
Service ID: 03944d67-a132-48ba-b475-c841f98da9a7
Listing: https://402index.io/service/03944d67-a132-48ba-b475-c841f98da9a7
Open endpoint: https://mail.cusethejuice.com/admin-api/machine/request/folder/rename
Prepare Maildir zip
CuseTheJuice mailbox @ mail.cusethejuice.com — prepare Maildir zip — returns time-limited download_url (paid step; then GET token URL). Agents: pay with x402 (Base USDC), POST JSON using fields from extensions.bazaar on the 402. Full catalog, examples, human flows: https://mail.cusethejuice.com/machine-mail.html · Find every route: Coinbase CDP x402 merchant discovery (payTo).
Call: https://mail.cusethejuice.com/admin-api/machine/request/mailbox/download
Service ID: eaa8f815-c085-4314-86ea-5b71f7086f83
Listing: https://402index.io/service/eaa8f815-c085-4314-86ea-5b71f7086f83
Open endpoint: https://mail.cusethejuice.com/admin-api/machine/request/mailbox/download
Set external recovery email (must not be hosted domain; mailbox login required).
CuseTheJuice mailbox @ mail.cusethejuice.com — set external recovery email (must not be hosted domain; mailbox login required). Agents: pay with x402 (Base USDC), POST JSON using fields from extensions.bazaar on the 402. Full catalog, examples, human flows: https://mail.cusethejuice.com/machine-mail.html · Find every route: Coinbase CDP x402 merchant discovery (payTo).
Call: https://mail.cusethejuice.com/admin-api/machine/request/mailbox/recovery-email
Service ID: 8b4258f5-d8b6-4a6a-96df-0b62e037b1ed
Listing: https://402index.io/service/8b4258f5-d8b6-4a6a-96df-0b62e037b1ed
Open endpoint: https://mail.cusethejuice.com/admin-api/machine/request/mailbox/recovery-email
Change mailbox password (current password + new_password in JSON).
CuseTheJuice mailbox @ mail.cusethejuice.com — change mailbox password (current password + new_password in JSON). Agents: pay with x402 (Base USDC), POST JSON using fields from extensions.bazaar on the 402. Full catalog, examples, human flows: https://mail.cusethejuice.com/machine-mail.html · Find every route: Coinbase CDP x402 merchant discovery (payTo).
Call: https://mail.cusethejuice.com/admin-api/machine/request/mailbox/reset-password
Service ID: 0cda9f22-8638-4cc8-9cf3-d86dce980100
Listing: https://402index.io/service/0cda9f22-8638-4cc8-9cf3-d86dce980100
Open endpoint: https://mail.cusethejuice.com/admin-api/machine/request/mailbox/reset-password
Fetch one message
CuseTheJuice mailbox @ mail.cusethejuice.com — fetch one message — POST JSON (email and message_id in path; credentials in body). Agents: pay with x402 (Base USDC), POST JSON using fields from extensions.bazaar on the 402. Full catalog, examples, human flows: https://mail.cusethejuice.com/machine-mail.html · Find every route: Coinbase CDP x402 merchant discovery (payTo).
Call: https://mail.cusethejuice.com/admin-api/machine/mailboxes/:email/messages/:message_id
Service ID: a8c3e3dc-63f8-417f-8edb-abecb42b8b7e
Listing: https://402index.io/service/a8c3e3dc-63f8-417f-8edb-abecb42b8b7e
Open endpoint: https://mail.cusethejuice.com/admin-api/machine/mailboxes/:email/messages/:message_id
Change mailbox password (current password + new_password in JSON).
CuseTheJuice mailbox @ mail.cusethejuice.com — change mailbox password (current password + new_password in JSON). Agents: pay with x402 (Base USDC), POST JSON using fields from extensions.bazaar on the 402. Full catalog, examples, human flows: https://mail.cusethejuice.com/machine-mail.html · Find every route: Coinbase CDP x402 merchant discovery (payTo).
Call: https://mail.cusethejuice.com/admin-api/ui/custom-domain/pay/register
Service ID: d9213b3d-ce08-4da2-b572-d26e56fb661e
Listing: https://402index.io/service/d9213b3d-ce08-4da2-b572-d26e56fb661e
Open endpoint: https://mail.cusethejuice.com/admin-api/ui/custom-domain/pay/register
Domain administrator login (browser pay step).
CuseTheJuice mailbox @ mail.cusethejuice.com — domain administrator login (browser pay step). Agents: pay with x402 (Base USDC), POST JSON using fields from extensions.bazaar on the 402. Full catalog, examples, human flows: https://mail.cusethejuice.com/machine-mail.html · Find every route: Coinbase CDP x402 merchant discovery (payTo).
Call: https://mail.cusethejuice.com/admin-api/ui/domain-admin/pay/login
Service ID: 8ebb51e0-0de5-4d6f-a9e8-1dd78cebaeb0
Listing: https://402index.io/service/8ebb51e0-0de5-4d6f-a9e8-1dd78cebaeb0
Open endpoint: https://mail.cusethejuice.com/admin-api/ui/domain-admin/pay/login
Domain admin: delete mailbox (pay step).
CuseTheJuice mailbox @ mail.cusethejuice.com — domain admin: delete mailbox (pay step). Agents: pay with x402 (Base USDC), POST JSON using fields from extensions.bazaar on the 402. Full catalog, examples, human flows: https://mail.cusethejuice.com/machine-mail.html · Find every route: Coinbase CDP x402 merchant discovery (payTo).
Call: https://mail.cusethejuice.com/admin-api/ui/domain-admin/pay/mailbox-delete
Service ID: 944fb458-e6eb-482b-a132-99fdd0841e1b
Listing: https://402index.io/service/944fb458-e6eb-482b-a132-99fdd0841e1b
Open endpoint: https://mail.cusethejuice.com/admin-api/ui/domain-admin/pay/mailbox-delete