mailkite_agent
Send a message to an inbox agent and retrieve its reply. Target the default agent or specify a routeId or address to reach a specific agent. Requires an API key.
Instructions
Send a message to one of your inbox agents and get its reply. Defaults to the account's default agent; pass routeId or address to target a specific agent, or model to override the model. This is separate from inbound routing — it does not match or override routes. Requires an API key (mk_live_…).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | Optional sender address the agent sees as the originator. Defaults to the account's API caller address. | |
| html | No | Optional HTML body. `text` is still required — the agent reasons over the plain-text content. | |
| text | Yes | The message for the agent — it reads this as the incoming email body and decides what to do. | |
| model | No | Override the model the agent runs on for this call (e.g. claude-sonnet-4-6). | |
| address | No | Target the agent whose route matches this address. Alternative to routeId. | |
| routeId | No | Target a specific agent by its route id (rte_…). Omit to use the account's default agent (its most recently created agent route). | |
| subject | No | Optional subject line the agent sees on the message. |