# Cloudinary AI integration on Definable

> Cloudinary is a cloud-based media management platform for uploading, storing, transforming, and delivering images and videos via CDN.

## What this connects

Cloudinary is a cloud-based media management platform for uploading, storing, transforming, and delivering images and videos via CDN.

Vendor: https://cloudinary.com/

## Tools available

**108** tools available. First 12:

- `CLOUDINARY_ACTIVATE_LIVE_STREAM` — Activate Live Stream — Tool to manually activate a Cloudinary live stream. Use when you need to start a live stream that is in an inactive state.
- `CLOUDINARY_CREATE_ASSET_RELATIONS_BY_ASSET_ID` — Create Asset Relations by Asset ID — Tool to add related assets by asset ID. Use when you need to create relationships between assets in Cloudinary. Can relate up to 10 assets at once to a source asset.
- `CLOUDINARY_CREATE_ASSET_RELATIONS_BY_PUBLIC_ID` — Create Asset Relations by Public ID — Tool to create relations between assets by public ID. Use when you need to link related assets together (e.g., linking subtitles to videos, or associating images with each other). Each request can relate up to 10 assets to the primary asset.
- `CLOUDINARY_CREATE_FOLDER` — Create Folder — Tool to create a new asset folder. Use when you need to organize assets into nested directories. Use after confirming the folder path does not already exist.
- `CLOUDINARY_CREATE_IMAGE_FROM_TEXT` — Create Image from Text — Tool to create an image from text using Cloudinary's text generation API. Use when you need to generate custom text images with specific styling options. The generated image can be customized with font, color, alignment, and other visual properties.
- `CLOUDINARY_CREATE_LIVE_STREAM` — Create Live Stream — Tool to create a new live stream in Cloudinary. Use when you need to set up a new live streaming session. The created stream will provide connection details (URI and stream key) for pushing live content.
- `CLOUDINARY_CREATE_LIVE_STREAM_OUTPUT` — Create Live Stream Output — Tool to create a new live stream output configuration. Use when you need to add an output destination to an existing live stream, such as simulcasting to YouTube, Facebook, or creating an archive.
- `CLOUDINARY_CREATE_METADATA_FIELD` — Create Metadata Field — Tool to create a new metadata field definition. Use when extending your metadata schema with new fields.
- `CLOUDINARY_CREATE_METADATA_RULE` — Create Metadata Rule — Tool to create a new conditional metadata rule. Use when you need to automatically populate metadata fields based on conditions. The rule applies a value to a target metadata field when a condition on another metadata field is met.
- `CLOUDINARY_CREATE_MULTI_RESOURCE` — Create Multi-Resource Animation — Tool to create an animated image, video, or PDF from a set of images. Use when you need to combine multiple images into an animated format. Provide either a tag (to combine all images with that tag) or a list of URLs.
- `CLOUDINARY_CREATE_SLIDESHOW` — Create Slideshow — Tool to create an auto-generated video slideshow from existing Cloudinary assets. Use when you need to compile multiple images or videos into a single video with transitions. The slideshow is created asynchronously; check status field or use notification_url for completion updates.
- `CLOUDINARY_CREATE_STREAMING_PROFILE` — Create Streaming Profile — Tool to create a new adaptive streaming profile in your Cloudinary account. Use when you need to define custom video quality settings for adaptive bitrate streaming. The profile will contain multiple representations at different resolutions and bitrates.

## Auth

Auth schemes: `API_KEY`.

## How agents use Cloudinary

Inside a Definable workflow, Cloudinary is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Cloudinary** — the Researcher (GPT-5.5) pulls context from Cloudinary (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Cloudinary** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Cloudinary (create record, post message, draft email).
- **Designer / Engineer → Distributor → Cloudinary** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Cloudinary (attach file, open PR comment, post status).

The Verifier checks every Cloudinary call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- images & design — https://definable.ai/apps/category/images-&-design/
- video & audio — https://definable.ai/apps/category/video-&-audio/

## Related

- HTML page: https://definable.ai/apps/cloudinary/
- Same category (images & design): https://definable.ai/apps/category/images-&-design/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
