Docs
Refer a friend. Get a weekly-quota reset.Friend signs up and uses it → +1 reset (valid 30 days) · up to 10% cash back on their spend.
+1 resetGenerate 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.