Skip to main content
POST
Create a prompt folder
Creates a prompt folder in your workspace. The API key creator becomes the folder owner and can manage it in the Prompt Library.

Base URL

Dedicated deploymentsReplace api.langdock.com with <your-deployment-url>/api/public in all requests.

Required Scopes

This endpoint requires the PROMPT_API scope.
Sharing the folder with the workspace requires workspace editor access or the sharePrompts permission. Sharing with a group requires group editor or admin membership, or workspace admin access.

Parameters

Example

Response Format

Success Response (201 Created)

Error Handling

Langdock intentionally blocks browser-origin requests to protect your API key and ensure your applications remain secure. For more information, please see our guide on API Key Best Practices.

Authorizations

Authorization
string
header
required

API key as Bearer token. Format "Bearer YOUR_API_KEY"

Body

application/json
name
string
required

Folder name.

Required string length: 2 - 50
sharedWithWorkspace
boolean

Share the folder with the workspace. Cannot be true when sharedWithGroupId is set.

sharedWithGroupId
string<uuid>

Group UUID to share with. Cannot be set when sharedWithWorkspace is true.

Response

Prompt folder created successfully

folder
object
required