Skip to main content
POST
/
scaffold
Scaffold Call
curl --request POST \
  --url https://api.example.com/scaffold \
  --header 'Content-Type: application/json' \
  --data '
{
  "session_id": "<string>"
}
'
{}

Body

application/json

S8-API-01 — HTTP shape for POST /scaffold.

Mirrors the MCP gecko_scaffold tool's input schema. output_dir is server-side and intentionally NOT exposed over HTTP — clients can't write to the API host's filesystem; the response surfaces the bundle contents (paths under the server's working dir) for the caller to fetch or render. Future work: stream the bundle bytes back in the response.

session_id
string
required
Minimum string length: 1

Response

Successful Response

The response is of type Response Scaffold Call Scaffold Post · object.