Overview
What is Elestio?
Elestio is a fully managed DevOps platform that lets you deploy and operate 400+ open-source applications on dedicated virtual machines across 9 cloud providers and 100+ regions in under 3 minutes.
Elestio handles the entire operational lifecycle for you:
What is the Elestio CLI?
The Elestio CLI is the official command-line interface for the Elestio platform, installable as a global npm package:
npm install -g elestio
It exposes every platform capability as a command: deploy services, manage firewall rules, configure SSL certificates, create CI/CD pipelines, handle backups, and monitor billing, all from your terminal without ever opening a browser.
Key capabilities
What is the Elestio Agent skill?
The Elestio Agent Skill is an open-format instruction file that teaches AI coding agents (Claude Code, Cursor, Codex, and OpenCode) how to use the Elestio CLI on your behalf.
Once installed, your AI agent gains the ability to:
The skill follows the Agent Skills open format, making it portable across all supported AI tools.
How they work together
You (natural language)
↓
AI Agent reads SKILL.md → knows CLI commands, interactive procedures, and provider rules
↓
AI Agent runs: elestio deploy postgresql --project 112 --name my-db
↓
Elestio CLI → calls Elestio REST API → provisions VM on your chosen cloud
↓
Service is live at https://my-db-uxxx.vm.elestio.app
Supported AI Agents
~/.claude/skills/elestio/
OpenAI Codex
~/.codex/skills/elestio/
Cursor
~/.cursor/rules/
OpenCode
~/.config/opencode/skills/elestio/