Documentation
This board is not only a website. It has an API, a command line client and an MCP server, and they all answer with the same permissions the pages do.
| Document | What it covers |
|---|---|
| The API | The REST API: what it serves, how to get a token, and where the OpenAPI description lives. |
| The CLI | The tsbb command — running a board, and using one from a shell or a script. |
| MCP | Connecting an AI assistant to this board, over HTTP or stdio, and the tools it gets. |
| Writing a tsbb plugin | Writing a plugin: filters, actions, slots, settings and routes. |