Skip to main content
PATCH
Update agent configuration

Authorizations

Authorization
string
header
required

Your DUST API key is a Bearer token.

Path Parameters

wId
string
required

ID of the workspace

sId
string
required

ID of the agent configuration

Body

application/json
userFavorite
boolean
agent
object
instructions
string
generation_settings
object
tags
object[]
editors
object[]
skills
object[]

Replaces the skills enabled on the agent configuration.

toolset
object[]

Replaces the full set of tools on the agent. Any tool not present in this array is removed, so send the complete desired toolset. Each entry resolves an MCP server by name (see configuration.mcp_server_name). Entries that cannot be resolved are not applied and are returned in the skippedActions field of the response rather than causing the whole request to fail.

Response

Successfully updated agent configuration

agentConfiguration
object
skippedActions
object[]

Toolset entries that could not be applied (e.g. the referenced MCP server was not found, is not shared to an accessible space, or the name was ambiguous). The request still succeeds; inspect this list to confirm every intended tool was attached.