🚀 We just open-sourced Saiki - our customizable AI agent with support for MCP! Click here to check it out on GitHub, and give us a star!
{ "agents": [ {} ] }
Retrieve a list of all agents for the authenticated user
curl https://www.trytruffle.ai/api/v1/agents \ -H "x-api-key: YOUR_API_KEY"
{ "success": true, "data": [ { "agent_id": "agent_123", "name": "Customer Support Agent", "config": { "agent_id": "agent_123", "name": "Customer Support Agent", "instruction": "You are a helpful customer support agent", "model": "gpt-4", "tool": "search" }, "created_at": "2024-02-07T20:43:00Z", "updated_at": "2024-02-07T20:43:00Z" } ], "status": 200 }