Skip to main content

Development introduction

WORK IN PROGRESS

This sections is in active development, so can be incomplete.

If you are interested in how to integrate your systems with KuFlow through our APIs, you are in the right place.

There are two ways to integrate with KuFlow, through a REST API and through Temporal workflows, which in turn uses the REST API for proper operation. Therefore, REST integration is a fundamental and necessary piece for integration.

Although integration with KuFlow is possible using only the REST API, we recommend the use of Temporal for the implementation of yours Workers since you will gain resilience in the orchestration of your services. For this, we have a deployment of Temporal servers in our cloud, and we offer sample implementations that can be used as a basis when carrying out the integration.

Of course, you will need the appropriate authentication mechanisms to communicate with our servers.

Kuflow Logo