Skip to main content
POST
Create a new playground session

Authorizations

Authorization
string
header
required

JWT token for authentication

Path Parameters

id
string<uuid>
required

Workflow UUID

Body

application/json
name
string

Optional session name

Maximum string length: 100
Example:

"Test Session 1"

metadata
object

Optional metadata for the session

Response

Session created successfully

success
boolean

Whether the request was successful

data
object

A playground session represents an isolated test environment for a workflow. Sessions maintain conversation history and allow interactive testing.

message
string

Response message

error
string

Error message (if any)