feat: remote pairing approval via API (#301)

This commit is contained in:
Cameron
2026-02-13 17:35:56 -08:00
committed by GitHub
parent 560380d721
commit c083638be1
4 changed files with 133 additions and 2 deletions

View File

@@ -172,7 +172,7 @@ This uses a manifest to pre-configure:
Each channel supports three DM policies:
- **`pairing`** (recommended): Users get a code, you approve via `lettabot pairing approve <channel> <code>`
- **`pairing`** (recommended): Users get a code, you approve via CLI (`lettabot pairing approve <channel> <code>`) or API (`POST /api/v1/pairing/<channel>/approve`)
- **`allowlist`**: Only specified user IDs can message
- **`open`**: Anyone can message (not recommended)