Skip to main content
ToughTongue AI uses Bearer tokens for API authentication.

Get Your Token

  1. Go to Developer Portal
  2. Click Create API Key
  3. Copy immediately—won’t be shown again

Use Your Token

Test Your Token


Security Rules

❌ Never Do This

✅ Do This Instead


Environment Variables

Add to .gitignore:

Organization Context

Scope API calls to an organization:

Checklist

  • Store tokens in environment variables
  • Proxy API calls through backend
  • Use HTTPS for all requests
  • Rotate tokens periodically
  • Delete unused tokens
  • Monitor API usage