Skip to content
kochetkov-ma edited this page Mar 31, 2026 · 1 revision

BrewPage API Wiki

Publish anything in seconds. HTML, Markdown, files, JSON, key-value data — no signup required.


Quick Start — 4 Ways to Publish

1. Web UI (Zero Code)

Open brewpage.app  →  Drop your file  →  Click Publish  →  Get link
Step Action
1 Open brewpage.app
2 Drag & drop HTML / Markdown / CSV / any file
3 Click Publish
4 Copy your link and share

2. Claude Skill (/brewpage)

/brewpage "Hello world"  →  Pick namespace  →  Done — here's your link
Step Action
1 Install: npx skills add kochetkov-ma/claude-brewcode
2 In any Claude Code prompt: /brewpage "your text" or /brewpage report.md
3 Pick a namespace and optional password
4 Get link + owner token saved to .claude/brewpage-history.md

Works with text, Markdown, JSON, and files. Skill docs · Source


3. MCP Server (AI Agent)

"Publish this to BrewPage"  →  Claude calls API  →  Here's your link + token
Step Action
1 Add brewpage-mcp to Claude config (setup)
2 Ask Claude: "Publish this to BrewPage"
3 Claude publishes and returns link + token

4. REST API (curl / code)

POST /api/html  →  Get URL + owner token  →  Share
curl -X POST https://brewpage.app/api/html \
  -H "Content-Type: application/json" \
  -d '{"content":"<h1>Hello World</h1>","format":"HTML"}'

See API Cheatsheet · Code Snippets


Wiki Pages

Page Description
Quick Start Step-by-step for all 4 methods
API Cheatsheet Every endpoint at a glance
Code Snippets Copy-paste in 6 languages
Tips & Tricks Power user hacks
MCP Server AI assistant integration

All Resources

Resource Link
brewpage.app brewpage.app
brewdata.app (alias) brewdata.app
API Docs (Scalar) kochetkov-ma.github.io/brewpage-openapi
OpenAPI Spec openapi.yaml
MCP Server mcp-server/
Claude Skill brewpage-publish
Skill Docs doc-claude.brewcode.app/brewdoc/brewpage
Brewcode Plugin github.com/kochetkov-ma/claude-brewcode

Clone this wiki locally