Add-on Hub

Extend your agents with MCP servers, capabilities, and integrations from the dashboard.

Add-on Types

TypeDescriptionExample
MCP ServerMCP-protocol tool serverGitHub, Slack, web search
CapabilityPlatform-managed integrationAnalytics, monitoring
SkillPre-built agent skill packageCode review, deployment

Browse at /addons in the dashboard. Filter by type, category, and plan.

MCP Servers

Two connection modes: stdio (child process via npx) and SSE/HTTP (remote proxy).

API Endpoints

MethodEndpointDescription
GET/v1/mcp/serversBrowse servers
GET/v1/mcp/servers/:idServer details + tools
POST/v1/mcp/serversAdd custom server
DELETE/v1/mcp/servers/:idRemove server
POST/v1/agents/:name/capabilitiesEnable for agent
DELETE/v1/agents/:name/capabilities/:idDisable for agent
GET/v1/agents/:name/capabilitiesList enabled
POST/v1/agents/tools/:toolId/executeProxy tool call

Setup Wizard

Dashboard wizard handles credential configuration with AES-256-GCM encrypted storage in the Vault.

Custom Servers

Add tenant-scoped MCP servers via API or dashboard.