cURL
curl --request POST \ --url https://api.agentbase.sh/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "message": "<string>" }'
Run an agent with a message and receive a streaming agent response.