PATCH
/
v1
/
agents
/
{agent_id}

Authorizations

Authorization
string
headerrequired

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

Path Parameters

agent_id
string
required

Body

application/json
description
string | null

The description of the agent.

metadata_
object | null

The metadata of the agent.

user_id
string | null

The user id of the agent.

id
string
required

The id of the agent.

name
string | null

The name of the agent.

tools
string[] | null

The tools used by the agent.

system
string | null

The system prompt used by the agent.

llm_config
object | null

The LLM configuration used by the agent.

embedding_config
object | null

The embedding configuration used by the agent.

message_ids
string[] | null

The ids of the messages in the agent's in-context memory.

memory
object | null

The in-context memory of the agent.

Response

200 - application/json
description
string | null

The description of the agent.

metadata_
object | null

The metadata of the agent.

user_id
string | null

The user id of the agent.

id
string

The human-friendly ID of the Agent

name
string
required

The name of the agent.

created_at
string

The datetime the agent was created.

message_ids
string[] | null

The ids of the messages in the agent's in-context memory.

memory
object

The in-context memory of the agent.

tools
string[]
required

The tools used by the agent.

system
string
required

The system prompt used by the agent.

llm_config
object
required

The LLM configuration used by the agent.

embedding_config
object
required

The embedding configuration used by the agent.