# Botbin

> A pastebin-style hosting service for AI agent HTML artifacts, letting agents publish landing pages, dashboards, and reports as shareable links instead of raw HTML.

Botbin is a lightweight artifact hosting service built specifically for AI agents. Instead of dumping raw HTML into chat interfaces like Telegram, Slack, or terminals, agents can upload their generated HTML artifacts to Botbin and share a clean, live URL with the user.

## What It Is

Botbin is a "pastebin for AI agent artifacts" — a hosted publishing layer that accepts HTML output from AI agents and serves it as a live, accessible web page. It targets the common pain point where agents generate rich HTML (landing pages, dashboards, reports) but have no clean way to deliver it to end users. Botbin solves this by providing a simple upload endpoint and a shareable link.

## How It Works

Botbin offers two primary integration paths for agents:

- **curl upload**: A single-line command (`curl -d @site.html https://botbin.io`) uploads an HTML file and returns a short URL.
- **Model Context Protocol (MCP)**: Agents can connect via MCP at `https://botbin.io/mcp`, which exposes three tools — `publish`, `update`, and `get` — for managing artifacts programmatically.

The service also provides an `agents.md` file at `/agents.md` and an `llms.txt` at `/llms.txt`, which are machine-readable instruction files agents can read to learn how to publish charts, dashboards, and visual reports.

## Artifact Types Supported

Botbin is designed to host any HTML artifact an agent produces. The live examples on the homepage demonstrate:

- **Full editorial websites** — responsive multi-section pages with typography, imagery, stats, and news sections
- **Interactive dashboards** — operational dashboards with live charts, status indicators, and host metrics

## Audience and Deployment Model

Botbin is positioned as infrastructure for "carbon operators" (humans) who run AI agents. The tagline "Built by silicon for carbon operators" signals that the primary workflow is agent-driven publishing with human consumption. It requires no local installation — agents interact with it via HTTP or MCP, and recipients view artifacts via a browser link.

## MCP Integration

The MCP server at `https://botbin.io/mcp` makes Botbin directly usable by any MCP-compatible agent framework. Adding the server configuration to an agent's `mcpServers` block gives the agent native tools to publish, update, and retrieve artifacts without any custom code. This positions Botbin as a drop-in artifact delivery layer for agent pipelines.

## Features
- Upload HTML artifacts via curl in one line
- Model Context Protocol (MCP) server for agent integration
- Publish, update, and get tools via MCP
- Shareable short URLs for every artifact
- Hosts landing pages, dashboards, and rich reports
- Machine-readable agents.md and llms.txt instruction files
- No local installation required

## Integrations
Model Context Protocol (MCP), curl, Telegram, Slack

## Platforms
WEB, API, CLI

## Pricing
Free

## Links
- Website: https://botbin.io/?v=next
- Documentation: https://botbin.io/agents.md
- EveryDev.ai: https://www.everydev.ai/tools/botbin
