Documentation Index
Fetch the complete documentation index at: https://docs.nomadicml.com/llms.txt
Use this file to discover all available pages before exploring further.
create_folder()
Create a new folder in a specific scope. Raises an error if a folder with the same name already exists in the target scope.| Parameter | Type | Default | Description |
|---|---|---|---|
name | str | — | Folder name to create |
scope | 'user' | 'org' | 'user' | Target scope for creation |
description | str | None | None | Optional folder description |
id, name, org_id, created_at, and description
get_folder()
Lookup a folder by name. Defaults to your personal scope; passscope="org"
for organization folders.
| Parameter | Type | Default | Description |
|---|---|---|---|
name | str | — | Folder name to look up |
scope | 'user' | 'org' | 'user' | Scope to search within |
id, name, org_id, scope, created_at, created_by, description, and video_count