Documentation Index
Fetch the complete documentation index at: https://docs.trythinkbase.com/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
All API endpoints require an API key. Pass it in theX-API-Key header with every request.
Getting a key
Contact partners@trythinkbase.com to get your API key. Keys are generated per-partner and tied to a billing tier.Using your key
Include theX-API-Key header in every request:
Key format
Keys follow the formattb_live_ followed by 32 random hex characters:
Error responses
Missing key
401 Unauthorized
Invalid or revoked key
401 Unauthorized
Security
- Keys are hashed with SHA-256 before storage. We never store or log raw keys.
- All API traffic must use HTTPS.
- If you suspect your key is compromised, contact us immediately to revoke it and issue a new one.