MindsDB
Open Source Product Docs
cURL
curl --request POST \ --url http://127.0.0.1:47334/api/projects/{projectName}/agents \ --header 'Content-Type: application/json' \ --data '{ "agent": { "name": "<string>", "model": "<string>", "skills": [ "<string>" ] } }'
{ "name": "<string>", "model": "<string>", "skills": [ "<string>" ] }
The name of the project where agent resides
Created an agent
The response is of type object.
object
Was this page helpful?