vibedeploy
V
vibedeploy
/update_site

Update an existing site

Patch or replace files on an existing site. Defaults to patch mode: only the listed files change; everything else stays. Pass mode:'replace' to wipe-and-replace

liveunknown~5s typical
mcpvibedeploy
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-be-vibedeploy-vibedeploy /update_site for me.

Input

FieldTypeDescription
namestringSite name (preferred).
siteIdstringSite id (alternative to name).
filesstringFiles to write. Array form `[{path, content, encoding?}]` (preferred) supports binary via
modestring (patch | replace)patch (default): write only the listed files; everything else stays. replace: delete all e
deletearrayPatch-mode only: site-relative paths to remove from the pod. Files not in this list are ke
dryRunbooleanIf true, validate input + introspect what would change but don't write or delete. Returns

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-be-vibedeploy-vibedeploy","endpoint":"/update_site","input":{}}'
cli
npx cracked-ai run -p mcp-be-vibedeploy-vibedeploy -e /update_site -i '{}'
mcp
run_tool({ provider: "mcp-be-vibedeploy-vibedeploy", endpoint: "/update_site", input: {} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.