Agentic hosting is here. Connect to our MCP now ->

Changelog

Keep yourself informed about the most recent additions and improvements
we’ve made to Sevalla.

Mar 10, 2026
Platform

Usage page

The new Usage page gives you full visibility into your resource consumption and costs directly in the dashboard.

Get a clear breakdown of spending across all your services - applications, databases, static sites, object storage, and load balancers - with daily cost tracking and period-over-period comparison.

Key highlights:

  • Summary cards - See your current period total, projected end-of-period cost, and previous period comparison with percentage change indicators at a glance.
  • Interactive charts - Visualize daily or cumulative costs with stacked bar and area charts, color-coded by usage type.
  • Flexible filtering - Filter by project, service, or usage type to drill into exactly the costs you care about.
  • Detailed cost table - Expandable table showing per-service net, gross, and tax amounts grouped by usage category, with deleted services clearly marked.
  • Export and print - Download your usage data as CSV or JSON, or print a full report for your records.

The Usage page is accessible from the Settings section in the sidebar.

Mar 9, 2026
Platform

Sevalla Terraform Provider

The official Sevalla Terraform Provider is now available. Define and manage your entire Sevalla infrastructure as code using HashiCorp Terraform.

Provision applications, databases, static sites, and configure domains, environment variables, and scaling - all through declarative HCL configuration files. Perfect for teams that want reproducible, version-controlled infrastructure.

Mar 5, 2026
Platform

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 --json for easy integration with CI/CD pipelines and automation scripts.
  • Flexible authentication - Interactive browser-based login for local use, or API token via SEVALLA_API_TOKEN for automated workflows.

Run sevalla --help to explore all available commands, or check out the GitHub repository for full documentation.

Mar 4, 2026
Platform

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. 😉

Mar 3, 2026
Platform

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.

PreviousPage 2 of 16Next