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
Name of the new stack. Must be unique within your account.
Stack configuration settings
Response
Unique identifier for the newly created stack
Name of the created stack
Stack configuration settings
Array of servers (empty for newly created stacks)
ISO timestamp when the stack was created
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
400 Bad Request
Invalid request data
401 Unauthorized
Invalid or missing API key
429 Too Many Requests
Rate limit exceeded
500 Internal Server Error
Server error occurred