Skip to main content

Toolkits

Tags: ai, tools

Endpoints

List

GET /api/v2/w/{workspace_uuid}/toolkits

Description:

Available AI toolkits and capabilities

List all available toolkits for the workspace based on enabled features.

Toolkits group related tools together and are returned in MCP (Model Context Protocol) format. Each toolkit contains:

  • name: unique identifier (e.g., "base", "browser", "data")
  • displayName: human-readable name
  • description: optional description of the toolkit's purpose
  • tools: list of tools in the toolkit

Each tool name follows the format: \{toolkit_name}:\{tool_slug}.

Connected MCP servers may refresh OAuth tokens and fetch tool definitions from the remote server when listing toolkits.

Authorization: Requires agents:read scope

Response: See ToolkitsResponse