Skip to main content

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.

The SupaProxy Marketplace lets you discover and install products and plugins that extend your AI operations.

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

ProductDescriptionStatus
AbidePolicy compliance and consent tracking with legal proofAvailable
AuditImmutable audit trail for AI decisionsComing soon

Available plugins

PluginDescriptionStatus
RedactPII detection and masking in conversationsComing soon
BudgetsPer-user, per-team cost and rate controlsComing soon
SafetyOutput validation for hallucinations and toxicityComing soon

Building a product or plugin

Products and plugins use the same manifest format. See the Plugins overview for details on building your own.