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

# Env vars API (unstable)

> Scaffold environment variable CRUD routes

<Note>
  This module is scaffold-level. DTOs are empty, and responses are placeholder strings.
</Note>

## Endpoints

* `POST /env-vars`
* `GET /env-vars`
* `GET /env-vars/:id`
* `PATCH /env-vars/:id`
* `DELETE /env-vars/:id`

## Request contract

* Create DTO: empty object
* Update DTO: partial of empty object

## Response contract

Current service responses are placeholder text such as `This action returns all envVars`.
