> ## 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.

# Scaffold API overview

> Coverage for scaffold modules with unstable contracts

## Contract status

These modules are documented for completeness, but many routes are still scaffold-level and may change without notice.

<Note>
  Treat scaffold module request and response schemas as provisional until the backend finalizes DTO validation and response contracts.
</Note>

## Included modules

* Activity
* Admin
* Argo
* Env vars
* K8s
* Logs
* Loki
* Notification
* Plans
* Users

## Shared CRUD pattern

Most scaffold modules expose the same route pattern:

* `POST /<module>`
* `GET /<module>`
* `GET /<module>/:id`
* `PATCH /<module>/:id`
* `DELETE /<module>/:id`

Several modules currently return placeholder string messages in service responses.
