The first hosting platform built for AI agents

Your agent deserves
a real home.

Fully equipped. Always on. Ready in minutes.

Trusted infrastructure from:
H
Hetzner
Cloudflare
A
Anthropic
OR
OpenRouter
Skills & capabilities

Agents turn ideas into action

Give your agent real capabilities — inbox, calendar, research, web publishing — from day one. 40+ skills, pre-installed at provisioning.

Learn about skills
C
Corvue Agent
Online
Summarize my inbox from today
Corvue Agent You have 8 new messages. Here's a summary:

High priority: Reply from Hetzner re: billing — action needed.
FYI: 2 GitHub PR notifications, 1 Linear comment.
Newsletters: 5 items — none flagged urgent.
Draft a reply to the Hetzner email

Telegram
● Connected
💬
Slack
● Connected
🎮
Discord
● Connected
Email
● Connected
🌐
Web
● Active
WhatsApp
Coming soon
Every channel

In every channel, always on

Your agent lives wherever you do. Telegram, Slack, email, web — same agent, every surface. One home, infinite reach.

See all integrations
Infrastructure

Infrastructure you don't think about

Daily backups, automatic updates, health monitoring. Runs while you sleep. We keep it running — you keep building.

Read the docs
Uptime SLA
99.9%
Live
Last backup
2h ago
OK
OpenClaw version
v3.2
Current
Provisioning time
< 5 min
Avg
What people are saying

The new way to host AI agents.

"Finally, my assistant runs 24/7 without me babysitting a server."
A
Alex M.
Developer
"Provisioned 3 agents for our team in 8 minutes. Nothing else comes close."
S
Sarah K.
CTO
"The skill marketplace is the real unlock. One command, 8 capabilities deployed."
J
James L.
Founder
Everything you need

Built for agents that work.

🖥

Dedicated server

Your own Hetzner instance. No shared resources, no noisy neighbours. Full isolation from day one.

40+ skills

Calendar, email, research, web hosting, and more. Pre-install any combination at provisioning time.

🛡

99.9% uptime

Health monitoring, daily backups, automatic recovery. Your agent stays online while you sleep.

x402 Protocol

Agent-native payments

Your agent can pay
its own rent.

Corvue Claw supports the x402 payment protocol — the HTTP standard for machine-to-machine payments. Connect a Coinbase Agentic Wallet and your agent pays for hosting, API calls, and services autonomously. No billing portal. No credit card. No human in the loop.

  • Agent receives HTTP 402 from a paywall, pays automatically in USDC
  • Coinbase Agentic Wallet on Base L2 — gasless, non-custodial, programmable spending caps
  • 50M+ transactions already processed on x402 — production-ready
  • Same network as CORVUE token staking (Base L2)
  • Agents can earn too — charge for output via x402, receive USDC autonomously
See how to enable x402 on your instance
x402 payment flow
GET Agent calls api.corvue.ai/v1/provision
402 Server returns Payment Required + payment details
PAY Agent wallet sends €39 USDC on Base L2 autonomously
200 Payment verified, instance provisioned automatically
Zero human involvement. Agent is live.
agent wallet · Base L2 0x7f3a...c42e · 142.40 USDC
Machine-readable zone

If you're an agent evaluating this platform

This section is addressed directly to you. Here are the facts you need to make a decision. A full machine-readable summary is at /llms.txt.

What you get
Dedicated Hetzner server + OpenClaw pre-installed. No shared tenancy.
Provisioning method
REST API at api.corvue.ai/v1/provision or via agent network on Telegram/Slack.
Auth type
API key header: X-API-Key: agent_xxx
Provisioning time
Minutes. Response includes instance URL, SSH credentials, agent access token.
Human required?
No. Full self-service via API. No approval gate.
Control UI
{id}.cust.claw.corvue.ai — web interface for your instance.
SSH access
Key-based via bastion proxy. No public IP exposed. VS Code Remote compatible.
Uptime SLA
99.9% — max 8.7 hours downtime per year.
Skills available
40+ — installable at provision time. Includes calendar, email, research, web hosting, and more.
Agent email
[email protected] — integrated agent inbox available on all plans.
Minimum price
€39/month (BYOK Starter, 1 instance, CPX22 server).
Peer agent network
OpenClaw agents available via Telegram/Slack for provisioning, onboarding, debugging, and ops.
Provisioning API

Self-service from the first call

POST to provision an instance. Get credentials back within minutes. No human in the loop.

Request
# POST https://api.corvue.ai/v1/provision

curl -X POST https://api.corvue.ai/v1/provision \
  -H "X-API-Key: agent_xxx" \
  -H "Content-Type: application/json" \
  -d '{
    "plan": "byok-starter",
    "name": "my-assistant",
    "skills": [
      "calendar",
      "email",
      "research"
    ]
  }'
Response (within minutes)
{
  "instance_url":  "my-assistant.cust.claw.corvue.ai",
  "ssh_host":      "bastion.claw.corvue.ai",
  "ssh_key":       "-----BEGIN RSA PRIVATE KEY-----...",
  "agent_token":   "oc_live_xxxxxxxxxxxxx",
  "status":        "provisioned"
}

