EdgeCloud API Keys

You can manage your EdgeCloud API Keys in Theta EdgeCloud Dashboard.

In Theta EdgeCloud, API keys work in the context of "projects", i.e. you create API keys inside a EdgeCloud project, and you can only use these API keys to manage deployments in the this same project later.

Create a new API key

To create, click on the "Settings" icon on the left bar, click on the "Projects" tab, and click on the project in which you want to create and use the API key.

In the project settings page, click on the "Create API Key" button.

Give the new API key a meaningful name. Note this name will be used to manage (e.g. delete) the API key later, if necessary.

As shown in the warning, this is the only time you can see the new API key in plain text, so please copy/paste and save it in wherever you want to use it later, e.g. your Javascript or Python code where you want to use the API key to manage deployments programmatically.

After you close this modal box, you can see the name of the newly created API key. As mentioned, you won't be able to see the plain text of the API key from now on, so please remember the purpose and use case of each API key.

Delete an API key

To delete an API key, just click on the "Remove" button to the right of the API key('s name), and confirm the deletion in the modal.