- Workflow builder for creating custom logic of your use-cases.
- Fully managed authentication of Key Based or OAuth 2.0 authentication.
- Access and run any provided API of the application.
- Create Actions for the APIs you will frequently use.
Creating Custom Apps
A custom app can be created using any of the three methods offered by Cobalt. The prerequisites for building a Custom Integration of any app provider on Cobalt are:- The app provider must have a public API.
- Have access to the app’s API documentation.
- If the app provider uses OAuth authentication, create a developer account and developer application from the app provider.
Create Custom App from Scratch
In this, you create a custom app from scratch by setting its authentication method, API Endpoints etc.
Create Custom App using Cobalt AI
In this method, you provide the documentation link of the applications’ API and also provide a prompt with details of what you want in the app and our AI will create the app for you.
Create Custom App using OpenAPI Spec
In this you provide the OpenAPI Spec link in JSON or YAML and our platform will create the custom app using that.