renza

API reference / Folders

Create a folder

POST/v1/folders

Creates a folder, optionally under `parent_id` (omit/null for the root).

Requires an API key (bearer), scoped to the active org. Supports idempotency keys.

Body parameters

  • namestringoptionalmax 200 chars
  • parent_idstring | nulloptional

Returns

  • 201The created folder.

Failures use the standard error envelope with a closed set of codes.