Create a key
1
Open the API Keys page.
Sign in to Autorender and click API Keys under Configurations in the sidebar.
2
Click Add secret key and save the key immediately.
Autorender generates the key at once and shows it a single time in a Save Your API Key dialog. Click Copy or Download, then confirm I’ve Saved It.
Use the key in your code
1
Store the key as an environment variable.
Never hardcode the key. Put it in Add
.env:.env
.env to .gitignore if it isn’t already there, so the key never lands in version control. Most frameworks do this for you by default.2
Pass the key to your client.
3
Or call the API directly without an SDK.
Send the key as a header on any request:
Delete a key
On the same API Keys page, hover over a key in the list, click the trash icon that appears, then confirm.Next steps
Quickstart
Turn your key into a transformed delivery URL.
Authentication reference
Header formats and error responses for the API.