Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.envless.cloud/llms.txt

Use this file to discover all available pages before exploring further.

Envless uses personal access keys (ev_live_…) to authenticate the CLI and SDK against your workspace. Each key is scoped to a workspace and can be re-rolled or revoked from the dashboard at any time.

Create a key

1

Have an Account

Create your Envless account or log in to an existing one at the Envless Dashboard. Select the workspace you want to generate an access key for.
2

Generate a Key

Navigate to the Keys section within your workspace. Click “Create Key”, give it a descriptive name (e.g. ci-production), and click “Generate Key”.
3

Authenticate

Use the key to authenticate the CLI or SDK. Treat it like a password — anything that holds it can read and write your workspace’s variables.

Use the key

Expose the key as an environment variable. The CLI and SDK both pick it up automatically.

export ENVLESS_TOKEN=ev_live_xxxxxxxxxxxx
Keep your access keys secret. Never commit them to git or paste them in chat. If you believe a key has been compromised, re-roll it from the dashboard immediately — the old key stops working the moment a new one is generated.