# Notes:notebooks

**Page:** api/notes-notebooks

[Download Raw Markdown](./api/notes-notebooks.md)

---

## API Endpoints Summary

- **GET** `/api/v1/notes/notebooks` — List notebooks
- **POST** `/api/v1/notes/notebooks` — Create a notebook
- **GET** `/api/v1/notes/notebooks/{notebookId}` — Get notebook details
- **PATCH** `/api/v1/notes/notebooks/{notebookId}` — Update notebook settings
- **DELETE** `/api/v1/notes/notebooks/{notebookId}` — Delete a notebook

## CLI

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