Official Plugins
Overview
Official plugins are TaskingAI approved integrations with third-party services, providing a seamless and user-friendly way to connect and interact with external services.
Bundles and Plugins
A third party provider may provide multiple plugins, each of which can be used to interact with a different service or API. Plugins
from the same provider with similar functionalities are be grouped into a bundle
.
For example, a weather info provider may provide 3 endpoints: one for getting current weather, another one for getting weather forecast, and another one for getting historical weather data. Each of them are provided as a separate
plugin
in the weatherbundle
.
Bundle
is the minimum unit for management, since the credentials required by plugins are provider-level. And plugins
from the same bundle
share the same credentials.
Configure a Bundle on Console
Some bundles do not require any credentials, and can be directly used without any configuration (Examples: Web reader, calculator, etc.). However, for bundles that require credentials, they are not available for use until the credentials are provided.
To configure a bundle, follow these steps:
- From the left sidebar, navigate to the
Workspace
tab. - In the level-two sidebar, click the
Pugins
tab. - From the official bundle list, click the one that you want to configure.
- Enter necessary credentials for the bundle and click the
Confirm
button.
At TaskingAI, we prioritize user data protection and ensure that our services are developed with the utmost consideration for privacy and ethical standards. All customer data is encrypted at rest (AES-256) and in transit (TLS 1.2+).
After the bundle is configured, all plugins under the bundle will become available for use in building applications. You can later update the credentials at the same place if needed.