Skip to content
quickhost.ing

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.

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