Skip to main content

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

stack_name
string
required
Name of the new stack. Must be unique within your account.
configuration
object
Stack configuration settings

Response

stack_id
string
Unique identifier for the newly created stack
stack_name
string
Name of the created stack
configuration
object
Stack configuration settings
servers
array
Array of servers (empty for newly created stacks)
created_at
string
ISO timestamp when the stack was created
updated_at
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

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