Commit Graph

1 Commits

Author SHA1 Message Date
Felipe Coutinho
48d9eea8a9 feat(api): add inbox endpoints for receiving companion notifications
- POST /api/inbox - Create single inbox item from notification
- POST /api/inbox/batch - Create multiple inbox items at once (max 50)

- Validates input with Zod schemas
- Requires API token authentication
- Returns created/updated items with IDs for client sync
2026-01-23 12:11:30 +00:00