cnvs.app developer docs

cnvs.app is a zero-auth, real-time collaborative whiteboard with three programmable surfaces — REST, MCP and SSE — that all flow through the same server-side validator and the same WebSocket broadcast. Whatever a human can do on a board, an HTTP client or an AI agent can do too. Start here.

REST API reference → MCP deep dive

Documentation

Machine-readable specs

For AI agents and integrations that read metadata rather than prose:

The MCP endpoint

cnvs.app ships a public Model Context Protocol endpoint at https://cnvs.app/mcp (Streamable-HTTP). Add it once to Claude Desktop, Claude Code, Cline or Goose and the AI can read and edit any board you point it at — including kanban / to-do boards: create cards, set priorities and assignees, move them across columns, live, alongside humans. See the MCP deep dive and AI whiteboard via MCP.

Related