API Introduction
Base URL
https://api.guayaba.run/api/v1Quick Start
1. Create an API key
2. List your agents
curl https://api.guayaba.run/api/v1/agents \
-H "Authorization: Bearer g_master_YOUR_KEY"3. Start an agent
curl -X POST https://api.guayaba.run/api/v1/agents/{id}/start \
-H "Authorization: Bearer g_master_YOUR_KEY"4. Chat with your agent
Requirements
Last updated