Create folder
Creates a folder in the workspace. Folder names must be unique within the workspace.
Documentation Index
Fetch the complete documentation index at: https://uselora.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Payload to create a new folder
The folder name (3..190 chars). The slug is derived from this server-side.
3 - 190"Marketing"
Who can see this folder? Defaults to "workspace" (visible to everyone). "none" means invite-only.
workspace, team, none "workspace"
When accessLevel is "team", the team this folder is scoped to. Optional.
Optional description for the folder
Response
The created folder.
A folder.
Stable 8-char Crockford-base32 handle (no i/l/o/u). Use this in URL paths and to address the folder via the API.
^[0-9abcdefghjkmnpqrstvwxyz]{8}$"a1b2c3d4"
workspace, team, none True for built-in folders such as the workspace default. Folders you create are always false.
ID of the workspace the folder belongs to.
ID of the user who created the folder.
ISO 8601 creation timestamp.
ISO 8601 timestamp of the last update.