Set Agent Logo Tool
set_agent_logoFinish setting an agent's logo after uploading the image with
create_agent_logo_upload. Pass the agent id and the logo_key that tool
returned (after you have PUT the image bytes to its upload_url).
Verifies the uploaded image exists and is within the 2 MB limit, then attaches it
to the agent and returns the public logo_url. If the image hasn't been uploaded
yet, an error is returned: upload it, then retry. To control whether/where the
logo appears on clips, use composition_parameters.logo_watermark_* via
update_agent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent | Yes | The agent id (hashid) the logo was uploaded for. | |
| logo_key | Yes | The logo_key returned by create_agent_logo_upload. |