wafle_agents_run
Dispatch an agent run manually by providing store slug, agent slug, and input message. Returns a run ID and status to track or await approval.
Instructions
Manually dispatch a run for an agent. Returns the run_id and the synchronous run row (ends in status=done|failed|awaiting_approval). Use wafle_agents_runs_get to poll.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Wafle store slug, e.g. 'gamerland' or 'lensitive'. | |
| input | Yes | User message text fed to the agent's first turn. | |
| context | No | Extra context attached as trigger_payload. | |
| agent_slug | Yes | Agent slug, unique within the store. Lowercase letters, digits, dash, underscore. |