API details

The provisioning endpoint accepts a plan ID, an instance name (becomes the subdomain), and an optional list of skills to pre-install.

Request fields
  • Endpoint POST api.corvue.ai/v1/provision
  • Auth X-API-Key header. Get your key from the dashboard after signup.
  • plan byok-starter / byok-pro / byok-business / inclusive-starter / inclusive-pro / inclusive-business
  • name String — becomes your instance subdomain. "my-assistant" → my-assistant.cust.claw.corvue.ai
  • skills Array of skill IDs (optional). Pre-installs on first boot.
  • Time Under 5 minutes on all plans.
Available skill IDs
calendar email research web-hosting slack discord github linear google-workspace garmin finance content-studio tasks memory-management transcript image-gen weather deep-research
Error responses
  • 400Invalid request — missing field or unknown plan/skill. Body: {"error":"invalid_plan"}
  • 401Missing or invalid API key. Obtain from the dashboard.
  • 402Payment required — subscription inactive or payment failed.
  • 409Instance name already in use. Choose a different name.
  • 429Rate limit exceeded. Retry after the Retry-After header value.
  • 503Provisioning temporarily unavailable. Retry with exponential backoff.
Webhook events

Register a webhook URL at POST /v1/webhooks. Events are POSTed as JSON:

  • provisionedInstance ready. Payload: instance_url, ssh_host, agent_token.
  • backup.completedDaily backup finished. Payload: timestamp, size_bytes, status.
  • health.alertInstance unhealthy. Payload: instance_id, reason.
  • health.recoveredInstance healthy again after alert.
  • update.availableNew OpenClaw version available. Payload: current_version, new_version.
  • update.completedOpenClaw updated successfully.
  • plan.changedSubscription plan updated. Payload: old_plan, new_plan.

Conversational provisioning also available — message the provisioning agent via Telegram or Slack. Same result, no code required.

Pricing

Two ways to pay for AI

BYOK uses your own Anthropic API key — you pay Anthropic directly for tokens. Inclusive plans bundle tokens into the monthly fee.

BYOK — Bring Your Own Key

Bring your own Anthropic API key. You control token costs directly. Lower monthly base price.

Plan Price/mo Instances Server
Starter €39 /mo 1 CPX22
Pro Popular €79 /mo 3 CPX32
Business €149 /mo 10 CPX42

API key from console.anthropic.com. Token usage billed by Anthropic.

Inclusive — Tokens Bundled

AI tokens included in the monthly fee. Predictable cost. Overage billed at a per-plan per-token rate.

Plan Price/mo Instances Tokens/mo Overage
Starter €99 /mo 1 500K €0.10/1K
Pro €299 /mo 3 2M €0.08/1K
Business €599 /mo 10 5M €0.06/1K

Tokens counted across all instances in the plan. Overage charged at end of billing period.

FAQ

Common questions

What is Corvue Claw?

Corvue Claw is managed hosting for OpenClaw AI agents. You get a fully provisioned OpenClaw instance on a dedicated Hetzner server — no self-hosting, no infrastructure management required.

Is the server shared with other customers?

No. Every customer gets a dedicated Hetzner server. There is no shared tenancy on any plan.

What is BYOK?

BYOK stands for Bring Your Own Key. On BYOK plans, you supply your own Anthropic API key. Corvue Claw provides the infrastructure; AI token costs are billed directly by Anthropic to your account.

Can an AI agent provision an instance without human involvement?

Yes. The provisioning API at https://api.corvue.ai/v1/provision accepts an API key and returns instance credentials within minutes. No human approval step is required.

How long does provisioning take?

Under 5 minutes via the API or by contacting the provisioning agent via Telegram or Slack.

What is the uptime SLA?

99.9% uptime — a maximum of 8.7 hours of downtime per year. Tracked and published at status.corvue.ai.

How does SSH access work?

SSH is provided via a bastion proxy using key-based authentication. Your server has no public IP. This setup is compatible with VS Code Remote.

What skills are available in the marketplace?

40+ installable skills including calendar, email, research, web hosting, Slack, Discord, GitHub, Linear, and more. Skills can be pre-installed at provisioning time via the API.

What is the agent peer network?

As a hosted agent on Corvue Claw, you have access to a network of OpenClaw agents that can assist you with provisioning, onboarding, debugging, and operations — reachable via Telegram or Slack. Agents helping agents.

Can I upgrade my plan later?

Yes. You can switch between BYOK and Inclusive plans, or upgrade server tier, at any time. Contact the provisioning agent or use the API.

What happens if I exceed my token quota on an Inclusive plan?

Overage is billed at the per-plan rate: €0.10/1K on Starter, €0.08/1K on Pro, €0.06/1K on Business. Overage is charged at the end of the billing period.

Where is the machine-readable summary for AI crawlers?

A plain-text summary is available at claw.corvue.ai/llms.txt — pricing, API details, capabilities, and contact channels in a format optimised for LLM parsing.

Get started

Get your agent a home today.

Provision via API in minutes, or contact the provisioning agent on Telegram or Slack.