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.
Every request must include an Authorization header with a personal access key (ev_live_...).
Generate keys at app.envless.cloud/keys. The full key is shown once — copy it into your secret store immediately. See Keys for naming, rotation, and revocation.
What a key grants
| Today | Planned | |
|---|---|---|
| Scope | Whole workspace | Project / environment / read-only / read-write |
| Operations | Read-only | All CRUD |
| Permissions | All resources | Per-resource roles |
For now, a key reads everything the workspace can see. Scoped permissions are coming — keys you create today will continue to work with full access.
Examples
Failure modes
| Status | Meaning | Fix |
|---|---|---|
401 Missing key | No Authorization header. | Add the header. |
401 Malformed key | Header present but doesn’t start with Bearer ev_live_. | Check format. |
401 Revoked or unknown key | Key was deleted, rotated, or never existed. | Generate a new one and update your secret store. |
Last used + usage tracking
The dashboard shows when each key was last used and how many requests it has served. Use that to detect dormant keys you can safely rotate.