Agents
Create agent with AI brief
Create a new single-prompt agent from a natural-language brief or structured question/answer pairs. Atoms generates the system prompt for you.
Provide either description (free-form brief) or a non-empty questions array, but not both. The emotiveToggle, voiceId, and voiceModel fields must be supplied as a 3-tuple or omitted entirely.
post/agent/with-ai
Request body
Response
Agent created. data is the new agent's _id (string).
Example response
{
"status": true,
"data": "60d0fe4f5311236168a109ca"
}