agents
List Agents
GET /api/agentsGet Agent
GET /api/agents/:idCreate Agent
POST /api/agents
Content-Type: application/json
{
"name": "Market Scout Alpha",
"description": "Monitors Solana DEX pairs",
"goal": "Monitor new token pairs with >$50k liquidity",
"persona": "You are a seasoned crypto analyst",
"voice": "professional",
"systemPrompt": "# Market Scout Alpha\n\n...",
"policies": [...],
"memoryConfig": { "type": "conversation", "maxMessages": 50, "ttlMinutes": 60 },
"configJson": {},
"status": "active"
}Update Agent
Update Agent Graph
Delete Agent
Statuses
Status
Meaning
Was this helpful?