Generating a GraphQL API Key
All calls to the Enerflo GraphQL api will need to be made using a valid api key. In this section we cover how to provision new keys in the Enerflo UI.
Enerflo's GraphQL API keys are tied directly to a user account. Each API key inherits the same permissions as the user that owns the key.
To create a key:
- Access your Org Users here:
https://{partner-subdomain}.enerflo.io/settings/users(be sure to replace{partner-subdomain}with your subdomain value. - Select the user that should own the key
- From the User Details page, click the
Integrationstab - Select the
+Generatebutton and immediately copy and store the key that appears.
Important: This is the only time the full key will be displayed. Once you navigate away, it cannot be retrieved. Treat your API key like a password — store it in a secrets manager or environment variable, and never commit it to version control.

Updated 4 days ago
