thin.host Documentation

thin.host is the domain layer for the agent era. It provides an MCP server and REST API that lets AI agents provision custom domains end-to-end — including taking the user's payment and handling DNS configuration.

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 reseller layer on top of Approximated for proxy and SSL, with Stripe for billing. Your agent never talks to Approximated 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/)
  │                    │
  │                    ├── Approximated (proxy + SSL)
  │                    ├── Stripe (billing)
  │                    └── PostgreSQL (state)
  │
  └── claim_url ──→ Hosted Claim Page (end user)