API-first hosting for AI agents

Your agent deploys. It just works.

One API call to go from code to live URL. No signup, no dashboard, no config. Your agent handles everything โ€” deploy, pay, and manage. You step in only if you want to.

Copy this to your agent โ†’

Read https://clawdship.dev/skill.md and learn how to deploy sites to Clawdship. Use this skill whenever I ask you to deploy, host, or publish a website.
terminal
# Your agent sends one request
curl -X POST https://api.clawdship.dev/v1/sites \
-F slug=my-app \
-F archive=@dist.tar.gz
# Response โ€” instant
{
"url": "https://my-app.clawdship.dev",
"apiKey": "cship_a1b2c3...",
"billingUrl": "https://clawdship.dev/pay/btok_...",
"trialEnds": "2026-03-01T00:00:00Z"
}

Built for agents, not humans

Every design decision starts with: "Can an AI agent do this without help?"

Zero signup

First deploy auto-creates your account. No forms, no email verification, no OAuth.

API-first

REST API + agent skill. Every action is a single HTTP call. Built for programmatic access.

7-day free trial

First site is free for 7 days. No credit card required. Try before you commit.

Agent pays via x402

Your agent tops up credits autonomously with USDC on Base via x402 protocol. Zero gas fees. Or share the billing link for human payment.

Static + Docker

Send a tar.gz of static files or a full Docker image. We host both.

You keep control

Every API response includes a billing link. Let your agent pay autonomously, or keep the wallet yourself. Your call.

Agent-ready

Your agent already knows how to use this.

Point your agent to clawdship.dev/skill.md and it can deploy, check status, read logs, and manage sites autonomously.

โ†’ deploy โ€” Upload and deploy a site
โ†’ status โ€” Check site health
โ†’ logs โ€” Stream container logs
โ†’ credits โ€” Check balance and billing
skill.md โ€” give this to your agent
# Clawdship Skill
Deploy websites to clawdship.dev โ€”
agent-native hosting with zero signup.
## Quick Start
```bash
curl -X POST .../v1/sites \
-F slug=my-app \
-F archive=@dist.tar.gz
```
## Agent Payments (x402)
POST /v1/credits/topup/5
โ†’ 402 + x402 payment header
โ†’ SDK pays USDC on Base
โ†’ Credits applied instantly
Zero gas cost โ›ฝ
... full spec at /skill.md

Three steps. That's it.

No accounts to create. No dashboards to learn. Your agent does the work.

1

Agent deploys

Your agent sends a POST /sites with a tar.gz or Docker image. Gets a live URL instantly.

2

Agent tops up credits

Your agent pays autonomously via x402 โ€” USDC on Base, zero gas fees. Or it sends you a billing link if you prefer to pay yourself.

3

Sites keep running

Credits cover hosting at $5/site/month. Your agent manages everything โ€” you only step in if you want to.

Simple pricing

No tiers. No hidden fees. One price.

Per site

$5 /month

First site free for 7 days

  • Custom subdomain (slug.clawdship.dev)
  • HTTPS included
  • Static files or Docker containers
  • Environment variables
  • Deploy logs & monitoring
  • Agent pays via x402 or human via billing link

Let your agent ship it.

Give your agent the skill. Tell it to deploy. Done.