Weavz
Cloudinary

Cloudinary

Cloud-based image and video management platform

8 tools
2 triggers
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
list_resources

List Cloudinary assets with pagination. Keep metadata opt-in because media metadata can include sensitive content details.

search_resources

Search Cloudinary assets using Cloudinary search expressions. Use explicit metadata toggles for sensitive fields.

get_resource

Get details for a specific Cloudinary asset by public ID.

upload_resource

Upload or import an image, video, or raw asset from a remote URL or data URI.

update_resource_metadata

Update tags, context, moderation status, or structured metadata for one Cloudinary asset.

create_transformation

Create or update a named transformation used for derived renditions.

generate_derived_resource

Apply eager transformations to an existing asset and return generated rendition details.

delete_resource

Delete one Cloudinary asset by exact public ID. Requires a matching confirmation value.

Triggers

Name
resource_changed

Polls Cloudinary search results and emits assets whose updated_at value changed since the previous poll.

notification_received

Receives Cloudinary notification_url webhook payloads.

Quick Start

TypeScript
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.