Share a brand project
share_brand_projectShare a brand project with clients via a read-only link. Clients can cycle variations and leave comments without an account; set a password for sensitive work or rotate the link if it leaks.
Instructions
Publish a project to a client and return the full /p/ URL to send them. The page is read-only, serves only this project's kits, and lets the client cycle the variations and leave comments without an account. Anyone holding the link can open it, so set a password for sensitive work. Calling it again returns the existing link unchanged unless you pass rotate, which mints a new token and permanently breaks any link already sent. Add the variations before sharing, since the client sees whatever is attached at the moment they open it. Requires the kits:write scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rotate | No | Mint a new token, invalidating the previous link. Use it when a link leaked, not to fetch the existing URL. | |
| password | No | Password the client must enter. Set one when the work is confidential. | |
| projectId | Yes | Owned brand project id from list_brand_projects. |