Platform API

Estimated reading: 1 minute 1936 views

The API empowers developers to streamline a series of essential actions throughout the application lifecycle and enhances the platform’s capabilities by integrating it with various services. Through our platform API, you have the capability to automatically generate environments, launch applications, and conduct additional tasks that were previously exclusive to the platform dashboard (though not restricted to these responsibilities).

The Platform API adheres to REST principles. A REST API defines a collection of functions that developers can request and subsequently receive a response for. This interaction occurs through the HTTP protocol. The benefit of this methodology lies in the extensive reach of the HTTP protocol, enabling the REST API to be compatible with nearly all programming languages.