The toolapi successor TAPI is currently in its early design phase. After using toolapi for a while in real-world applications, it became clear that it still has multiple problems which require a careful redesign. This redesign starts with crafting design documents that exactly document the new design and how it overcomes old limitations. If it is done, TAPI server and client libraries will be developed. The MRX tools will then be migrated to TAPI, the scripts as well. Only after this, we can retire the old toolapi.
View the design documents here.
Documentation is written with Material for MkDocs. It is hosted online here: https://mrx-org.github.io/tapi/, automatically published by an GitHub Action: gh-pages.yml. To view local changes live in the browser, install the uv package manager and run:
uv run mkdocs serve --livereload --open