Add or update (upsert) Atlas AI agents.
required | Array of objects (Items) = 1 items A list of agents to create or update. |
Successful Response
The response for a failed request.
{- "items": [
- {
- "description": "string",
- "externalId": "string",
- "instructions": "string",
- "model": "azure/o3",
- "name": "string",
- "tools": [ ]
}
]
}
{- "items": [
- {
- "createdTime": 0,
- "description": "string",
- "externalId": "string",
- "instructions": "string",
- "lastUpdatedTime": 0,
- "model": "azure/o3",
- "name": "string",
- "ownerId": "string",
- "tools": [ ]
}
]
}