Parent
Parent: #593
What to build
Add the Next.js admin proxy route and web schemas for publishing an approved Instagram Feed Variant through the Rust API.
The route validates the admin session and request shape, then proxies to Rust. It must not call Meta directly and must not use a Supabase fallback for publishing.
Acceptance criteria
Blocked by
Parent
Parent: #593
What to build
Add the Next.js admin proxy route and web schemas for publishing an approved Instagram Feed Variant through the Rust API.
The route validates the admin session and request shape, then proxies to Rust. It must not call Meta directly and must not use a Supabase fallback for publishing.
Acceptance criteria
imageAssetUrl, not arbitrarymediaUrloraccountId.POST /api/v1/content/variants/[id]/publish/instagramrequires an admin session.API_BASE_URLreturns 503 with a clear Rust API required message.API_BASE_URLexists, the route proxies to Rust with the user bearer token.Blocked by