Create Stack
Create a new stack in your ToolRouter account
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
Invalid request data
Invalid or missing API key
Rate limit exceeded
Server error occurred