Pricing About Documentation
Login Free Trial

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.

Get Started Free View on GitHub

Compatible AI Agents

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

Officially Supported

Claude Code

Anthropic

Terminal Standalone

Agentic coding in your terminal. Understands your codebase, runs commands, and edits files.

Full codebase understanding
Terminal command execution
Git operations
Multi-file editing

Use with Elestio

Skill CLI
View guide ›

Codex

OpenAI

Terminal Standalone

Lightweight terminal agent. Reads and writes files, executes commands, and browses the web.

File read/write operations
Command execution
Web browsing
Sandboxed environment

Use with Elestio

Skill CLI
View guide ›

Cursor

Cursor

IDE Terminal Extension

AI-first code editor. Composer mode for multi-file edits and background agents.

Multi-file Composer
Background agents
Codebase indexing
Terminal integration

Use with Elestio

Skill CLI
View guide ›

OpenCode

Anomaly

IDE Terminal Standalone

Open-source terminal agent. Works with 75+ LLMs, TUI interface, and provider-agnostic architecture.

75+ model support
Rich terminal TUI
Built-in agents (build/plan)
LSP integration

Use with Elestio

Skill CLI
View guide ›

Also Compatible

GitHub Copilot

GitHub

IDE Extension

GitHub's AI pair programmer. Inline suggestions, chat, and workspace agents.

Code completions
Chat interface
Workspace agents

Use with Elestio

Skill CLI
View guide ›

Windsurf

Codeium

IDE Standalone

Agentic AI editor with Cascade flow. Context-aware multi-file editing and command execution.

Cascade agentic flow
Multi-file editing
Terminal integration

Use with Elestio

Skill CLI
View guide ›

Cline

VS Code Extension

IDE Extension

Autonomous AI coding agent for VS Code. Creates files, runs commands, and uses the browser.

Autonomous execution
Browser automation
Multi-model support

Use with Elestio

Skill CLI
View guide ›

Devin

Cognition Labs

Standalone Autonomous

Autonomous AI software engineer. Plans, codes, and deploys entire projects end-to-end.

Full autonomy
Own dev environment
End-to-end workflows

Use with Elestio

Skill CLI
View guide ›

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.

CI/CD Pipelines

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

Security & SSL

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

Backups & Snapshots

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

Volumes & Storage

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

Billing & Costs

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

Quick Start

Get up and running in 4 steps.

1

Install the Elestio CLI

npm install -g elestio
2

Configure credentials

elestio login --email "[email protected]" --token "your_api_token"

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

3

Verify authentication

elestio auth test
4

Deploy your first service

elestio deploy PostgreSQL --project 112 --name my-db

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.

Start deploying with AI

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

Get Started Free GitHub API Docs