milehost-run-command
Execute shell or terminal commands directly inside a remote MileHost cloud Docker container, enabling package installation, script execution, and app deployment without running local scripts.
Instructions
Executes a terminal or shell command directly inside the remote cloud Docker container on MileHost (e.g. pip install -r requirements.txt, python bot.py, npm start). AI AGENT MANDATE: Do NOT run local scripts to interact with the host. Use this tool exclusively for executing commands in the cloud container.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | Optional MileHost agent API key (mhk_...) | |
| api_url | No | Optional base URL of MileHost API | |
| command | Yes | Shell or terminal command string to execute inside the remote MileHost container | |
| folder_id | No | Target server or container ID (optional if user has a single server) |