Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Authentication methods for the thinnestAI API.
curl https://api.thinnest.ai/v1/agents \ -H "Authorization: Bearer YOUR_AUTH0_JWT"
curl -X POST https://api.thinnest.ai/v1/agents/ag_c47e7c97_b2f2/chat \ -H "Authorization: Bearer ak_your_api_key" \ -H "Content-Type: application/json" \ -d '{"message": "Hello"}'
ak_
ak_a1b2c3d4e5f6g7h8
thns_sk_
thns_sk_abc123xyz
ag_
ag_c47e7c97_b2f2
401
403
429
{ "detail": "Invalid or expired authentication token" }