Get started with Agentbase in under 5 minutes using our Agent API.
1. Get Your API Key
2. Purchase credits
3. Make Your First API Call
curl -X POST "https://api.agentbase.sh" \ -H "Content-Type: application/json" \ -H "Accept: text/event-stream" \ -H "Authorization: Bearer YOUR_API_KEY" \ -d '{"message": "What can you do?"}'