📄️ Getting Started with Apps
An App in Ductape is an integration with a third-party or internal service that provides specific functionality to your product. Apps are the building blocks for adding features like payments, messaging, or custom business logic.
📄️ App Instance Management
To work with apps and services, start by using the App Builder interface to initialize the app you created in the previous step.
📄️ Managing an App
Creating an App
📄️ Environments Setup
Ductape allows you to provision apps and services in multiple environments. For example, a single application can have production, staging, and development environments.
📄️ Importing Actions
Actions are individual endpoints that perform specific functions (e.g., sending money from one user to another). You can import your actions from existing API documentation from the following sources:
📄️ Managing Actions
After importing actions, Ductape allows you to update and fetch actions using the ductape.app.actions interface.
📄️ Authentication Setup
Ductape allows you to set up various authentication rules for users or systems that need to access your application. Authentication setup in Ductape is flexible, supporting both credential-based and token-based authentication methods.
📄️ Constants and Variables
Ductape provides interfaces for managing the constants and variables used in your service.
📄️ Data Validation
In Ductape, you can update the validation rules for different input data points for actions in your application. These rules ensure data consistency and integrity across your app.
🗃️ Webhooks
2 items