Quick start: talk to an agent
Use the shortcutagent-default-main_task as task_id to directly interact with the IM agent’s main task — no need to look up UUIDs first:
- cURL
- Python
Shortcuts
The following shortcuts are available so you don’t need to look up UUIDs first:Managing agents
Use theagent.* endpoints to list, view, and update your agents:
Agent subtasks
Agents can create subtasks during execution. To view an agent’s subtasks, use task.list withscope=agent_subtask:
task_type: "agent_subtask" in the response and can be interacted with like any other task — task.sendMessage, task.listMessages, task.stop, etc.