Update Agent
updateAgentUpdate an agent's display name or delivery settings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New agent display name. | |
| pinned | No | Pin the agent to the top of your agents list (true) or unpin it (false). Per-user — each viewer has their own pin. A team on Automations has no agents list for a pin to order, so a pin or unpin there is refused with a 409. | |
| agent_id | Yes | The agent's unique identifier | |
| thread_id | No | Thread id to associate with the agent, or null to clear. | |
| slack_enabled | No | Whether the agent is reachable via Slack. | |
| agentic_memory_enabled | No | Toggle agentic memory for the agent. | |
| microsoft_teams_enabled | No | Whether the agent is reachable via Microsoft Teams. | |
| computer_use_vpn_config_id | No | "direct" to durably pin direct internet (no VPN, immune to future team-default changes), a VPN config UUID to pin that network, or null to follow the team default. | |
| computer_use_sandbox_template_id | No | "standard" to durably pin the standard Duvo desktop (immune to future team-default changes), a template UUID to pin that desktop, or null to follow the team default. |