@rehelios/cli
v0.1.0
Published
Ship video from the terminal or an AI agent — CLI + MCP for rehelios.
Maintainers
Readme
rehelios
Ship video from the terminal or an AI agent. Thin client over the rehelios API (upload, adaptive HLS transcoding, signed playback).
Setup
Get an API key from the dashboard (rh_live_…) and export it:
export REHELIOS_API_KEY=rh_live_…CLI
npx @rehelios/cli upload ./demo.mp4 --wait # uploads, waits, prints the embed URL
npx @rehelios/cli import https://host/clip.mp4 --wait
npx @rehelios/cli ls --status ready
npx @rehelios/cli get <id>
npx @rehelios/cli embed <id> --iframeAdd --json to any command for machine-readable output.
MCP (AI agents)
Run the MCP server for Claude Desktop / Cursor / Claude Code:
{
"mcpServers": {
"rehelios": {
"command": "npx",
"args": ["-y", "@rehelios/cli", "mcp"],
"env": { "REHELIOS_API_KEY": "rh_live_…" }
}
}
}Tools: rehelios_upload, rehelios_import, rehelios_list, rehelios_get,
rehelios_get_embed.
Config
| Env var | Default |
| --- | --- |
| REHELIOS_API_KEY | — (required) |
| REHELIOS_API_URL | https://api.rehelios.com |
| REHELIOS_APP_URL | https://app.rehelios.com |
Docs: https://rehelios.com/docs
