Error
A valid request URL is required to generate request examples{
"results": {
"offset": 123,
"total": 123,
"missingIds": [
"<string>"
],
"agents": [
{
"modelConfig": {
"modelProvider": "<string>",
"modelName": "<string>",
"reasoning": true
},
"enableUserContext": true,
"enableContentTools": true,
"enableSelfImprovement": true,
"enableDataAccess": true,
"tags": [
"<string>"
],
"instruction": "<string>",
"imageUrl": "<string>",
"description": "<string>",
"name": "<string>",
"slug": "<string>",
"version": 123,
"contentType": "ai_agent",
"downloadedAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
]
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}API Reference
Get apiv1projects aiagentscode
GET
/
api
/
v1
/
projects
/
{projectUuid}
/
aiAgents
/
code
Error
A valid request URL is required to generate request examples{
"results": {
"offset": 123,
"total": 123,
"missingIds": [
"<string>"
],
"agents": [
{
"modelConfig": {
"modelProvider": "<string>",
"modelName": "<string>",
"reasoning": true
},
"enableUserContext": true,
"enableContentTools": true,
"enableSelfImprovement": true,
"enableDataAccess": true,
"tags": [
"<string>"
],
"instruction": "<string>",
"imageUrl": "<string>",
"description": "<string>",
"name": "<string>",
"slug": "<string>",
"version": 123,
"contentType": "ai_agent",
"downloadedAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
]
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Was this page helpful?
āI