# Api:Auth Tokens

**Page:** api/api-auth-tokens

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

---

## API Endpoints Summary

- **GET** `/api/v1/auth/tokens` — List auth tokens
- **POST** `/api/v1/auth/tokens` — Create a new auth token
- **POST** `/api/v1/auth/tokens/{id}/copy` — Copy auth token
- **GET** `/api/v1/auth/tokens/me` — Get current auth token details
- **PUT** `/api/v1/auth/tokens/me/public-profile` — Update current auth token public profile
- **PATCH** `/api/v1/auth/tokens/me/public-profile` — Update current auth token public profile
- **GET** `/api/v1/auth/tokens/public-profiles/{public_key}` — Get auth token public profile by public key
- **GET** `/api/v1/auth/tokens/{id}` — Get auth token by ID
- **PUT** `/api/v1/auth/tokens/{id}` — Update auth token
- **PATCH** `/api/v1/auth/tokens/{id}` — Update auth token
- **DELETE** `/api/v1/auth/tokens/{id}` — Delete auth token
- **POST** `/api/v1/auth/tokens/{id}/add-realm` — Add realm to auth token
- **POST** `/api/v1/auth/tokens/{id}/remove-realm` — Remove realm from auth token

## CLI

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