Skip to content
On this page

ApiKey

Parent: pterodactyl

A String which is the API key for the pterodactyl panel. This MUST be a client api-key, found at /account/api

Example Usage

js
theme: SoftUI({
    admin: {
        pterodactyl: {
            apiKey: "myPterodactylApiKey"
        }
    }
})

Types

Released under the MIT License.