Skip to main content
POST
Initialize monday sandbox with data

Authorizations

Authorization
string
header
required

Your Klavis AI API key.

Path Parameters

sandbox_id
string
required

The unique sandbox identifier

Query Parameters

init_default_data
boolean
default:false

If true, use default test data for initialization

Body

application/json

Complete Monday.com sandbox data structure.

Relational structure for initialization:

  • Workspaces (optional, can be created separately)
  • Boards contain Groups
  • Groups contain Items
  • Items contain Updates and Subitems

All objects support DELETE operations.

workspaces
MondayWorkspace · object[] | null

List of workspaces

boards
MondayBoard · object[]

List of boards with their groups and items

Response

Successful Response

Response model for sandbox initialization

sandbox_id
string
required

Sandbox identifier

status
enum<string>
required

Current status

Available options:
idle,
occupied,
error
message
string
required

Initialization result message