Authentication
Accessing the API requires an API key, which serves as an authentication token. This key is essential for identifying the source of requests, monitoring platform usage, and granting you access to features reserved for your plan.
Each request must include the key in the x-api-key
header
x-api-key: {api_key}# e.g.: sk_demo_00000000000000000000000000000000
Manage your access keys in Profile › API Access. Here you can:
- view existing keys
- create new keys
- rename existing keys
- revoke compromised or unused keys
Some tips for API key security
- Never include your API key in public files or Git repositories
- Regularly rotate your active keys
- Use a dedicated key for each environment or application