Discord
GitHub
Login
Search...
/
Overview
Templates
API Reference
Introduction
Authentication
API Reference
Agent
GET
List
POST
Create
GET
Get
DEL
Delete
PATCH
Update
POST
Invoke
POST
Add Llm
DEL
Remove Llm
GET
List Tools
POST
Add Tool
DEL
Remove Tool
GET
List Datasources
POST
Add Datasource
DEL
Remove Datasource
Llm
API User
API Key
Datasource
Tool
Workflow
Workflow Config
Vector Database
Discord
GitHub
Login
API Reference
Agent
Update
PATCH
https://api.beta.superagent.sh
/
api
/
v1
/
agents
/
:agent_id
Patch an agent
Path parameters
agent_id
string
Required
Request
This endpoint expects an object.
isActive
boolean
Optional
name
string
Optional
initialMessage
string
Optional
prompt
string
Optional
llmModel
string
Optional
description
string
Optional
avatar
string
Optional
type
string
Optional
metadata
map from strings to any
Optional
outputSchema
string
Optional
Response
This endpoint returns an object.
success
boolean
data
object
Optional
Represents a Agent record
Show 19 properties
Built with