Skip to main content
Share links let you curate a selection of assets into a shareable URL — without moving them out of their collections. Generate or edit images with your agent, organize the results into a share link, and send it to stakeholders.

MCP actions

The share_links tool supports these actions:

From specific assets

The agent calls share_links with action: "create", the name, and the list of asset_ids from the most recent results.

From a collection

The agent calls share_links (create) with the collection_id.
When creating a share link, provide either asset_ids or collection_id — not both.
Add or remove assets from an existing share link:
The agent calls share_links (update) with add_asset_ids and remove_asset_ids.

End-to-end workflow

The agent:
  1. Calls generate_media with the prompt, num_variations: 4, and the product attachment.
  2. Waits for completion via get_job_status (or polls).
  3. Calls share_links (create) with the resulting asset_ids and the share link name.
  4. Returns the shareable URL.
The returned share link URL can be sent directly to reviewers, clients, or team members — they don’t need a Pixelcut account to view it.

Use cases

Product boards — Collect generated and edited product photos into a shareable link for team review. Campaign lookbooks — Generate brand-consistent images by passing brand_library_id to generate_media, organize them into a share link, and share with creative leads. Client deliverables — Process a batch of assets via a pipeline, then create a share link as the final deliverable.
For more on views and the visual gallery editor, see the Views & Galleries guide.