RunCabin
runcabin.com
· RunCabin (Code Poetics)
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.
runcabin.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
D
Conformance score: 51/100
D-grade: significant issues, auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-07-18 06:19:28 current | f17a56cb80e2… |
view → |
Endpoints
| Agent card | https://runcabin.com/.well-known/agent-card.json |
| Provider | https://runcabin.com |
| Docs | https://runcabin.com/connect |
Skills · 4 declared · mapped to canonical taxonomy
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 previ…
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 …
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…
For domains bought through RunCabin: set up hello@their-domain forwarding to a personal inbox, and publish TXT ownership-verification records (Google Search Con…
Health · last 3 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/runcabin.com) [](https://agenstry.com/agents/runcabin.com) [](https://agenstry.com/agents/runcabin.com) [](https://agenstry.com/agents/runcabin.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"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"
]
}
]
}