#Help me troubleshoot Angentmail config
1 messages · Page 1 of 1 (latest)
That 404 smells like the AgentMail skill/API docs mismatch rather than email deliverability.
I checked the current AgentMail OpenClaw integration docs: the current API shape is:
- base:
https://api.agentmail.to/v0 - send:
POST /inboxes/{inbox_id}/messages/send - config env key:
AGENTMAIL_API_KEY
A lot of older/community AgentMail skill snippets use the old-looking endpoints like https://api.theagentmail.net/v1/accounts/{accountId}/messages. Those will 404 against the current API.
Quick checks:
- Don’t paste your API key, but check which URL your bot is calling in the logs.
- Verify the skill is visible:
openclaw skills list --eligible - Verify config is under:
skills.entries.agentmail.env.AGENTMAIL_API_KEY
- Make sure your prompt/code is using an inbox id, not the email address, in the send URL.
- Please paste
openclaw --versionand the redacted 404 line showing method + URL/path. That’ll tell us immediately if it’s stale skill instructions vs auth/config.
Docs: https://docs.agentmail.to/integrations/openclaw and OpenClaw skills config: https://docs.openclaw.ai/tools/skills-config