Authenticating Requests
All API requests should include your API key in an Authorization
HTTP header as follows:
Authorization: Bearer $ABLT_API_KEY
Example request command:
curl https://api.ablt.ai/v1/bots \
-H "Authorization: Bearer $ABLT_API_KEY"