Home
Blog
Product Updates
Blog
What Aveiro’s Product Hunt Launch Day Actually Looked Like
Seedance 2.0 Comes to Aveiro — With Video Uploads and Bunny.net Under the Hood
Connect Aveiro to Any AI Agent in 10 Seconds — One MCP URL
How to Migrate from Squarespace to Aveiro
Integrating ByteDance Models Directly: What We Learned Building Aveiro
Auto-update Docs and Blog with Cursor Cloud Agents and the Aveiro API
What Is Connected Publishing?
Website CTA Analytics: Beyond Page Views
How to Connect a Custom Domain on Aveiro
Edit Your Website with AI Without Breaking Layout
Build a Portfolio Website on Aveiro
The Hidden Cost of a Fragmented Publishing Stack
How to Start a Newsletter From Your Website
Build a Documentation Site with Collections and MDX
Embed a Signup Form on Any Site
Your First Week on Aveiro
Updates
Org-Wide Newsletters Can Pick a Host Site
Dashboard Home, Onboarding Personalization, and Campaign Tweaks
Newsletter Web Archive — Publish Sent Campaigns as Site Pages
MCP Stdio Social Parity and a Taller Website-Mockup Wizard
Collection Blocks on Translated Pages Show the Right Language
MCP Tool Safety Hints — Hosted and Stdio Servers Now Match
Engagement Metrics on Published Posts — See What Sent Posts Did
Website Mockup Videos — Film a Live URL Into the Social Library
Translation Progress Fix — Stale Retranslate Totals and Readiness Refresh
Orbit Rename and Social Review Polish — Hover Cards and Add Menu Connect
Dashboard Polish — Published Post Summary, Ad Auto-Save, and Asset Previews
Translation Language Limits by Plan — Pricing Page Shows Language Allowances
Localized Sidebar and Header Navigation Titles
Translation Jobs Now Translate Page Metadata Text
Retranslate Jobs: Progress, Completion, and Republication Fixes
Instagram Story Publishing — Feed and Stories From One Draft
Agent Authoring Guide, Site Media API, and Advisory Lint
Social Engagement Metrics for Agents — Learn What Performs Before You Draft
Editor Polish — Media Breakout, Toolbar Fixes, and Ad Banner Cards
Locale-Prefixed Nav Links and Translation Publish Guards
Ad Placements on Layout Templates — Per-Template Overrides
Ads in the Layout Tab — Chrome Overrides, Live Preview, One Disclosure Label
Premium Ad Banners Beta — Organization Inventory on Every Site
Newsletter click tracking by element
Searchable Orbit Space Picker — Find Spaces in Large Hubs
Org Assets AI Composer — Image and Video With Reference Attachments
Plan Storage Limits — Metered Bytes at Rest for Media, Video, and Agent Uploads
Org-Wide Asset Management — Browse, Bulk Move, and Delete in One Place
Direct Media Uploads for Agents — Push Local Images and Videos Without a Public URL
Social Update — Publishing Credits Pool
Social Fix — First-Comment Outcome on the Post Row
Social Update — First Comments Publish With the Post
MCP Fix — Per-Platform First Comments on the Stdio Proxy
MCP Marketplace Template Clone — Bootstrap Sites from the Gallery
Homepage Rework — Template to Publish, Free Trial, and MCP for Agents
Usage Counters Now Reset on Your Billing Cycle
Social Dashboard: Post Sections, Scheduling Picker, and Platform Comments
Social Dashboard: Upload Aspect Ratios and New Post Dialog
MCP Fix — aveiro_update_page Retries on Revision Conflicts
LinkedIn Joins Social Publishing — Personal Profiles and Company Pages
Quasar Max Chat Upgrades to Claude Sonnet 5
Recoverable Failed Social Posts
Social Caption Guards and Safer Publish Dates
Media Library Folders and Unified Picker — One Org Library Across Sites
Newsletter Agent API and MCP Tools — Draft Campaigns from Cursor and Claude
Plain-Voice Quasar Chat Errors
Clearer AI Credit Messages and Fewer Continue Prompts
MDX Placeholder Tags Render as Text
AI and MCP Page Reordering — Move, Sort, and Reorder Site Structure
Translation Jobs: Live Progress, Cost Estimates, and Cleaner Pickers
Translations UI Polish and Connect Claude
Character References for Social AI Media + First Comment Field
AI Video Generation — Short Clips from the Site Editor
Social Org Media Browsing and Register-by-URL — Reuse Dashboard Uploads in Agent Drafts
MCP Fix — tools/call Accepts null and Stringified Arguments
MCP Fix — Parameterless Tools Work Without an Arguments Field
Multi-Aspect AI Media for Social Posts — Platform Crops in One Call
Social Agent API and MCP Tools — Draft Posts from Cursor and Claude
Social Publishing Beta — Draft, Approve, and Schedule Instagram and Threads
Once UI Effects on Published Sites
MDX Code Blocks and Smarter Validation
Subscribe Users from Your Product with the Audience API
Agency Template Blocks Are Now Reusable Page Builder Components
Sell Merch on Your Aveiro Site with Fourthwall
Visitor Login and Support Chat on Your Site
Safer AI Edits and Publish Guards
Newsletter Deliverability Dashboard
TrademarkTrademark
Ctrl k
Search...
Sign up

