Move Agents To Folder
moveAgentsToFolderMove one or more agents (assignments) into a folder, or to the root level.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | No | Duvo team UUID to operate on. API keys are pinned to a single team — omit this (it falls back to the key's team) or pass that same team; a different team is rejected. OAuth callers, who can span multiple teams, should pass the target team here. | |
| agent_ids | Yes | IDs of the agents (assignments) to move. Must be unique. | |
| folder_id | Yes | Destination folder ID. Pass null to move the agents to the root level. |