/
SH
shipsecai
/
ShipSec Studio API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
shipsecai
ShipSec Studio API
post
Create a new MCP group (admin only)
v1
latest
OpenAPI 3.0.0
2026-07-17
153
78
310.4 KB
mcp-groups
Create a new MCP group (admin only)
post
/api/v1/mcp-groups
Request body
CreateMcpGroupDto
required
slug
string
required
name
string
required
description
string
nullable
credentialContractName
string
required
credentialMapping
object
nullable
defaultDockerImage
string
nullable
enabled
boolean
Response
McpGroupResponseDto
required
id
string
required
slug
string
required
name
string
required
description
string
nullable
required
credentialContractName
string
required
credentialMapping
object
nullable
required
defaultDockerImage
string
nullable
required
enabled
boolean
required
templateHash
string
nullable
createdAt
string
date-time
required
updatedAt
string
date-time
required