> ## Documentation Index
> Fetch the complete documentation index at: https://docs.apinizer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Environment Variables CRUD Operations

> This section contains endpoints for creating, reading, updating, and deleting environment variables.

## Overview

This section contains endpoints for creating, reading, updating, and deleting environment variables.

## Endpoints

* [List Environment Variables](/api-reference/environment-variables/crud/list-environment-variables) - Get all environment variables for a project
* [Get Environment Variable](/api-reference/environment-variables/crud/get-environment-variable) - Get detailed information about a specific environment variable
* [Create Environment Variable](/api-reference/environment-variables/crud/create-environment-variable) - Create a new environment variable
* [Update Environment Variable](/api-reference/environment-variables/crud/update-environment-variable) - Update an existing environment variable
* [Delete Environment Variable](/api-reference/environment-variables/crud/delete-environment-variable) - Delete an environment variable

## Related Documentation

* [Environment Variables Overview](/api-reference/environment-variables/crud/create-environment-variable.mdx) - Complete environment variable management documentation
