Skip to main content
POST
/
v1
/
folders
Create folder
curl --request POST \
  --url https://api.skyvern.com/v1/folders \
  --header 'Content-Type: application/json' \
  --data '
{
  "title": "<string>",
  "description": "<string>"
}
'
{
  "title": "<string>",
  "folder_id": "<string>",
  "organization_id": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "modified_at": "2023-11-07T05:31:56Z",
  "description": "<string>",
  "workflow_count": 0
}

Headers

x-api-key
string | null

Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.

Body

application/json

Request model for creating a folder

title
string
required

Folder title

Required string length: 1 - 255
description
string | null

Folder description

Response

Successfully created folder

Response model for a folder

title
string
required

Folder title

Required string length: 1 - 255
folder_id
string
required
organization_id
string
required
created_at
string<date-time>
required
modified_at
string<date-time>
required
description
string | null

Folder description

workflow_count
integer
default:0

Number of workflows in this folder