# Exec:Scripts

**Page:** api/exec-scripts

[Download Raw Markdown](./api/exec-scripts.md)

---

## API Endpoints Summary

- **GET** `/api/v1/exec/scripts/read` — Read Script
- **POST** `/api/v1/exec/scripts/write` — Write Script
- **DELETE** `/api/v1/exec/scripts/delete` — Delete Script
- **GET** `/api/v1/exec/scripts/list` — List Scripts
- **POST** `/api/v1/exec/scripts/tree` — Get Script Tree
- **POST** `/api/v1/exec/scripts/move` — Move Script

## CLI

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