Skip to main content
Creates, renames, or deletes a folder in your personal dashboard folder list. The action argument selects which. Equivalent to murmur folder create, murmur folder rename, and murmur folder rm in the CLI. Folders are personal: they change only your own dashboard view, never another user’s. To file agents into a folder, use folder_assign; to read your folder names and what each holds, use spawn_profiles.

Parameters

A folder name carries no hierarchy — / is an ordinary character in a label, not a separator.

Actions

create

Creates a folder holding no agents. Returns the folder, with agent_count: 0.

rename

Changes a folder’s display label. Everything filed under it stays filed: membership follows the folder itself, not its name. Returns the folder as it now reads, with no agent_count — a rename neither changes nor reports it. Read the count from spawn_profiles.

delete

Deletes the folder. The agents filed under it become unfiled and are otherwise untouched — no agent is stopped, deleted, or altered, and no other person’s view is affected. Returns how many agents were unfiled.
There is no confirmation step. Read the folder’s agent_count from spawn_profiles first if it matters — that is exactly what the delete will unfile. To undo, create the folder again and re-file the agents with folder_assign.

Response fields

Errors