thin.host Documentation

thin.host is the hosting and domain layer for the agent era. It provides an MCP server and REST API that lets AI agents publish the sites they generate straight to live hosting, provision custom domains end-to-end — including taking the user's payment and handling DNS configuration — and send transactional email.

Quick Links

How It Works

  1. Your agent calls thin.host — via MCP tool or REST API — to provision a custom domain
  2. thin.host returns a claim URL — your agent shows this to the end user
  3. The user claims & pays — Stripe checkout, DNS instructions, live status on a hosted page
  4. Domain goes live — SSL auto-provisions, webhook confirms to your platform

Key Concepts

Architecture

thin.host is a managed layer that handles proxy and SSL, with Stripe for billing. Your agent never talks to the proxy or Stripe directly — thin.host handles the entire stack.

Agent (Claude, GPT, etc.)
  │
  ├── MCP call ──→ thin.host MCP Server
  │                    │
  ├── REST call ──→ thin.host API (/v1/)
  │                    │
  │                    ├── Proxy + SSL layer
  │                    ├── Stripe (billing)
  │                    └── PostgreSQL (state)
  │
  └── claim_url ──→ Hosted Claim Page (end user)