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
Create
POST
https://api.beta.superagent.sh
/
api
/
v1
/
agents
Create a new agent
Request
This endpoint expects an object.
name
string
Required
isActive
boolean
Optional
initialMessage
string
Optional
prompt
string
Optional
llmModel
string
Optional
llmProvider
enum
Optional
An enumeration.
Show 10 enum values
description
string
Optional
avatar
string
Optional
type
enum
Optional
Allowed values:
SUPERAGENT
OPENAI_ASSISTANT
LLM
An enumeration.
parameters
object
Optional
Show 3 properties
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