AI Agents
Update an Agent
Updates an existing agent, or creates a new agent if one doesn’t exist.
PUT
/
api
/
projects
/
{projectName}
/
agents
/
{agentName}
Path Parameters
projectName
string
requiredThe name of the project where agent resides
agentName
string
requiredThe name of the agent
Body
application/json
agent
object
Response
200 - application/json
name
string
model
string
A conversational model used by an agent
skills
string[]
One or more skills that an agent can use
Was this page helpful?