Submit workflow (admin)
Coming soon
The v2 MCP API is in preview and not yet generally available. These pages document its tools and request/response shapes; live data access is limited to enrolled organizations until v2 is released.
Create or update a partner workflow submission in draft state. Returns Stage-1 lint inline. Requires an admin-scoped API key. Per spec §6.1, the response carries {submissionId, status: 'draft', validationSummary}. TIP: run the prepare_submission prompt first to assemble a review-ready payload in your own model (free), then submit and call admin_request_review.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
submissionId | string | - | |
name Required | string | - | |
slug Required | string | - | |
description Required | string | - | |
heroCopy Required | string | - | |
promptBody Required | string | - | |
requiredMcpServers | array | [] | |
recommendedSkills | array | [] | |
marketingUseCases Required | array | - | |
marketingUseCases[].title Required | string | - | |
marketingUseCases[].description Required | string | - | |
useCases | array | [] | |
preferredModel | string | anthropic/claude-sonnet-4.6 | |
allowedTools | array | [] | |
defaultParams | object | {} | |
meshCategory | string | - | |
screenshotUrl | string | - | |
version | integer | 1 | |
changelog | string | - | |
outputSchema | object | - |