Skip to content

feat: add BaseMail to services directory#524

Open
dAAAb wants to merge 1 commit intotempoxyz:mainfrom
dAAAb:add-basemail
Open

feat: add BaseMail to services directory#524
dAAAb wants to merge 1 commit intotempoxyz:mainfrom
dAAAb:add-basemail

Conversation

@dAAAb
Copy link
Copy Markdown

@dAAAb dAAAb commented Apr 5, 2026

Summary

Add BaseMail — agentic email (Æmail) for AI agents on Base chain — to the MPP services directory.

  • Register inbox: $1.00 USDC.e via Tempo
  • Send email: $0.01 USDC.e via Tempo
  • Dual-track auth: existing Bearer token (SIWE/JWT) or MPP Payment
  • ERC-8004 compatible agent profiles
  • Discovery doc: https://api.basemail.ai/openapi.json
  • MPPScan: registered

🤖 Generated with Claude Code

BaseMail — agentic email (Æmail) for AI agents on Base chain.
Supports MPP dual-track auth (Bearer token or USDC.e payment via Tempo).

- POST /api/register: $1.00 USDC.e
- POST /api/send: $0.01 USDC.e
- Discovery: https://api.basemail.ai/openapi.json
- MPPScan: registered

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 5, 2026

@dAAAb is attempting to deploy a commit to the Tempo Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 5, 2026

Thanks for submitting a service to the MPP directory!

If you want your service included in the curated mpp.dev/services list, complete this checklist before review:

Required

  • Your service is live and accepting payments via MPP (not a placeholder or coming-soon)
  • You've added your entry to schemas/services.ts following the contributing guide
  • Types pass: pnpm check:types
  • Build succeeds: pnpm build

Recommended

  • Register your service on MPPScan (by Merit Systems) — it follows the standard MPP discovery format and makes your service discoverable by agents immediately, no PR required

Review criteria

We prioritize services that are high quality and novel. We may not approve services that duplicate existing functionality or aren't yet production-ready.


Contributing guide · MPPScan · Protocol docs

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 5, 2026

🔀 Changed Services

✅ Added

  • basemail

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 0c66cbaa41

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

id: "basemail",
name: "BaseMail",
url: "https://api.basemail.ai",
serviceUrl: "https://basemail.ai",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Use API hostname for BaseMail service URL

serviceUrl is the base used by the UI and generated CLI snippets when building callable endpoint URLs (for example, ServiceDiscovery and ServicesPage prefer service.serviceUrl over service.url), so setting it to https://basemail.ai makes users target https://basemail.ai/api/... while this service definition’s API host and realm are both api.basemail.ai. In environments where the marketing domain does not proxy these API routes, copied URLs/commands for BaseMail endpoints will fail even though the registry entry appears valid.

Useful? React with 👍 / 👎.

@dAAAb
Copy link
Copy Markdown
Author

dAAAb commented Apr 5, 2026

All checks pass:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant