BorealHost
B
BorealHost
/install_app

install app

Install an app template on a VPS/Cloud site. Starts a background installation. Poll get_app_status() for progress. Requires: API key with write scope. VPS or

liveverifiedunknown~5s typical
mcpprobedborealhost
$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-ai-borealhost-mcp /install_app for me.

Input

FieldTypeDescription
slug*string
template*string
app_name*string
db_typestring default "none"
domainstring default ""
display_namestring default ""

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-ai-borealhost-mcp","endpoint":"/install_app","input":{"slug":"...","template":"...","app_name":"...","db_type":"none","domain":"","display_name":""}}'
cli
npx cracked-ai run -p mcp-ai-borealhost-mcp -e /install_app -i '{"slug":"...","template":"...","app_name":"...","db_type":"none","domain":"","display_name":""}'
mcp
run_tool({ provider: "mcp-ai-borealhost-mcp", endpoint: "/install_app", input: {"slug":"...","template":"...","app_name":"...","db_type":"none","domain":"","display_name":""} })

Try it

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