Skip to content

How do I create and manage API keys?

API keys let you access your account programmatically, for scripts or integrations, separate from logging into the panel.

To create one: go to Account Settings, open the API Credentials tab, and click "New API Key". Give it a description and, optionally, restrict it to specific IP addresses. The secret token is shown once only when created; store it somewhere safe, since the panel will not show it again.

To use it, pass it in the Authorization: Bearer YOUR_API_KEY header on requests to the /api/client base URL.

To rotate a key: delete the old one and create a new one, then update anything using it. Deleting a key revokes its access immediately, and you will get a security email whenever a key is created or deleted.

Was this helpful?

Didn't fix it? Ask in Discord.

Ask in our Discord - we help with hosting questions whether or not you host with us.