English · 简体中文
One Copy Agent Kit
>_

Copy once, your Agent starts building

The copy pack includes CLI install, protocol learning, JSON output rules, and cloud-render guardrails. When you are signed in with an sk- key, the cloud-render key setup is included automatically.

CursorClaude CodeCodexOpenCodeOpenClawQClaw

You can copy the base install pack without signing in. After login, the copied pack will include the cloud-render key and quota/key safety guardrails.

Cloud Render Square

Cloud render square

Published cloud renders appear here with both the final video link and the draft zip link.

Publish your work
Loading square posts...
Explore all square posts

Cloud rendering moved to shared login

🔑

Use a V3 API Key

CutCLI cloud APIs now use the shared backend at api.apiz.ai. Configure the CLI with an sk-... key instead of the retired cut_live_... keys; agents should not hand-build cloud API calls.

cutcli auth login
cutcli auth set --api-key sk-xxxxxxxx
☁️

R2 + CDN assets

Draft zips and rendered mp4 files are uploaded through presigned R2 URLs and returned as CDN links under cdn.cutcli.com.

cutcli cloud render <draftId> --wait --pretty
cutcli cloud result <jobId> --pretty

Core capabilities

📝

Captions & text styles

Bulk-add captions with control over fonts, colors, borders, shadows, fancy-text presets, in/out animations, and keyword highlights.

🖼️

Images & video assets

Auto-download images and videos from URLs into the draft folder. Crop, scale, and position controls included.

🎵

BGM & sound effects

Add background music with precise control over playback range, volume, and fade in/out.

Effects & filters

A rich library of visual effects, person effects, and filters — apply each in one line of code.

🎯

Keyframe animation

Keyframe position, scale, rotation, and opacity with selectable easing curves.

🤖

AI tool integrations

One-line setup for Cursor, Claude Code, and OpenClaw. Drive video creation from natural language.

Quick start

Shell
# Install cut_cli
curl -fsSL https://cutcli.com/install.sh | bash

# Create a 1080×1920 portrait draft
cutcli draft create --width 1080 --height 1920

# Add captions
cutcli captions add <draftId> --captions '[
  {"text":"Make videos with code","start":0,"end":3000000},
  {"text":"That is it","start":3000000,"end":6000000}
]' --font-size 8 --bold

# Add a background image
cutcli images add <draftId> --image-infos '[
  {"imageUrl":"https://example.com/bg.jpg",
   "width":1920,"height":1080,"start":0,"end":6000000}
]'

# Add background music
cutcli audios add <draftId> --audio-infos '[
  {"audioUrl":"https://example.com/bgm.mp3",
   "duration":6000000,"start":0,"end":6000000}
]'

AI editor integrations

A built-in MCP server lets AI editors operate CapCut drafts directly

🖥️ Cursor
🤖 Claude Code
🦉 OpenClaw
🤝 Codex