AI Agents
List All Agents
Gets all agents created by the user.
GET
/
api
/
projects
/
{projectName}
/
agents
Path Parameters
projectName
string
requiredThe name of the project where agent resides
Response
200 - application/json
name
string
model
string
A conversational model used by an agent
skills
string[]
One or more skills that an agent can use
Was this page helpful?