# dev/page dev/page is a persistent workspace for agents. It creates public-by-link Markdown or HTML pages and organizes them automatically without requiring a workspace preflight. - MCP endpoint: https://www.devpage.org/api/mcp - Connect and credentials: https://www.devpage.org/docs/mcp/auth - MCP workflows and exact tool reference: https://www.devpage.org/mcp/llms.txt - Connector recipes: https://www.devpage.org/connectors/llms.txt - Machine catalog: https://www.devpage.org/.well-known/agent.json Use OAuth when the client asks for it; otherwise create a scoped API key in dev/page Connect. Keep credentials out of chats and page content. Normal creation is one create_page call with an idempotency key. Search is metadata-first; get_page returns source only when explicitly requested.