| UNAUTHORIZED | 401 | Missing, invalid, or revoked token |
| FORBIDDEN | 403 | Token lacks scope or site access |
| NOT_FOUND | 404 | Site or page does not exist |
| VALIDATION_ERROR | 400 | Invalid request body or query |
| ALREADY_EXISTS | 409 | Page path already taken |
| IDEMPOTENCY_CONFLICT | 409 | Idempotency-Key reused with different body |
| REVISION_CONFLICT | 409 | If-Match revision is stale |
| INVALID_MDX | 422 | MDX content failed validation |
| BROKEN_BLOCKS | 422 | Page has invalid blocks — fix before publish |
| LIMIT_EXCEEDED | 403 | Organization limit reached |
| FILE_TOO_LARGE | 400 | Declared or measured file exceeds per-file cap |
| VIDEO_UPLOAD_NOT_ON_PLAN | 403 | Plan does not include video upload (free tier) |
| STORAGE_LIMIT_EXCEEDED | 403 | Organization storage quota full |
| PUBLISH_QUOTA_FULL | 403 | Plan site publish quota reached |
| CONFLICT | 409 | Post or campaign status cannot be edited by agents (social / newsletter routes) |
| GENERATION_FAILED | 502 | AI image generation failed (social media/generate) |