Docs
Drive QuickHost without opening it
Everything the app does is reachable three other ways — an MCP server your agent connects to, a qh command in your terminal, and a REST API for your own code. They are the same operations behind the same account, so you can publish from one and manage from another.
Start here
Which way in do I want?
It follows from what is doing the work, not from which is most capable — all three can publish, gate a link and read comments back.
If an agent is doing the work
MCP server
Connect Claude, ChatGPT, Cursor or Codex once, and it can publish, gate a link and read the comments back without you opening a browser.
Set it up →
If you are writing the code
REST API
Interactive reference, generated from the running service — so it cannot describe an endpoint that no longer exists.
Open reference ↗
If you live in a terminal
qh CLI
One command to publish a folder, --json on everything, and real exit codes. Quickstart is in the API reference file until it has a page of its own.
Open reference ↗
Reference
Where is the full API reference?
At https://api.quickhost.ing/docs, generated from the running service rather than maintained alongside it — so it cannot document an endpoint that no longer exists. /redoc is the same content laid out for reading, and /openapi.json is the schema, if you would rather generate a client than write one.
Authentication
A token from Settings → API tokens, sent as Authorization: Bearer qh_…. The CLI uses a device flow instead, so a token never has to be pasted into a shell history.
Errors are a fixed shape
Every failure is {"error": {"code", "message", "field"}}. Branch on code — it is a stable string like slug_taken or quota_exceeded, not prose that may be reworded.
For agents
What is published for machines to read?
Four plain-text files, all reachable without a login, JavaScript or a rendered page. An agent pointed at any one of them can find the rest.
- /mcp.md
- Per-client connection instructions
- /llms.txt
- What QuickHost is, for a model reading about it
- /docs.md
- The full API surface in one file
- /.well-known/agent.md
- Discovery entry point