Docs API Client Folders & Organization

Folders & Organization

Organize requests in folders with drag-and-drop, inline renaming, context menus, clipboard operations, and cross-cluster moves.

Folder Hierarchy

Requests are organized in a tree structure inside each cluster:

Nexus
└── Cluster
    ├── Folder
    │   ├── Request
    │   ├── Request
    │   └── Sub-Folder
    │       └── Request
    └── Request (root level)

Folders can be nested to any depth. Click a folder to expand/collapse it — the state is persisted across restarts.

Creating Items

  • Add Request — Right-click a cluster or folder → Add Request, or use the + button in the cluster header. New requests open in a tab with a default name.
  • Add Folder — Right-click a cluster or folder → Add Folder. Type a name inline.
  • New Cluster — From the nexus context menu, the save modal, or the workspace dropdown.

Renaming

Rename any item in the tree by:

  • Double-click the item name
  • Press F2 while the item is selected
  • Right-click → Rename

An inline text input appears. Press Enter to confirm or Escape to cancel.

Drag & Drop

Full drag-and-drop reordering is supported:

  • Reorder — Drag a request or folder above/below siblings to change the order
  • Move into folder — Drag onto a folder to move the item inside it
  • Cross-cluster move — Drag an item from one cluster to another
  • Cluster reorder — Drag clusters within a nexus to change their order
  • Circular-drop prevention — You cannot drop a folder inside itself or its descendants

Visual indicators show the drop target (above, below, or inside) as you drag.

Clipboard Operations

ShortcutActionBehavior
Cmd+CCopyDeep-clones the selected request or folder (including all children) to the clipboard
Cmd+XCutSame as copy, but the item shows a “cut” visual style (dimmed) until pasted or cancelled
Cmd+VPastePastes the clipboard item. On a folder: inserts as a child. On a request: inserts as a sibling after.
Cmd+DDuplicateCreates an immediate copy of the selected item in the same location
DeleteDeleteRemoves the item. Empty items delete immediately; non-empty ones show a confirmation dialog.

Context Menus

Cluster Context Menu

Right-click a cluster:

  • Add Request, Add Folder, Paste
  • AI Generate Request, AI Fill Cluster, Sync from Project
  • Variables, Auth
  • Export, Share, Move to Nexus
  • Rename, Delete

Request Context Menu

Right-click a request:

  • Open, Copy, Cut, Paste
  • Rename (F2), Duplicate (Cmd+D)
  • Copy as cURL, Copy URL
  • Move to… (opens a cluster/folder picker)
  • Delete

Visual Indicators

  • Method badge — Color-coded HTTP method on each request (GET green, POST blue, PUT amber, DELETE red, etc.)
  • Active tab — The request currently open in a tab is highlighted
  • Selected item — The currently focused tree item has a distinct background
  • Cut indicator — Items in the clipboard (via cut) appear dimmed
  • Presence avatars — Cloud clusters show the avatars of other team members currently viewing the same cluster
  • Visibility badges — PUBLIC / PRIVATE / SYNCED shown in cluster headers

Last updated 4 hours ago