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

# Argo API (unstable)

> Scaffold argo CRUD routes

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

## Endpoints

* `POST /argo`
* `GET /argo`
* `GET /argo/:id`
* `PATCH /argo/:id`
* `DELETE /argo/:id`

## Request contract

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

## Response contract

Current CRUD responses are placeholder text such as `This action returns all argo`.
