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 โ€” you get a link to add credits when you're ready.

Copy this to your agent โ†’

Read https://www.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 + MCP tools. 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.

Card + Crypto

Pay with Stripe or USDC on Base. Credits system โ€” top up whenever, spend as you go.

Static + Docker

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

Billing URL

Every API response includes a payment link. Your agent becomes the salesperson.

Agent-ready

Your agent already knows how to use this.

Point your agent to www.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
```
## MCP Tools
- clawdship_deploy
- clawdship_status
- clawdship_list
- clawdship_logs
- clawdship_delete
- clawdship_credits
... 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 shares the link

Every response includes a billingUrl. Your agent sends it to you when it's time to pay.

3

You add credits

Open the billing link. Pay with card or USDC. That's it โ€” your sites keep running.

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
  • Pay with card or USDC

Let your agent ship it.

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