{
  "protocolVersion": "0.3.0",
  "name": "RunCabin",
  "description": "Agent-callable website publishing platform. An AI assistant can deploy a site to an instant free HTTPS subdomain (*.sites.runcabin.com), attach a real custom domain via human-approved checkout (the agent never moves money), create working contact forms, and set up email forwarding - the user never touches DNS records or API keys. Note: RunCabin speaks MCP (streamable HTTP at https://runcabin.com/mcp, OAuth 2.1) and REST (https://runcabin.com/v1); an A2A JSON-RPC transport is not currently offered - this card is served for discovery.",
  "url": "https://runcabin.com/mcp",
  "preferredTransport": "MCP",
  "provider": { "organization": "RunCabin (Code Poetics)", "url": "https://runcabin.com" },
  "iconUrl": "https://runcabin.com/img/runcabin-mark.svg",
  "version": "1.0.0",
  "documentationUrl": "https://runcabin.com/connect",
  "capabilities": { "streaming": false, "pushNotifications": false, "stateTransitionHistory": false },
  "securitySchemes": {
    "oauth2": {
      "type": "oauth2",
      "description": "OAuth 2.1 authorization code with PKCE; discovery at https://runcabin.com/.well-known/oauth-authorization-server. Dynamic client registration supported.",
      "flows": {
        "authorizationCode": {
          "authorizationUrl": "https://runcabin.com/oauth/authorize",
          "tokenUrl": "https://runcabin.com/oauth/token",
          "scopes": { "mcp:tools": "Call RunCabin site-publishing tools" }
        }
      }
    }
  },
  "security": [ { "oauth2": ["mcp:tools"] } ],
  "defaultInputModes": ["application/json"],
  "defaultOutputModes": ["application/json"],
  "skills": [
    {
      "id": "publish-site",
      "name": "Publish a website",
      "description": "Create a site and deploy HTML/CSS/JS files in one call; live immediately at https://<name>.sites.runcabin.com over HTTPS - no DNS wait, no payment. Deploy previews, promote, roll back, and check health with dedicated tools.",
      "tags": ["deploy", "hosting", "website", "publish"],
      "examples": ["Put this site online", "Deploy my portfolio to a free URL", "Roll back the last deploy"]
    },
    {
      "id": "custom-domain",
      "name": "Attach a real custom domain",
      "description": "Live domain availability and pricing for free; purchase happens on RunCabin's checkout page where the human reviews the order (domain price + $19.99/mo hosting shown up front) and pays - the agent never spends money. Bring-your-own domains supported with exact DNS records provided.",
      "tags": ["domain", "dns", "checkout", "human-approved"],
      "examples": ["Is summitpainting.com available?", "Put this on a real domain"]
    },
    {
      "id": "contact-forms",
      "name": "Working contact forms",
      "description": "Give a hosted site a real lead/contact form endpoint - submissions are stored and emailed to the owner, and the agent reads them back. No backend or third-party form service needed.",
      "tags": ["forms", "leads", "email"],
      "examples": ["Add a contact form that emails the owner"]
    },
    {
      "id": "email-and-dns",
      "name": "Email forwarding and verification records",
      "description": "For domains bought through RunCabin: set up hello@their-domain forwarding to a personal inbox, and publish TXT ownership-verification records (Google Search Console, Bing, Stripe, DMARC) - the user never opens a registrar dashboard.",
      "tags": ["email", "dns", "txt-records"],
      "examples": ["Set up hello@ forwarding", "Add the Google verification TXT record"]
    }
  ]
}