# Daemon:Programs

**Page:** api/daemon-programs

[Download Raw Markdown](./api/daemon-programs.md)

---

## API Endpoints Summary

- **GET** `/api/v1/daemon/programs` — List all programs
- **GET** `/api/v1/daemon/programs/{id}` — Get a specific program
- **POST** `/api/v1/daemon/programs/reset` — Reset programs to default
- **POST** `/api/v1/daemon/programs/add` — Add a new CUSTOM program
- **POST** `/api/v1/daemon/programs/edit/{id}` — Edit a program
- **POST** `/api/v1/daemon/programs/remove/{id}` — Remove a program

## CLI

```bash
# CLI mapping will be generated from the SDK CLI sources in a later step.
# Example (placeholder):
# hoody-cli <command> --help
```