In a Project Dashboard, click on the Authentication tab. Create a new token and select the endpoints you’d like to protect.

Authentication methods
Sheet Ninja currently supports API key authentication using the Bearer token scheme. When authentication is enabled, clients must include anAuthorization header with a valid API key in every request.
Best practices
- Keep API keys secret and store them securely
- Never expose API keys in frontend or client-side applications
- Rotate keys periodically, especially if a key may have been exposed
- Use separate API keys for different services or integrations
