Skip to main content

Authentication

All API endpoints require an API key. Pass it in the X-API-Key header with every request.

Getting a key

Sign up at platform.trythinkbase.com to create your API key instantly. Keys start on the free tier and auto-graduate as you spend.

Using your key

Include the X-API-Key header in every request:

Key format

Keys follow the format tb_live_ followed by 32 random hex characters:
Your key is shown once when created. Store it securely. We store only a SHA-256 hash of your key and cannot recover it.

Error responses

Missing key

Status: 401 Unauthorized

Invalid or revoked key

Status: 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.