vibedeploy
V
vibedeploy
/deploy_site

Deploy a site (create or full-replace)

Publish a website to a live URL. Deploy a static site or single-page app you built (with AI or by hand) to your platform subdomain (e.g. {name}.vibedeploy.be or

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 /deploy_site for me.

Input

FieldTypeDescription
name*stringSite subdomain. Lowercase, 3-63 chars, alphanumeric + hyphens. Must not start or end with
files*stringEither an array of {path, content, encoding?} entries OR a path->content map. Total payloa
confirmstringRequired when the named site already exists. Pass exactly "I-want-to-replace-all-files" to
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":"/deploy_site","input":{"name":"...","files":"..."}}'
cli
npx cracked-ai run -p mcp-be-vibedeploy-vibedeploy -e /deploy_site -i '{"name":"...","files":"..."}'
mcp
run_tool({ provider: "mcp-be-vibedeploy-vibedeploy", endpoint: "/deploy_site", input: {"name":"...","files":"..."} })

Try it

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