Skip to main content
PUT
/
api
/
agents
/
{agentId}
{
  "agent": {}
}

Description

Update an existing agent.

Authentication

Required (API key or JWT token)

Path Parameters

agentId
string
required
The ID of the agent to update

Request Body

name
string
Updated agent name
description
string
Updated description
systemPrompt
string
Updated system prompt
model
string
Updated AI model

Response

agent
object
Updated agent object