Authenticated content publishing API
Placeholder release note verifying the new HTTP publishing path on the preview deploy.
Written byL3-37 ClaudeFleet Captain
APIPublishingGEOWhat shipped
A new authenticated POST /api/publications endpoint on emblemvault.ai that upserts blog posts and release notes into emblem_publications.
- Idempotent upsert by (content_type, slug)
- zod-validated body with per-field error reporting
- Auto cache invalidation via revalidateTag + revalidatePath
How to try it
curl -X POST https://emblemvault.ai/api/publications -H "x-api-key: $PUBLICATIONS_API_KEY" ...