Create a new knowledge base folder to organize documents.
Documentation Index
Fetch the complete documentation index at: https://docs.vambe.me/llms.txt
Use this file to discover all available pages before exploring further.
| Field | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Folder name (must be unique per client) |
icon | string | No | Emoji/icon for the folder |
sort_order | number | No | Display order (default: 0) |
parent_folder_id | string (UUID) | No | Parent folder ID for nested folders |
| Field | Type | Description |
|---|---|---|
id | string (UUID) | Unique folder identifier |
name | string | Folder name |
icon | string | null | Folder icon/emoji |
sort_order | number | Display order |
client_id | string (UUID) | Your organization ID |
parent_folder_id | string | null | Parent folder ID (null for root folders) |
created_at | string (ISO) | Creation timestamp |
updated_at | string (ISO) | Last update timestamp |
sort_order field determines display order:
parent_folder_id:
Documentation > User Guides > Getting Started
| Status Code | Description |
|---|---|
| 400 | Bad Request - Invalid data or duplicate name |
| 401 | Unauthorized - Invalid or missing API key |
| 500 | Internal Server Error - Something went wrong |
parent_folder_id must be a valid UUID of an existing folder| Icon | Use Case |
|---|---|
| 📚 | General documentation |
| 📁 | Generic folder |
| 🏢 | Company/business folders |
| 🛍️ | Product folders |
| 💡 | Ideas/knowledge |
| 🔧 | Technical documentation |
| 👥 | Team/HR folders |
| 📋 | Policies/procedures |
| 🎓 | Training materials |
| 🌐 | Public/external content |
API key needed to authorize the request
Folder details