The documentation site for px0, an open-source CLI that automates your recurring chores in plain English, completely local. Published at docs.px0.ai.
The product source of truth is the px0 repository.
The Mintlify CLI is a dev dependency, so one install gets you everything (Node.js 18 or newer):
npm install
npm run dev # serves http://localhost:3000Pages are MDX files and navigation lives in docs.json; both hot-reload while the dev server is running.
Before opening a pull request:
npm run validate # strict build check; fails on warnings
npm run broken-links # every internal link resolves
npm run format # format MDX files| Path | Contents |
|---|---|
index.mdx |
Introduction |
get-started/ |
Installation, quickstart, core concepts |
workflows/ |
Building, running, the file format, scheduling |
tools/ |
Connections and the tool catalogue |
brain/ |
The library, search and ask, retrieval backends |
guidelines/ |
Guidelines and history |
runs/ |
Browsing run records |
reference/ |
CLI, configuration, store, status, MCP, privacy, troubleshooting, updating |
Conventions for writing these pages - terminology, voice, and accuracy rules - are in AGENTS.md.
This project is licensed under the MIT License - see the LICENSE file for details.