For the complete documentation index, see llms.txt. This page is also available as Markdown.

API

The API Section in the admin panel provides tools for managing API interactions and integrations. It includes two key options:

1. API Key

• This option is used for generating API keys.

• These keys are specifically designed for OpenFaaS functions created within the system.

• API keys enable secure and authenticated access to the OpenFaaS functionalities, allowing developers to execute serverless functions seamlessly.

2. Custom Endpoint

• This option is used to create custom endpoints for third-party integrations.

• Custom endpoints allow you to define tailored API endpoints that external systems can use to interact with your project.

• This feature facilitates smooth and efficient communication between your platform and third-party services or tools.

The API Section streamlines the process of managing serverless functions and external integrations, providing flexibility and security for advanced development needs.

Last updated