# Daemon:Quick Start

**Page:** api/daemon-quick-start

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

---

## API Endpoints Summary

- **GET** `/api/v1/daemon/quick-start` — List all ephemeral programs
- **POST** `/api/v1/daemon/quick-start` — Launch ephemeral CUSTOM program
- **GET** `/api/v1/daemon/quick-start/{id}/status` — Get ephemeral program status
- **GET** `/api/v1/daemon/quick-start/{id}/logs` — Get ephemeral program logs
- **POST** `/api/v1/daemon/quick-start/{id}/stop` — Stop ephemeral program

## CLI

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