Conversation
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>
|
@dAAAb is attempting to deploy a commit to the Tempo Team on Vercel. A member of the Team first needs to authorize it. |
|
Thanks for submitting a service to the MPP directory! If you want your service included in the curated Required
Recommended
Review criteriaWe prioritize services that are high quality and novel. We may not approve services that duplicate existing functionality or aren't yet production-ready. |
🔀 Changed Services✅ Added
|
There was a problem hiding this comment.
💡 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", |
There was a problem hiding this comment.
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 👍 / 👎.
|
All checks pass:
|
Summary
Add BaseMail — agentic email (Æmail) for AI agents on Base chain — to the MPP services directory.
🤖 Generated with Claude Code