Skip to main content
Convosphere AI home page
Search...
⌘K
Support
Get Started
Get Started
Search...
Navigation
Agents
Update Agent
Guides
API Reference
Dashboard
Support
Overview
API Reference
Authentication
POST
Login
POST
Signup
POST
Refresh Token
Agents
GET
List Agents
POST
Create Agent
GET
Get Agent
PUT
Update Agent
DEL
Delete Agent
Chat
POST
Send Message
POST
Stream Message
GET
Get Messages
GET
Get Conversations
Knowledge Base
GET
List Documents
POST
Upload Document
POST
Add URL
DEL
Delete Document
Integrations
GET
List Integrations
POST
Create Integration
GET
List Providers
Webhooks
GET
List Webhooks
POST
Create Webhook
Webhook Events
200
Copy
{
"agent"
: {}
}
Agents
Update Agent
Copy page
Copy page
PUT
/
api
/
agents
/
{agentId}
Try it
200
Copy
{
"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
Was this page helpful?
Yes
No
Suggest edits
Raise issue
Get Agent
Delete Agent
⌘I