Skip to main content

Vault | C# SDK | Folders Endpoints

Folders Endpoints

Create

VaultClient.FolderCreate(FolderCreateRequest)

Creates a folder.

FolderCreateRequest

The request parameters to send to the '/folder/create' endpoint.

Task<Response<FolderCreateResult>>

The response containing the created folder information.

var request = new FolderCreateRequest
    (
        "folder_name",
        "parent/folder/name")
    ;
var response = await client.FolderCreate(request);

Secure AI from cloud to code

636 Ramona St Palo Alto, CA 94301

©2025 Pangea. All rights reserved.

PrivacyYour Privacy ChoicesTerms of UseLegal Notices
Contact Us