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 | Required | Default | Description |
|---|---|---|---|---|
submissionId | string | ❌ No | - | |
name | string | ✅ Yes | - | |
slug | string | ✅ Yes | - | |
description | string | ✅ Yes | - | |
heroCopy | string | ✅ Yes | - | |
promptBody | string | ✅ Yes | - | |
requiredMcpServers | array | ❌ No | [] | |
recommendedSkills | array | ❌ No | [] | |
marketingUseCases | array | ✅ Yes | - | |
marketingUseCases[].title | string | ✅ Yes | - | |
marketingUseCases[].description | string | ✅ Yes | - | |
useCases | array | ❌ No | [] | |
preferredModel | string | ❌ No | anthropic/claude-sonnet-4.6 | |
allowedTools | array | ❌ No | [] | |
defaultParams | object | ❌ No | {} | |
meshCategory | string | ❌ No | - | |
screenshotUrl | string | ❌ No | - | |
version | integer | ❌ No | 1 | |
changelog | string | ❌ No | - | |
outputSchema | object | ❌ No | - |