Before you start
- Select the Organization that should own the key.
- Decide which service or environment will use it.
- Have your secret manager or deployment platform ready before you create the key.
Create the key
1
Open API keys in the dashboard
In the Anthale dashboard, open the API key page for the Organization that
will own the key.
2
Start the create flow
Create a new key for the service or environment that needs to call Anthale by clicking the “Create API Key” button
in the top right of the page.
3
Add clear metadata
Give the key a name that identifies the caller. Add a description if you want extra ownership or environment
context.
4
Create the key
Finish the create flow and copy the new key into a secure location immediately.
Copy and store it safely
- Save the key in your secret manager or deployment platform before you move to the next task.
- Treat Anthale API keys as server-side credentials only.
- Do not put Anthale API keys in browser code, mobile apps, screenshots, or source control.
Verify the key
- Confirm the new key appears in the API keys list with the expected name.
- Use it in Authentication, the Python Direct SDK Path, or the TypeScript Direct SDK Path when you are ready to test the integration.