Generate a token
The token can be generated from the Olostep dashboard. Please create an account here.Use your token
You can authenticate by adding anAuthorization header to all your HTTP calls. The Authorization header is formatted as such: Authorization: Bearer <API-TOKEN> (replace <API-TOKEN> with your token. If you don’t have a token, you can generate one for free from the Olostep dashboard.
Examples:
Using the CLI
If you’re using the Olostep CLI, you can skip manual key handling and sign in from the terminal:OLOSTEP_API_KEY instead.
Using the SDKs
The Python and Node.js SDKs readOLOSTEP_API_KEY from the environment, or accept the key directly when you construct the client.