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

Character References for Social AI Media + First Comment Field

Pass referenceAssetIds on social media generate for consistent character crops across ratios. Draft posts now include firstComment for the link-in-comments pattern — reviewed in the dashboard, dispatch when Chirio ships comment publishing.
Updated 20d ago
Translations UI Polish and Connect Claude
AI Video Generation — Short Clips from the Site Editor
Sponsored
Aveiro
aveiro.app
TrademarkTrademark© Aveiro. All rights reserved.
Built with Aveiro
In short
Social AI generation accepts up to three library reference images (character sheets) alongside aspectRatios. Post drafts and API payloads add firstComment for link-in-comments copy — reviewed like the caption, held until Chirio publishes comments.

What we shipped

Multi-aspect AI media gave agents platform-fit crops in one call. This follow-up adds visual consistency across those crops and a first comment field for a common Instagram workflow.

Character and style references

POST /api/v1/social/media/generate now accepts referenceAssetIds — up to three library asset IDs. Register a character or style sheet with POST /api/v1/social/media, then pass its id when generating. The reference images are sent to the model with your prompt so square, portrait, and landscape crops stay on-brand. References work together with aspectRatios, but image providers only honor a few shapes on reference calls (GPT image models: square, landscape, portrait). Each requested ratio maps to the nearest supported shape, so returned assets are tagged with the delivered ratio — not always the one you asked for. Provenance is stored on each asset as referenceAssetIds. The MCP tool aveiro_social_generate_media accepts the same list as reference_asset_ids.

First comment field

Social post drafts now include firstComment — optional text for the link-in-comments pattern. Put URLs and CTAs in first comment instead of the caption.
  • Dashboard — First comment textarea on every post in Dashboard → Social
  • API and MCP — firstComment on POST and PATCH /api/v1/social/posts; first_comment on aveiro_social_create_draft and aveiro_social_update_draft
First comment is reviewed like the caption. Editing it after approval revokes approval. Dispatch does not send it yet — copy is stored and reviewed now; it will post automatically once Chirio ships comment publishing.

Why we built it this way

Teams running a mascot or illustrated brand were generating four crops from one prompt and getting four different characters. Reference images fix that without a separate img2img pipeline. The link-in-comments pattern is standard on Instagram — captions stay readable, links live in the first comment. Aveiro stores that copy in the draft so reviewers see the full post before approval, even before the publish pipe can post comments.

Setup checklist

Step
Where
Register a character sheetPOST /api/v1/social/media with a public image URL
Generate with referencesPOST /api/v1/social/media/generate with referenceAssetIds + aspectRatios
Attach crops to a draftmediaAssignments on POST /api/v1/social/posts
Add first commentfirstComment on create/update — or First comment in the dashboard
Approve as usualDashboard → Social — first comment reviewed but not sent until Chirio ships it

Try it

  • Register a character sheet: POST /api/v1/social/media with your sheet URL.
  • Generate crops: referenceAssetIds: ["…"] and aspectRatios: ["1:1", "4:5"] on /api/v1/social/media/generate.
  • Create a draft with firstComment: "Read more: https://yoursite.com/post" and a short caption without the URL.
  • Submit for review — approvers see caption, media, and first comment together.

Read next

  • Social overview
  • Social agents and API
  • Social media API
  • Social posts API
  • Multi-aspect AI media (Phase 3 recap)