bulk_create_routes
Create multiple API routes in a single call by providing an array of route definitions. Ideal for quickly scaffolding an entire API.
Instructions
Create multiple routes at once. Each item in the array follows the same structure as create_route_with_responses. Ideal for scaffolding an entire API in one call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environmentId | Yes | Environment UUID | |
| routes | Yes | List of routes to create |