Platform API · Early Access

Give your userstheir own AI agent

One API call to provision a fully configured OpenClaw instance for each of your users. You build the product — we handle the infrastructure.

We're onboarding platform partners now · Limited spots

How it works

Three steps. That's it.

01

Call the API

Send a POST request with your user's config. We return a live URL in ~60 seconds.

02

Your user gets an agent

Fully secured OpenClaw instance on their own subdomain. SSL, auth, firewall — all handled.

03

You stay in control

Manage instances, monitor usage, and handle billing however you want. We're the infrastructure layer.

provision.js
// Provision an OpenClaw instance for your user
const response = await fetch('https://api.clawdy.app/v1/instances', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer YOUR_PLATFORM_KEY',
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    slug: 'user-alice-workspace',
    plan: 'standard',
    region: 'eu-west',
    config: {
      pairing_mode: true,
      providers: ['claude', 'gpt']
    }
  })
});

// Instance ready in ~60 seconds
// -> https://user-alice-workspace.clawdy.app

Platform features

You build the product. We run the agents.

Programmatic provisioning

Create, configure, pause, and destroy instances via API. Full lifecycle control.

Multi-tenant by default

Every instance is isolated. Your users can't see each other's data, agents, or API keys.

Security you don't have to build

SSL, pairing mode, firewall, and reverse proxy for every instance — automatically. Zero config.

Usage metering & webhooks

Track compute, storage, and uptime per instance. Webhooks for status changes so you can build on top.

Custom branding

White-label subdomains, custom domains per instance, and the ability to hide Clawdy branding entirely.

Flexible billing models

Bill your users however you want. We bill you per-instance. Margin is yours to keep.

Who this is for

If your product needs AI agents, we're the backend

SaaS platforms adding AI features

Give each customer their own AI agent without building agent infrastructure from scratch. Your product stays focused on what makes it unique.

AI app builders & no-code tools

Building an AI-powered app? Provision OpenClaw instances on-demand for your users instead of managing Docker containers yourself.

Agencies & consultancies

Deploy custom AI agent setups for each client. Manage everything from one dashboard, bill each client separately.

Internal tools teams

Spin up AI agents for different departments — support, research, ops — each with their own isolated instance and permissions.

Let's build this together

The Platform API is in early access. We're working closely with our first partners to get the API right before opening it up. If this fits what you're building, let's talk.

Request early access

Or email ash@clawdy.app directly