Wolix Platform v1.0 — Early access is open

AI infrastructure
built for builders.

Wolix unifies models, data and workflows into a single platform. Less glue code, faster shipping — from first prototype to production scale.

No credit card · 100k free calls / month · Deploy in under 5 minutes

~/acme-app — wolix-cli
$ npm i -g @wolix/cli
added 1 package in 2.1s
 
$ wolix deploy --env production
→ building agent runtime ......... done
→ provisioning vector store ..... done
→ connecting model gateway ...... done
 
✔ Deployed to https://acme.wolix.app
p95 latency 180ms · region iad1 · v1.4.2
$
4,200+Teams building
99.99%Uptime SLA
180msp95 latency
SOC 2Type II certified
The Platform

Everything you need to ship AI

One SDK, one dashboard, one bill. Stop stitching together six vendors to get a single feature live.

Model Gateway

One API for 40+ models. Automatic routing, fallbacks, caching and cost controls — no provider lock-in.

Agent Runtime

Orchestrate multi-step agents with tools, memory and retries. Every step is observable by default.

Vector Store

Managed embeddings with hybrid search and sub-second recall at millions of vectors. Zero ops.

Workflow Engine

Define pipelines in typed TypeScript or on a visual canvas. Version, test and roll back like code.

Observability

Traces, token costs, latency and eval scores for every call. Catch regressions before your users do.

Enterprise Security

SOC 2 Type II, SSO/SAML, private VPC deployment and encryption at rest. Audit logs included.

Products

Pick your entry point

Three products, one account. Start anywhere, scale everywhere.

Ship AI features in hours, not quarters

Wolix AI gives you a managed gateway and agent runtime so your team writes product logic — not provider plumbing.

  • One endpoint, 40+ models, instant switching
  • Built-in streaming, retries and structured output
  • Per-call cost and latency tracking out of the box
agent.ts
import { Wolix } from "@wolix/sdk";
 
const ai = new Wolix({
apiKey: process.env.WOLIX_KEY,
});
 
const res = await ai.chat({
model: "wolix-4o",
messages: [{ role: "user", content: "Summarize this repo" }],
stream: true,
});
 
// p95 180ms · $0.0021 · cached

Infrastructure that scales with you

Deploy to managed regions or your own VPC. Wolix Cloud handles the boring parts — autoscaling, backups, failover.

  • Global edge regions with automatic failover
  • Private VPC and bring-your-own-cloud options
  • 99.99% uptime SLA with real-time status
wolix.yaml
service:
name: acme-api
region: [iad1, fra1, sin1]
 
runtime:
cpu: 2
memory: 4Gi
autoscale: 2-40
 
env:
WOLIX_KEY: ${{ secrets.WOLIX_KEY }}

Your terminal is the control plane

Everything in the dashboard is available as a command. Script it, CI it, ship it.

  • Deploy, roll back and diff environments in one command
  • Local emulator for offline development
  • First-class GitHub Actions integration
zsh
$ wolix init
✔ Project scaffolded in ./acme-app
 
$ wolix dev
→ local runtime on http://localhost:4321
 
$ wolix logs --tail
12:04:02 chat.completion 200 178ms
12:04:03 embed.batch 200 41ms
 
$ wolix deploy
Pricing

Start free. Scale when you do.

Transparent usage-based pricing. No seats, no surprise overages.

Hobby
$0 / month

For side projects and early prototypes.

  • 100k API calls / month
  • 1 project, 1 environment
  • Community support
Get started
Enterprise
Custom

For regulated and high-volume workloads.

  • Private VPC / on-prem deploy
  • SSO / SAML & audit logs
  • 99.99% uptime SLA
  • Dedicated solutions engineer
Talk to sales

Build your first agent today

Free forever for small projects. Upgrade only when your traffic does.