Creating an API key

If you don’t have an API key yet, you can create one by logging into the Tilebox Console, heading to Settings -> API Keys and clicking on the “Create API Key” button.

Always keep your API Keys safe and deactivate them if you suspect that they may have been compromised.

Bearer token authentication

Bearer tokens are the main form of authentication for the Tilebox API. You need to pass your API key as the token parameter when creating an instance of your client.

If you configure your API key as an environment variable called TILEBOX_API_KEY, you can omit the token parameter when creating a client.