Authentication
ETBX supports two authentication methods: API keys for programmatic access and session cookies for dashboard access.
API Keys
Use API keys to authenticate requests from your backend:
Get your API key from the Settings page after signup.
Session Cookies
For dashboard access, ETBX uses HTTP-only cookies:
Logging In
Security Best Practices
- Never expose your API key in client-side code
- Always use HTTPS for API requests
- Rotate your API key periodically
- Use environment variables to store secrets