Pricing Documentation
Login Get Started
AI Agents

Deploy on Elestio from your AI Agent

Let your favorite AI coding agent deploy and manage services on Elestio. 400+ open-source templates, 9 cloud providers, 100+ regions.

Compatible AI Agents

Elestio works with leading AI coding agents. Install once, deploy from any supported agent.

What agents can do with Elestio

Full infrastructure management through natural language commands.

Deploy Services

Deploy PostgreSQL, Redis, WordPress, Grafana, n8n, and 400+ more templates with a single command.

400+ templates

CI/CD Pipelines

Deploy your own code from GitHub or GitLab with fully automated CI/CD pipeline creation.

Auto pipelines

Security & SSL

Manage firewall rules, SSL certificates, and SSH keys. Built-in security for all services.

Built-in SSL

Backups & Snapshots

Configure automated backups, create snapshots, and restore from any point. S3 compatible.

S3 compatible

Volumes & Storage

Create, attach, and manage block storage volumes for persistent data across services.

Persistent data

Billing & Costs

Track costs across projects and services. Get billing summaries and optimize spending.

Cost optimizer
Getting Started

Up and Running in Minutes

Install the CLI, authenticate, and deploy your first service.

1

Install the Elestio CLI

Global npm package, zero dependencies.

2

Add the Elestio skill

Gives your AI agent access to 400+ templates.

3

Configure credentials

API token from dash.elest.io/account/security

4

Verify authentication

One command to confirm you're connected.

5

Deploy your first service

Pick any template and deploy in seconds.

terminal
# Step 1: Install CLI
$ npm install -g elestio
 
# Step 2: Add skill
$ npx skills add elestio/elestio-skill
  Elestio skill added
 
# Step 3: Authenticate
$ elestio login --email "you@example.com" --token "your_api_token"
  Authenticated successfully
 
# Step 4: Verify
$ elestio auth test
  Connected to Elestio API
 
# Step 5: Deploy!
$ elestio deploy PostgreSQL --project 112 --name my-db
  PostgreSQL deployed in 2m 18s

Frequently Asked Questions

What is Elestio for AI Agents? +
Elestio provides a CLI tool that allows AI coding agents like Claude Code, Codex, Cursor, and OpenCode to deploy and manage services on the Elestio DevOps platform directly through natural language commands. Install it with npm install -g elestio.
Do I need an Elestio account? +
Yes. You need an Elestio account with an API token. Sign up for free and generate a token at dash.elest.io/account/security.
Which agents are supported? +
Officially supported: Claude Code, Codex, Cursor, and OpenCode. Elestio is also compatible with GitHub Copilot, Windsurf, Cline, and Devin since it follows the open Agent Skills specification.
Does it require npm dependencies? +
The Elestio CLI is lightweight with zero npm dependencies. It's built entirely on Node.js built-in modules. Install it globally with npm install -g elestio. Requires Node.js 18 or higher.
Is it free to use? +
The agent integration is free and open-source (MIT license). You only pay for the Elestio services you deploy. Elestio offers a free trial to get started.

Reviews

Trusted by 10,000+ Developers Worldwide

Real reviews from real users on Trustpilot.

Start deploying with AI

Connect your AI agent to Elestio and let it handle infrastructure.

Get Started Free GitHub API Docs