Development Choices
What it costs to build with agents, MCP servers and no-code automation — each option priced, its limits named, and the conditions that decide between them.
Description
Every page here covers one decision a development team actually has to make. The options are named, what each one costs is stated in the units you get billed in, and the conditions under which it breaks are written down rather than implied.
Pages are signed, dated, and cite their sources, so you can see when something was last checked instead of guessing how old the advice is.
Sections
- AI Agents 19 pages
Everything related to agentic flows, harnesses, development with agents, building agents.
-
How to have an agent provision a Cloudinary environment mid-session with one npx command, store the credential in a file, and claim it before it expires.
-
An IDE extension and an MCP server expose the same vendor operations to different callers. Which one is a team decision, and when to run both.
-
How resources an AI agent provisions expire by default: Cloudinary's 24-hour claim window, what claiming requires, and what shares the deadline.
-
Agent-provisioned Cloudinary environments lock delivery to one public IP. Uploads succeed, images 404 in the browser. Symptoms, checks and fixes.
-
How credit metering behaves under agent-driven work: one credit spans three axes, the window is rolling 30 days, and the limit arrives as errors.
-
Cloudinary's unauthenticated agent account-creation endpoint: what it returns, why email verification gates it, and when to use it.
-
- No-Code 7 pages
No-code or low-code tools, solutions, libraries, styles, automations
-
Build a MediaFlows moderation flow that holds uploads pending, routes uncertain scores to a human, and samples what the automation approved.
-
How to run a one-off bulk media migration from a spreadsheet using a published CSV upload flow: validation, metadata, rate limits and resumable rows.
-
Generate alt text inside a MediaFlows automation, write it back to asset metadata, and keep decorative images out of the flow.
-
Webhook, schedule and upload triggers in MediaFlows: how each one fires, what it costs downstream, and why live and reconciling flows are often built twice.
-
How no-code builders upload and deliver media: pre-built integrations, plain transformation URLs, one shared credential, and where signed requests stop.
-
PowerFlows give canvas-level control over branching and third-party calls; EasyFlows trade that for speed. Which MediaFlows form fits which automation.
-
- MCP 10 pages
Everything relevant to MCP servers: installation, usage, custom SKILL files, optimization, development with MCP servers
-
A vendor CLI against an MCP server for bulk asset operations: setup, determinism, per-item token cost, and the cases where each one is the right tool.
-
Every connected MCP server loads its tool schemas into the context window before the first message, and a larger tool surface degrades selection accuracy.
-
Header-authenticated MCP client configs store a plaintext API secret on disk. How that file gets committed or logged, how to check, and what to rotate.
-
OAuth binds an MCP server connection to one product environment with no secret on disk. Header auth works headless and holds several environments at once.
-
Remote and local MCP servers expose the same tools. Compare runtime cost, credential handling, update ownership, and the one condition that settles the choice.
-
Cloudinary's remote MCP servers use stateless Streamable HTTP at /mcp; /sse is deprecated except for Analysis, and still accepts POST as an alias.
-