🚀 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!
Learn how to authenticate your API requests
x-api-key
x-api-key: YOUR_API_KEY
curl https://www.trytruffle.ai/api/v1/agents \ -H "x-api-key: YOUR_API_KEY"
401 Unauthorized
{ "success": false, "error": "Invalid API key provided", "status": 401 }