# Pipe:pipe

**Page:** api/pipe-pipe

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

---

## API Endpoints Summary

- **GET** `/api/v1/pipe/{path}` — Receive data from a pipe
- **POST** `/api/v1/pipe/{path}` — Send data to a pipe
- **PUT** `/api/v1/pipe/{path}` — Send data to a pipe (PUT)
- **OPTIONS** `/api/v1/pipe/{path}` — CORS preflight

## CLI

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