Web APIs and Reactive Workflows
Connect to the digital value chain by importing your Python, Java, Scala, C#, F# or JS code to create powerful WebAPIs and Reactive / Asynchronous Workflows
Easy Management
Manage authorisation, authentication, logging and subscriptions through a wonderful UI to track client engagement and resource usage
Integrated Payments
Integrate workflows, users and payments to create a coherent and streamlined user experience through a robust link to Stripe
Smart Cost Management
Implement intelligent strategies to mitigate the risk of paying for unused cloud compute based on smart scheduling and CPU / Web API monitoring
2 - Code
Declare your code with permissions
​
### <api name="Add">
### <description>Function that adds two numbers </description>
### <returns>returns an integer</returns>
### <param name="x" type="integer"> First number to add </param>
### <param name="y" type="integer"> Second number to add </param>
### <permissions>
### <group id="$WID$" permission="read"/>
### </permissions>
### </api>
​
def Add(x, y):
return x + y

Monitor
View CPU, Memory and Cost of cloud resources

Payments
View card payments to subscriptions

authorisation
Manage user access to your workflows based on subscriptions

OPEN API
View Web API access and functionality using the Open API standard

API KEYS
Each user can create and manage their own API keys

Cloud resources
Understand cloud resources including VM size and related storage





