/
SH
shipsecai
/
ShipSec Studio API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 1mo ago
Details
Filter operations
agents
2
analytics
4
api-keys
6
App
4
artifacts
3
audit-logs
1
components
3
files
5
Human Inputs
4
integrations
10
InternalMcp
6
InternalRuns
1
mcp
11
mcp-groups
13
get
List all MCP groups
post
Create a new MCP group (admin only)
get
List available MCP group templates
get
Get a group by slug
get
Get a specific MCP group
delete
Delete an MCP group (admin only)
patch
Update an MCP group
get
Get servers in a group
post
Add a server to a group (admin only)
delete
Remove a server from a group (admin only)
patch
Update server metadata in a group (admin only)
post
Sync group templates from code (admin only)
post
Import a group template (admin only)
mcp-servers
13
Schedules
8
secrets
7
TestingWebhook
5
webhooks
17
workflows
30
mcp-groups
Get a specific MCP group
get
/api/v1/mcp-groups/{id}
Path parameters
id
string
required
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
Changes