Social Org Media Browsing and Register-by-URL — Reuse Dashboard Uploads in Agent Drafts

GET /api/v1/social/org-media and aveiro_social_list_org_media let agents discover dashboard uploads. aveiro_social_register_media registers any public URL into the social library. MCP generate timeout extended to five minutes.
Updated 12d ago
AI Video Generation — Short Clips from the Site Editor
MCP Fix — tools/call Accepts null and Stringified Arguments
Sponsored
Aveiro
aveiro.app
TrademarkTrademark© Aveiro. All rights reserved.
Built with Aveiro
In short
Agents can browse org media storage (dashboard uploads separate from the social library), register any public image or video URL into the social library, and run multi-ratio AI generation without MCP timing out at 60 seconds.

What we shipped

Social agent API and MCP and multi-aspect AI media gave agents draft and generate workflows. This release closes two gaps agents hit in practice:

Browse org media storage

GET /api/v1/social/org-media lists files in the organization's general media storage — brand assets, screenshots, and photos uploaded through any dashboard dialog. These live under org-media/{orgId}/ and are separate from the social media library (GET /api/v1/social/media). The MCP tool aveiro_social_list_org_media wraps the same route with cursor pagination.

Register media by URL

POST /api/v1/social/media was already available over REST. The new MCP tool aveiro_social_register_media makes the register step explicit in Cursor and Claude:
  • Pass a publicly accessible URL — Meta fetches media at publish time
  • Set media_type: "video" for Reels (the AI generator produces images only)
  • Optional aspect_ratio tag enables per-platform auto-crop at publish
  • Registration is idempotent per URL — re-registering returns the existing asset
Typical flow: aveiro_social_list_org_media → pick a URL → aveiro_social_register_media → attach the returned asset ID to a draft.

Host videos on the platform CDN

When registering a video by URL, pass host: true on REST (POST /api/v1/social/media with mediaType: "video") or on the MCP tool (aveiro_social_register_media with media_type: "video" and host: true). Aveiro downloads the file server-side, stores a copy in org video hosting, and registers the CDN URL instead of the external link — so scheduled posts do not silently depend on third-party URLs staying alive until dispatch. Ingest is deterministic per source URL (retried calls converge on one asset). The dashboard Add-by-URL dialog defaults hosting on for videos. GET /api/v1/social/org-media now accepts type=video so agents can list hosted videos (dashboard uploads and hosted ingests) alongside images.

MCP generate timeout fix

aveiro_social_generate_media can run for several minutes when generating up to four aspect ratios. The hosted MCP server timeout is now five minutes (up from 60 seconds) so multi-ratio runs complete instead of aborting mid-generation.

Why we built it this way

Teams already upload brand assets through the dashboard. Without org-media browsing, agents could only AI-generate new images or guess URLs. Browsing org storage lets agents reuse existing creative without re-uploading. Register-by-URL is the path for videos, hosted screenshots, and CDN assets that are not in Aveiro storage. The social library stays the single attach point — org media is discovery, register is the bridge.

Try it

  • Upload a brand image through any dashboard media picker.
  • In Cursor with Aveiro MCP, call aveiro_social_list_org_media and note a url.
  • Call aveiro_social_register_media with that URL.
  • Create a draft with aveiro_social_create_draft and attach the returned asset ID.
Or over REST: GET /api/v1/social/org-media → POST /api/v1/social/media with { "url": "…" }.

Read next

  • Social agents and API (platform docs)
  • Social media API (API reference)
  • Social agent API and MCP (Phase 2 recap)
  • Multi-aspect AI media (Phase 3 — aspect ratios and auto crop)