WP Manifestindependent plugin directory
manifest / multisite / ultimate-multisite-ai-provider-sharing

Main Site AI Providers

Share main-site AI providers across WordPress multisite subsites

by ultimate-multisite · github.com/ultimate-multisite/ultimate-multisite-ai-provider-sharing

1stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/ultimate-multisite/ultimate-multisite-ai-provider-sharing/archive/refs/heads/main.zip

Readme

Main Site AI Providers

Network-activate this plugin on a WordPress multisite installation. AI providers configured on the network main site are then available on every subsite without copying API keys into subsite databases.

It supports the WordPress core Connectors API providers, including OpenAI, Anthropic, and Google, plus Superdav AI Agent's bundled Superdav AI provider.

The plugin has no settings. Configure provider credentials only on the network main site. Subsite reads of connectors_ai_*_api_key options receive the main-site value; an absent main-site credential disables that provider on subsites rather than falling back to a subsite-specific key.

Installation

  1. Copy this repository to wp-content/plugins/main-site-ai-providers.
  2. In Network Admin, activate Main Site AI Providers.
  3. Configure AI providers on the network main site.

The provider plugins themselves must also be network-active or active on each subsite so they can register with the WordPress AI Client registry.

Security model

Credentials are read from the main site at runtime and are not copied, exposed, or written through from child sites. The plugin only bridges credentials using the WordPress Connectors API naming convention.

Read the full README on GitHub →

Releases

TagPublished
v1.0.1 Aug 20, 2026

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.