Skip to main content
POST
Create toolset

Authorizations

Authorization
string
header
required

Enter your JWT token

Body

application/json

The toolset creation payload.

Request body for creating a toolset.

name
string
required

Display name for the new toolset.

connections
object[]
required

Connections to include in the toolset and their permitted tools.

workflows
string[] | null

Workflow token GUIDs to include in the toolset.

Response

The newly created toolset.

Public-shape DTO for a toolset (per-account-user, named scope bundling specific connections + an allowed tool set). See toolsets-and-connections-spec.md.

toolsetId
string
required

Unique identifier of the toolset (the MCPServer token GUID).

name
string
required

Display name of the toolset.

connections
object[]
required

Connections included in this toolset and their permitted tools.

workflows
string[]
required

Workflow token GUIDs included in this toolset.

createdDate
string<date-time>
required

When the toolset was created.

updatedDate
string<date-time> | null

When the toolset was last updated; null if never updated.

createdByAccountUserId
integer<int32> | null

Account-user ID that created the toolset.

updatedByAccountUserId
integer<int32> | null

Account-user ID that last updated the toolset; null/0 until first updated.