Skip to main content
PATCH
Update Agent

Authorizations

Authorization
string
header
required

API key authentication. Get your API key from the Duvo dashboard.

Path Parameters

agent_id
string<uuid>
required

The agent's unique identifier

Body

application/json
name
string

New agent display name.

slack_enabled
boolean

Whether the agent is reachable via Slack.

microsoft_teams_enabled
boolean

Whether the agent is reachable via Microsoft Teams.

agentic_memory_enabled
boolean

Toggle agentic memory for the agent.

thread_id
string<uuid> | null

Thread id to associate with the agent, or null to clear.

pinned
boolean

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.

computer_use_sandbox_template_id

"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.

Available options:
standard
computer_use_vpn_config_id

"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.

Available options:
direct

Response

Default Response

agent
object
required
user_context
object
required