Creating an API key
To create an API key, log into the Tilebox Console. Navigate to Settings -> API Keys and click the “Create API Key” button.Keep your API keys secure. Deactivate any keys if you suspect they have been compromised.

Set up environment variable
SetTILEBOX_API_KEY in your shell environment (optional but recommended). That way, the Tilebox CLI and SDK clients automatically pick it up.
The following commands persist the variable for future terminal sessions and also make it available in the current session.
Manual SDK authentication
In case you didn’t configure your shell environment, you can also pass your API key as thetoken parameter when creating an instance of the SDK clients.
