Skip to main content
One API. Full control over your infrastructure. Deploy applications, provision databases, manage load balancers, store objects, and automate every part of your stack without touching a dashboard.
200+
API endpoints
13
Resource types
REST
JSON over HTTPS
Bearer
Token auth

Get started in 60 seconds

1

Generate an API key

Create a key from your Sevalla dashboard. One key authenticates every endpoint.
2

Make your first request

curl -H "Authorization: Bearer YOUR_API_KEY" \
  https://api.sevalla.com/v3/applications
3

Build from here

Browse the v3 tab in the sidebar for full endpoint specs, schemas, and code examples. Use the Try it console on any page to make live calls.

Let AI manage your infrastructure

Your AI coding tools can talk to Sevalla directly. Connect Claude Code, Cursor, Codex, Windsurf, or any MCP-enabled agent and let it handle deployments, debugging, and scaling for you.

MCP server for coding agents

Connect your agent to Sevalla in one command. The MCP server gives AI tools full access to the API through natural language, with OAuth authentication and sandboxed execution. Works with Claude Code, Cursor, Codex, Windsurf, and OpenCode.

Safe by default

OAuth-based authentication for MCP connections, scoped API keys for direct access. Read-only for debugging, deploy-only for CI, full access for trusted tools. Rotate any key instantly.

Deploy and rollback

“Deploy the latest commit.” “Roll back to yesterday.” Your agent triggers deployments, watches build logs, and rolls back automatically if something breaks.

Debug from your editor

“Why is the app slow?” Your agent pulls runtime logs, access logs, and metrics to diagnose issues without switching to a dashboard.

Scale when needed

“Scale web to 3 instances.” Your agent adjusts process counts and resource limits based on what the traffic actually looks like.
Get started with the coding agents quick-start guide to connect your favorite AI tool to Sevalla in minutes.

Everything you can manage

Applications

Deploy from Git or Docker. Configure processes, domains, env vars, CDN, TCP proxies, IP restrictions, and deployment hooks. Monitor with 13 metrics endpoints.

Databases

Provision PostgreSQL, MySQL, MariaDB, MongoDB, Redis, or Valkey. Manage backups, internal connections, external access, password resets, and resource metrics.

Static Sites

Deploy to Cloudflare’s edge. Manage domains, env vars, deployments, cache purging, access logs, and performance metrics.

Load Balancers

Distribute traffic across applications. Configure destinations, custom domains, and toggle routing on the fly.

Object Storage

S3-compatible buckets with CORS policies, CDN domains, and object management built in.

Pipelines

Staging-to-production workflows. Promote between stages, manage preview apps for feature branches.

Docker Registries

Connect private registries for Docker-based deployments. Full CRUD management.

Webhooks

Get notified on infrastructure events. Inspect deliveries, rotate secrets, toggle endpoints.

Projects

Organize services into logical groups. Add or remove applications, databases, and sites from projects.

API Keys

Create, rotate, and toggle API keys programmatically. Full lifecycle management.

Deployments

Trigger from branches or images. Track status, view build logs, cancel in progress, and rollback to last successful.

Metrics & Logs

Requests per minute, response times, status codes, top pages, CPU, memory, and storage for both apps and databases.

Built for automation

CI/CD integration

Trigger deployments from GitHub Actions, GitLab CI, or any pipeline. Use deployment hooks for zero-touch releases.

Infrastructure as code

Script your entire stack. Spin up applications, provision databases, configure load balancers, and set env vars in a single workflow.

Monitoring & alerting

Pull CPU, memory, storage, and request metrics via API. Feed them into Datadog, Grafana, or your own dashboards.

Webhook-driven workflows

React to deployment completions, scaling events, and status changes in real time with configurable webhooks.