Skip to main content
PUT
Set an agent's attached MCP servers

Authorizations

Authorization
string
header
required

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

Path Parameters

saved_agent_id
string<uuid>
required

Body

application/json

The exact set of MCP servers an agent should have attached.

server_ids
string<uuid>[]

The servers to attach to the agent; replaces the current set.

Maximum array length: 20

Response

Successful Response

The organisation's MCP servers, alphabetical.

servers
McpServerReadSchema · object[]
required