Spec Builder
Compose a Spec
Fill out the manifest fields to generate the request body used when calling POST /v1/runs on agent-mcp.
Request Body
{
"spec": {
"name": "Untitled Spec",
"summary": "",
"instructions": "",
"config": {
"model": "claude-3.5-sonnet",
"temperature": 0.2
},
"tools": []
},
"input": {
"goal": "",
"context": ""
},
"metadata": {
"source": "vibe-studio"
}
}Streaming panes are disabled until PR-02.