Skip to main content

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.

Returns all environment variable keys for the specified project. Values are not included in the list response for security.

Authentication

Requires a valid Bearer token.

Path Parameters

id
string
required
Project ID (UUID).

Response

env_vars
array
List of environment variable metadata.
{
  "env_vars": [
    {
      "key": "DATABASE_URL",
      "created_at": "2025-01-15T10:30:00Z",
      "updated_at": "2025-01-15T10:30:00Z"
    },
    {
      "key": "API_SECRET",
      "created_at": "2025-01-15T10:31:00Z",
      "updated_at": "2025-01-15T10:31:00Z"
    }
  ]
}

Errors

StatusDescription
401Unauthorized — missing or invalid token
404Not Found — project does not exist or you do not have access