Overview
Creates a new stack with the specified name and configuration. A stack is a collection of servers and tools that work together for your specific use case.Endpoint
Authentication
This endpoint requires an API key. Include it in the Authorization header:Request Body
string
required
Name of the new stack. Must be unique within your account.
object
Stack configuration settings
Response
string
Unique identifier for the newly created stack
string
Name of the created stack
object
Stack configuration settings
array
Array of servers (empty for newly created stacks)
string
ISO timestamp when the stack was created
string
ISO timestamp when the stack was last updated
Example Request
Example Response
Minimal Request Example
You can create a stack with just a name, and default configuration will be applied:Error Responses
Invalid request data
Invalid or missing API key
Rate limit exceeded
Server error occurred

