What Scalix gives you
The full Scalix product surface — Cloud platform, Coder, and agent-native access
Scalix is built so a developer — or an AI agent — can stand up real infrastructure behind one token and one API. There are three ways in:
1. Scalix Cloud — the platform
One account, one API key, one base URL (api.scalix.world) for everything below.
Each capability is a /v1 surface with its own SDK methods and CLI commands.
| Capability | What it is | Docs |
|---|---|---|
| ScalixNova | Serverless Postgres — instant branching, point-in-time recovery, and scale-to-zero | /database |
| Compute | Run containers in isolated microVMs with fast cold starts | /compute |
| Functions | Serverless functions, deploy from source | /functions |
| Scalix Run | Managed long-running services with revisions and rollback | /run |
| Scalix AI | The Scalix Lumio model family via an OpenAI-compatible API | /ai |
| Storage | S3-compatible object storage | /storage |
| Key-Value | Low-latency KV with TTL | /kv |
| Events | Pub/sub topics, subscriptions, and webhook delivery | /events |
| Cron | Scheduled functions and webhooks | /cron |
| Auth | End-user authentication for your app — signup/login, MFA, social login, SSO | /auth |
| Domains | Custom domains with automatic SSL | /domains |
| Networking | Load balancing and a web application firewall (WAF) | /networking |
| Search | Original-source curated search index | /api-reference/search |
| Shield | AI-crawler control and bot policies | /security/shield |
Reach it through the SDKs (@scalix-world/sdk, scalix-sdk), the
CLI (scalix-cloud), or Terraform.
2. Scalix Coder — the coding agent
Scalix Coder (scalix) is an AI coding agent for your terminal and VS
Code. It edits code, runs commands, and can deploy to Scalix Cloud — with permission
modes, a security sandbox, and 31 built-in tools.
3. Agent-native — operate Scalix from any AI agent
Scalix Cloud is fully operable by AI agents. The MCP server exposes the whole platform as tools, so Claude, Cursor, or your own agent can provision databases, deploy functions, and run queries through tool calls — the same surface a human reaches through the SDK and CLI.
New here? Start with Getting Started, then pick the capability you need from the table above.