Create a Kanban board
create_boardCreate a new KanbanThing board and return its id, shareable URL and password. No sign-up. Every board is password protected: pass password to choose one, otherwise a random password is generated and returned. Give both the URL and the password to whoever should use the board. Boards are deleted when they expire.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Board name shown to everyone. | |
| columns | No | Columns left to right after Backlog. Defaults to To Do, In Progress, Done. | |
| password | No | Board password. A random one is generated and returned if omitted. | |
| lifespan_days | No | Days until the board is deleted. Defaults to 60. |