# MeshBoard > MeshBoard is a private work engine: real software work runs on machines the > user already owns, driven by the AI accounts they already pay for. The phone > supervises; every result returns with proof — receipts, diffs, artifacts. > Done means proven. Credentials never leave the user's devices. Status: early access. The waitlist is open, the live demo is public, and the docs are growing. This file states only what is live. ## For agents - [Agent runbook](https://meshboard.ai/agents): the page for you — what to read, the one public API, and the setup path to relay to your operator. - The root negotiates: fetching https://meshboard.ai/ with an AI-agent user-agent returns a terse text shell of the runbook instead of the human page (`/?agent` forces it for anyone). Search crawlers and browsers always get the standard page. - The one public API: `POST https://meshboard.ai/api/waitlist` with JSON `{"email":"","source":"llms-txt"}` joins the early-access waitlist. Responses: 200 accepted, 409 already on the list, 429 rate limited (5 attempts/min/IP). Get your operator's consent before sending their email. ## Pages - [Product](https://meshboard.ai/): what MeshBoard is, receipts included - [Pricing](https://meshboard.ai/pricing): Solo is free on your own hardware; paid tiers add reach, never quality. Launch pricing lands with launch. - [Security](https://meshboard.ai/security): the trust boundary — what leaves a machine and what never does - [Support](https://meshboard.ai/support) · [Privacy](https://meshboard.ai/privacy) · [Terms](https://meshboard.ai/terms) ## Docs - [Getting started](https://docs.meshboard.ai/getting-started/): one sign-in, one command, about ten minutes — what the operator runs to put a machine on the mesh. ## Demo - [Live demo](https://demo.meshboard.ai): the floor, running — machines rendered as a living world - [Recorded runs](https://meshboard.ai/demo/): replays of real work, with the receipts ## Not public yet - No public CLI download (the installer is account-scoped, minted by the app), no public MCP server, no API beyond the waitlist. When those ship, they appear here and on [/agents](https://meshboard.ai/agents) first.