Creating your first Personal API Key
You can create and delete (revoke) API keys right from the Cellulose dashboard. Here’s how to do it:- Navigate to the Settings section by clicking on it at the top right of your profile.


No personal API keys tied to your account yet
- Let’s create your first API key. Give it a name and click “Create API Key”



Deleting your API keys
Delete / remove / revoke your API keys as follows:
We don’t currently support automated API key rotations, but this should be
trivial to do and something we can definitely support in the future.
API Key Best Practices
Your personal API keys have full access to your Cellulose account. We recommend treating your personal API keys as sensitive information like you do with passwords. Here are some best practices:- Restrict usage / retrieval of your API keys to the small subset of development / production machines that need them. Even better, create one for each of them so you can better isolate intrusions and revoke them in a timely manner.
- Don’t store the API key(s) in plaintext or code like in a version control system. Use a managed secrets / password manager instead.