WPOS does not publish a general-purpose public REST API yet. The supported way to
build on WPOS today is MCP. If you have a programmatic need that MCP does not
cover, tell us at support@wpos.ai.
The docs MCP server
These docs are served as an MCP server, so any MCP-capable agent can load them and answer questions or operate WPOS with full knowledge of how it works.Markdown for agents
Every page here is also plain Markdown, which keeps token usage low for any agent reading the docs.Per-page Markdown
Add
.md to any docs URL to get the raw Markdown, for example
docs.wpos.ai/get-started/quickstart.md.Whole-site index
/llms.txt lists every page;
/llms-full.txt is the full corpus in
one file.Operating WPOS programmatically
Once your agent is connected, it operates WPOS the same way the Command Center does, and against the same guardrails:- It works inside each site’s Playbook, Skills, and Patterns.
- Changes can still be reviewed in Plan mode before they land.
- It can reach the tools you have linked through Connectors.
When a REST API arrives
When WPOS publishes a public REST API, this section becomes a full interactive reference: drop an OpenAPI spec into the repo, pointdocs.json at it, and
Mintlify generates a playground per endpoint. Until then, MCP is the supported and
documented surface.