For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Sign inBook a demo
DocsReferenceChangelog
DocsReferenceChangelog
  • Getting Started
    • Overview
    • Quickstart
  • Explanation
    • Integrating Humanloop
      • Files
      • Prompts
      • Agents
      • Evaluators
      • Tools
      • Flows
      • Datasets
      • Logs
      • Directories
      • Environments
  • Tutorials
    • Evaluate an Agent in the UI
    • Evaluate an Agent in code
    • Evaluate a RAG app
    • Capture user feedback
  • How-To Guides
    • Migrating from Humanloop
  • Reference
    • Deployment Options
    • Supported Models
    • Template Library
    • Vercel AI SDK
    • .prompt and .agent Files
    • Humanloop Runtime Environment
    • Security and Compliance
    • Data Management
    • Access roles (RBACs)
    • SSO and Authentication
    • LLMs.txt
LogoLogo
Sign inBook a demo
On this page
  • Paths
ExplanationKey Concepts

Directories

Directories can be used to group together related Files.
Was this page helpful?
Previous

Environments

Deployment environments enable you to control the deployment lifecycle of your Prompts and other files between development and production environments.
Next
Built with

Directories in Humanloop serve as an organizational tool, allowing users to group related Files and structure their work logically. They function similarly to folders in a traditional file system, providing a hierarchical structure for managing work.

Paths

Every File and Directory has a unique path property which you can use to refer to Files or Directories. When you move a File or Directory, its path and the paths of all contained files and subdirectories will update accordingly.

We recommend to always refer to Files by their id to avoid issues related to changing paths when Files or Directories are moved.

For more information on how to create and manage directories, see our Create a Directory guide.