V
vibedeploy
/deploy_from_url
Deploy a site from a public archive URL
Publish a website to a live URL from a public archive link. Point this at a tar(.gz) archive on github / gist / S3 and the server fetches and deploys it, no upl
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_from_url for me.
Input
| Field | Type | Description |
|---|---|---|
| name* | string | Site name to deploy to. |
| archiveUrl* | string | Public HTTPS URL of a tar(.gz) archive. The server fetches it (max 100 MB, 60s timeout), p |
| mode* | string (replace | patch) | How the archive's files apply: replace wipes the live dist; patch merges them in. |
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_from_url","input":{"name":"...","archiveUrl":"...","mode":"replace"}}'cli
npx cracked-ai run -p mcp-be-vibedeploy-vibedeploy -e /deploy_from_url -i '{"name":"...","archiveUrl":"...","mode":"replace"}'mcp
run_tool({ provider: "mcp-be-vibedeploy-vibedeploy", endpoint: "/deploy_from_url", input: {"name":"...","archiveUrl":"...","mode":"replace"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.