references/features/email.md
references/features/email.mdBrowse 27 files
319 tokens
1,260 bytes
Token encoding: o200k_base
Snapshot 8beb6cd
← Back to SKILL.md
Email inbox
Per-user stored mail (notify-self, reply) and email destinations.
How to get there
/account/email → /account/email/:messageId. Destinations sit on the inbox
list at /account/email#email-destinations.
Drive it
node tools/control-kody.ts request GET /account/email.json
node tools/control-kody.ts request GET /account/email-destinations.json
node tools/control-kody.ts request POST /account/email.json --json '{"action":"delete","message_id":"<id>"}'
APIs
GET /account/email.jsonPOST /account/email.json{ "action": "classify", "message_id", "classification" }POST /account/email.json{ "action": "delete", "message_id" }GET|POST /account/email-destinations.json(add/resend/setDefault/remove), then confirm extras at/verify-email-destination
Delete confirms in the UI with a second click, then returns the inbox list and
updated usage.stored_messages count.
Gotchas
- Preview seed starts empty. Inbound mail is not something a Cloud Agent can mint without the email store APIs.
- The account email is always listable and cannot be removed here; extras must
verify before
emailSendcan use them. Cap is 5 extras. Mail comes from{username}@platform.