Run Modem Agent
modem_agent_invokeStart a durable Modem agent conversation. Returns immediately with conversation_id and run_id; poll modem_agent_get_run for the result. Before your first call, read the skill: modem_skills({ name: "agent-runs" }).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | Natural-language prompt for the Modem agent. | |
| idempotency_key | Yes | Stable retry key. Reuse only for the exact same prompt. |