Model guidesOfficial documentation6 min read模型接入

Clarify FastGPT Team Plugin Installation Scope

Core Installation Role Separation FastGPT enforces a clear split between system-wide and team-specific plugin deployments.

Core Installation Role Separation

FastGPT enforces a clear split between system-wide and team-specific plugin deployments. System administrators are tasked with installing and configuring system plugins, which are made available for use across every team in the FastGPT deployment. Team administrators, by contrast, only have permission to install team plugins for their own current team. This structured separation ensures that critical shared tools remain consistent across all organizations while allowing individual teams to deploy custom plugins tailored to their unique workflows.

Dual Plugin Registration and Isolation Rules

A single plugin identifier can be deployed as both a system plugin and a team plugin at the same time. When this occurs, both plugin entries will be displayed in the platform’s plugin library, with the system-wide entry clearly marked with a bold System label to distinguish it from the team-specific version. A critical configuration isolation rule applies here: team plugins do not inherit any settings from a system plugin with the same ID, including secrets, pricing structures, operational status, and version configurations. Additionally, individual teams have no ability to hide or alter the visibility of system-wide plugins; these visibility settings are controlled exclusively by system administrators.

Key Scope and Lifecycle Reference Table

The following table summarizes the core scope and lifecycle rules for FastGPT plugins, per official documentation:

Plugin TypeAuthorized InstallerInherits Config from Same-ID System PluginTeams Can Adjust VisibilitySupports Deprecation Status
System PluginSystem AdministratorN/A (manages its own base configuration)NoYes
Team PluginCurrent Team AdministratorNoNoNo

Team plugins support standard update and removal workflows for authorized team administrators. Unlike system plugins, team plugins do not have a deprecation state available for configuration or display, simplifying routine lifecycle management for team-specific tools.

Source: FastGPT official documentation and source