Create a key
- Open your workspace → API keys.
- Click Create key and give it a name.
- Copy the key. hooksnode shows it only once. It stores only a SHA-256 hash of the key.
Use a key
Send it in one of these headers:Keep keys safe
- Keep keys in a secret manager or environment variables. Do not put them in code.
- Use one key for each system, so you can revoke one without the others.
- Revoke a key at once if it leaks. Open API keys and click Revoke.