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
Send a POST request with your user's config. We return a live URL in ~60 seconds.
Fully secured OpenClaw instance on their own subdomain. SSL, auth, firewall — all handled.
Manage instances, monitor usage, and handle billing however you want. We're the infrastructure layer.
// 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.appPlatform features
Create, configure, pause, and destroy instances via API. Full lifecycle control.
Every instance is isolated. Your users can't see each other's data, agents, or API keys.
SSL, pairing mode, firewall, and reverse proxy for every instance — automatically. Zero config.
Track compute, storage, and uptime per instance. Webhooks for status changes so you can build on top.
White-label subdomains, custom domains per instance, and the ability to hide Clawdy branding entirely.
Bill your users however you want. We bill you per-instance. Margin is yours to keep.
Who this is for
Give each customer their own AI agent without building agent infrastructure from scratch. Your product stays focused on what makes it unique.
Building an AI-powered app? Provision OpenClaw instances on-demand for your users instead of managing Docker containers yourself.
Deploy custom AI agent setups for each client. Manage everything from one dashboard, bill each client separately.
Spin up AI agents for different departments — support, research, ops — each with their own isolated instance and permissions.
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 accessOr email ash@clawdy.app directly