Docs
Refer friends. Keep the rewards coming!Your friend can unlock up to 10M tokens · earn up to 30% revenue share.
+500K TokensGenerate link

Hello Plugin

The minimal plugin path creates an MCP or HTTP Plugin inside a tenant and verifies it through the tools list.

Minimal path

  1. Choose MCP or HTTP in the console.
  2. Submit name, description, category, sourceType, provider, and config JSON.
  3. The backend creates a private plugin with POST /api/v4/plugins.
  4. New plugins are tenant-available by default: status=APPROVED, isEnabled=true, isActive=true.

Code boundary

  • The UI form exposes only MCP and HTTP creation.
  • category=TOOL maps to roles=[TOOL].
  • Duplicate plugin names within a tenant return 409.
  • API keys are encrypted into config and are not exposed in JSON responses.

Acceptance

Call GET /api/v4/plugins for tenant plugins, then GET /api/v4/tools for the callable tool view.