API implimentation

It would be highly beneficial to have a public REST API (or GraphQL API) that allows users to programmatically add, update, and manage tasks (stories), projects, and swimlanes.

Such an API would enable integration with internal systems, automated reporting, AI-driven task creation, and synchronization with external tools like CRMs or document management systems.

2 Likes

Since our architecture is a backend and an SPA, we have in fact a full REST API already! We will put up a documentation online with a Swagger UI coming next version, so you can play with it.

2 Likes

Please add swagger UI on your roadmap page.

It’s already done, just not documented, I will update the docs next week as soon as our latest release goes on to production :)

1 Like

Here you are, I have just added the link to the API playground in our documentation sidebar menu: Introduction | Tenzu Documentation :D

The suffix to access the swagger is always the same

Kanbans are referred to as workflows in swagger documentation … correct?

That’s right! It’s the original name we used for kanbans