Sets an environment variable for the specified project. Creates the variable if it does not exist, or updates it if it does.Documentation Index
Fetch the complete documentation index at: https://docs.runaether.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Requires a valid Bearer token.Path Parameters
Project ID (UUID).
Environment variable name.
Request Body
The value to set for the environment variable.
Response
Returns200 OK on success.
Errors
| Status | Description |
|---|---|
400 | Bad Request — missing value |
401 | Unauthorized — missing or invalid token |
404 | Not Found — project does not exist or you do not have access |