Updated on 2025-07-28 GMT+08:00

Managing Plug-ins

On the agent development platform, you can obtain plug-in IDs, delete, import, and export plug-ins.

Deleting a Plug-in Based on the Plug-in ID

  1. Log in to the agent development platform.
  2. Choose Workbench > Plugin.
  3. Click and choose Copy ID to obtain the plug-in ID.
  4. Click and choose Delete to delete the current plug-in.

    Deleting a plug-in is a high-risk operation. Before deleting a plug-in, ensure that it is no longer used.

Exporting and Importing Plug-ins

The platform supports plug-in export and import.

  1. Log in to the agent development platform.
  2. Choose Workbench > Plugin.
  3. Export a plug-in.
    1. Click Export in the upper right corner of the page.
    2. In the Export Plugin dialog box, select a workflow and click Export. The plug-in is downloaded as a JSONL file to the local PC.
  4. Import the plug-in.
    1. Click Import in the upper right corner of the page.
    2. In the Import dialog box, click Select File and select the JSONL file to be imported.
    3. Select the content to be parsed.

      The platform automatically parses the JSONL file. If the file to be parsed already exists on the platform, this file will automatically overwrite the existing file on the platform.

    4. Click Import. The imported plug-in is displayed on the Plugin tab page of the Workbench page.