The SupaProxy Marketplace lets you discover and install products and plugins that extend your AI operations.Documentation Index
Fetch the complete documentation index at: https://docs.supaproxy.cloud/llms.txt
Use this file to discover all available pages before exploring further.
Products vs plugins
Products are standalone services that integrate with SupaProxy. They have their own UI and run independently, but can hook into the SupaProxy conversation lifecycle. Products can register MCP tools, subscribe to events, and render widgets. Plugins are configuration-driven extensions that run inside the SupaProxy pipeline. Define rules in YAML to detect, mask, or block content as it flows through conversations. No code required.The manifest
Every product and plugin exposes a manifest at.well-known/supaproxy.yaml describing what it does, what permissions it needs, and how it integrates. SupaProxy reads this manifest to understand the product’s capabilities.
Install from URL
You can install any product or plugin that serves a valid manifest. Paste the URL, review the permissions, and install.Available products
| Product | Description | Status |
|---|---|---|
| Abide | Policy compliance and consent tracking with legal proof | Available |
| Audit | Immutable audit trail for AI decisions | Coming soon |
Available plugins
| Plugin | Description | Status |
|---|---|---|
| Redact | PII detection and masking in conversations | Coming soon |
| Budgets | Per-user, per-team cost and rate controls | Coming soon |
| Safety | Output validation for hallucinations and toxicity | Coming soon |

