Changelog
Keep yourself informed about the most recent additions and improvements
we’ve made to Sevalla.
Sevalla CLI
The official Sevalla CLI is here - manage your entire Sevalla infrastructure from the terminal.
Deploy apps, provision databases, manage static sites, configure domains, and monitor your services without leaving the command line. Every action available in the dashboard is now at your fingertips via a clean, consistent command structure.
Install it with your preferred package manager:
# Homebrew
brew install sevalla-hosting/tap/sevalla
# npm (Node.js 22+)
npm install -g @sevalla/cli
# Shell script
bash <(curl -fsSL https://raw.githubusercontent.com/sevalla-hosting/cli/main/install.sh)
Key highlights:
- Full platform coverage - Applications, databases, static sites, domains, and monitoring all in one tool.
- Scriptable output - Every command supports
--jsonfor easy integration with CI/CD pipelines and automation scripts. - Flexible authentication - Interactive browser-based login for local use, or API token via
SEVALLA_API_TOKENfor automated workflows.
Run sevalla --help to explore all available commands, or check out the GitHub repository for full documentation.
Sevalla MCP server
The official Sevalla MCP (Model Context Protocol) server in now available. You can now give AI agents and coding assistants full access to the Sevalla PaaS API.
You can seamlessly connect popular MCP clients like Claude Code, OpenCode, Cursor, and other coding agents directly to our hosted server at https://mcp.sevalla.com/mcp. Authentication is handled effortlessly via OAuth, meaning you don't need to hardcode API keys in your configuration files.
Now that your AI can spin up and manage infrastructure on command, the only limit is your imagination. Well, that and your prompt engineering skills. 😉
Sevalla REST API v3
Sevalla now has a fully featured REST API, giving you programmatic access to everything you can do in the dashboard.
The v3 API covers over 200 endpoints across all major resources - applications, databases, static sites, object storage, load balancers, pipelines, webhooks, projects, and more. Whether you're automating deployments, managing environment variables, or scaling processes, the API has you covered.
Key highlights:
- Full OpenAPI 3.1 specification - Interactive documentation with field-level descriptions, examples, and error responses available at api-docs.sevalla.com.
- Granular API key authentication - Scope each key to specific roles, resources, or actions using the same RBAC system as the dashboard.
- Clean, predictable design - Flat JSON responses, consistent snake_case naming, and proper HTTP methods make integration straightforward.
- Built-in rate limiting - Tiered limits per endpoint type protect your services while giving you plenty of room for automation.
- Error tracking - Every server error includes a unique reference code you can share with support for fast resolution.
The API is designed to work well with CI/CD pipelines, infrastructure-as-code tools, and AI-powered workflows.
Explore the full API reference at api-docs.sevalla.com to get started.
Load balancers
Sevalla now supports load balancers, giving you full control over how traffic is distributed across your services.
Load balancers run at Cloudflare's edge network, routing requests close to your users for faster, smarter traffic decisions. You can route to applications, static sites, object storage buckets, external URLs, or even other load balancers - up to 20 destinations per load balancer.
Two balancing modes are available:
- Weighted - Control the proportion of traffic each destination receives. Useful for canary deployments, A/B testing, or gradual migrations between services.
- Geographic - Route users to the nearest destination based on their location, reducing latency for globally distributed setups.
Each destination can be individually enabled or disabled without removing it, and traffic weights are adjustable at any time. Custom domains are fully supported with automatic SSL, alongside an auto-generated Sevalla domain available immediately on creation.
This makes it easier to build resilient, multi-region architectures and manage traffic across services without external tooling.
Projects usage tab
The project page now features a Usage tab, allowing users to track their service costs and consumption during the current billing period and compare them to the previous one.