v1
latestOpenAPI 3.1.02026-07-266016.5 KBCreate Agent
Create a new agent for your organization.
post/agent
Request body
Example request
{
"name": "Daily triage",
"jsonContent": {
"type": "doc",
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "Review new issues and summarize priority, owner, and next steps."
}
]
}
]
},
"mcpServers": [
"linear",
"github"
],
"agent": "claudeCode:claude-opus-4-5",
"triggers": [
{
"name": "linear.issue.created"
}
],
"schedules": [
{
"cron": "0 9 * * 1-5"
}
]
}Response
Agent created successfully
Example response
{
"name": "Daily triage",
"key": "daily-triage",
"agent": "claudeCode:claude-opus-4-5"
}