dispatch_agent_job
Dispatch an AI agent runner job using natural language. The runner autonomously plans and executes tasks, returning a job ID for status polling.
Instructions
Dispatch an AI agent runner job with a natural-language intent. The runner autonomously selects the right agent, plans actions, and executes them. Returns a job ID you can poll with get_agent_job.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| intent | Yes | What you want the agent runner to do. Plain English — e.g. "Summarise the last 5 files in the Research library and write findings to a new file called Summary." | |
| workspaceId | No | Workspace ID. Defaults to your active workspace. |