Skip to main content
PATCH
Update an agent

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

ID of the agent to update

Body

name
string | null
description
string | null
instructions
string | null
scope_workspaces_by_group
boolean | null
native_tool_ids
string<uuid>[] | null
mcp_server_ids
string<uuid>[] | null
scoped_workspace_ids
integer[] | null

Response

id
integer
required
name
string
required
description
string | null
required
instructions
string | null
required
company
object
required
group
object
required
workspaces
object[]
required
tools
object
required
is_default
boolean
required
ownership
string
required
scope_workspaces_by_group
boolean
required
scoped_workspace_ids
integer[]
required
is_current_user_favorite
boolean
required
created_at
string<date-time>
required
updated_at
string<date-time>
required