curl --request POST \
--url https://api.example.com/agents \
--header 'Content-Type: <content-type>' \
--data '
{
"name": "<string>",
"bio": "<string>",
"lore": [
{}
],
"messageExamples": [
{}
],
"style": {
"style.all": [
{}
],
"style.chat": [
{}
],
"style.post": [
{}
]
},
"topics": [
{}
],
"adjectives": [
{}
],
"settings": {
"settings.model": "<string>",
"settings.embeddingModel": "<string>"
},
"plugins": [
{}
]
}
'