# App:Profiles

**Page:** api/app-profiles

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

---

## API Endpoints Summary

- **GET** `/api/v1/run/profiles` — List all profiles
- **POST** `/api/v1/run/profiles` — Create a new profile
- **PATCH** `/api/v1/run/profiles/{profile}` — Update a profile
- **DELETE** `/api/v1/run/profiles/{profile}` — Delete a profile
- **POST** `/api/v1/run/profiles/{profile}/select` — Select the active profile

## CLI

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