Skip to main content
POST
Create a folder

Authorizations

X-Api-Key
string
header
required

Headers

X-Api-Key
string
required

Api key to pass as a X-Api-Key request header.

Body

Folder to create

agentId
string
required

Agent owning the folder

Minimum string length: 1
name
string
required
Minimum string length: 1
color
string
required

Hex color "#RRGGBB"

Minimum string length: 1
body
string | null

Markdown body documenting the folder

Response

Success

Folder grouping the tests of an agent. Folders are flat: a folder belongs to an agent and contains tests only.

id
string | null

Identifier of the folder

agentId
string | null

Agent owning the folder

name
string | null
color
string | null

Hex color "#RRGGBB"

body
string | null

Markdown body documenting the folder

createdAt
string<date-time>
updatedAt
string<date-time>