Arcadia Access & Credentials
Obtaining Access
To gain access to Arcadia (Genability), you need to create an account and generate application credentials:
- Create an Arcadia account if you don't already have one.
- Log in and navigate to the Applications dashboard.
- Create a new application.
- Copy the Application ID and Application Key for the next step.
Setting Credentials
tariff_fetch will read the credentials from the ARCADIA_APP_ID and ARCADIA_APP_KEY environment variables.
Either export them, or place them in your .env file:
Important
Make sure to add .env to your .gitignore file to avoid accidentally committing your credentials to version control.