# Mailactor runnable recipes

These four recipes are the shortest supported paths for an autonomous Node.js integration:

1. [Create a managed inbox and send](/recipes/onboarding-send.md)
2. [Receive, read, and reply](/recipes/receive-reply.md)
3. [Connect a customer-owned domain](/recipes/customer-domain.md)
4. [Create and verify a signed webhook](/recipes/webhook.md)

Download `/agent-client.mjs` beside your runner and use `/openapi.json` as the authoritative schema.
Keep the API key in a secret file or environment variable, never in source, URLs, logs, prompts, or
webhook payloads. Each recipe uses only public tenant operations and returns the resources the caller
must retain or clean up.
