Tools
| Name | Description |
|---|---|
list_resourcesList Cloudinary assets with pagination. Keep metadata opt-in because media metadata can include sensitive content details. | List Cloudinary assets with pagination. Keep metadata opt-in because media metadata can include sensitive content details. |
search_resourcesSearch Cloudinary assets using Cloudinary search expressions. Use explicit metadata toggles for sensitive fields. | Search Cloudinary assets using Cloudinary search expressions. Use explicit metadata toggles for sensitive fields. |
get_resourceGet details for a specific Cloudinary asset by public ID. | Get details for a specific Cloudinary asset by public ID. |
upload_resourceUpload or import an image, video, or raw asset from a remote URL or data URI. | Upload or import an image, video, or raw asset from a remote URL or data URI. |
update_resource_metadataUpdate tags, context, moderation status, or structured metadata for one Cloudinary asset. | Update tags, context, moderation status, or structured metadata for one Cloudinary asset. |
create_transformationCreate or update a named transformation used for derived renditions. | Create or update a named transformation used for derived renditions. |
generate_derived_resourceApply eager transformations to an existing asset and return generated rendition details. | Apply eager transformations to an existing asset and return generated rendition details. |
delete_resourceDelete one Cloudinary asset by exact public ID. Requires a matching confirmation value. | Delete one Cloudinary asset by exact public ID. Requires a matching confirmation value. |
Triggers
| Name | Description |
|---|---|
resource_changedPolls Cloudinary search results and emits assets whose updated_at value changed since the previous poll. | Polls Cloudinary search results and emits assets whose updated_at value changed since the previous poll. |
notification_receivedReceives Cloudinary notification_url webhook payloads. | Receives Cloudinary notification_url webhook payloads. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('cloudinary', 'list_resources', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'cloudinary',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Cloudinary to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Cloudinary support?
Cloudinary supports 8 tools including List Resources, Search Resources, Get Resource, Upload Resource, Update Resource Metadata, and more.
Can I use Cloudinary with AI agents?
Yes. Add Cloudinary to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect Cloudinary to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Cloudinary as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Cloudinary tools exposed by that workspace.
Does Cloudinary work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Cloudinary work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Cloudinary?
Cloudinary exposes 8 tools, including List Resources, Search Resources, Get Resource, Upload Resource, Update Resource Metadata, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Cloudinary be used in stateful agent workflows?
Yes. Agents can combine Cloudinary tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Cloudinary use?
Cloudinary uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Cloudinary integration cost?
The Cloudinary integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Cloudinary support?
Cloudinary supports 2 triggers including Resource Changed, Notification Received.
Connect Cloudinary in minutes
Get 20,000 free action executions every month. No credit card required.