Development packages

Development packages organize artifacts — applications, web apps, server scripts, adaptive entities, tables, and APIs — into groups. Development packages also drive access control for non-administrative users: a user can only see and modify artifacts in development packages that their roles grant access to.

Required role: package.

If your user account does not have this role, every tool in this group fails immediately with an access denied error. Contact an administrator to request the role, or see Access control for more information on how roles are enforced.

Available tools

Parameters are shown with their type and a short description. UUIDs are always strings.

Tool Description Parameters

list_packages

List all development packages in Neptune DXP - Open Edition. Development packages organize artifacts (apps, scripts, tables, APIs) together.

None

get_package

Return detailed information about a development package by its ID.

id (string)

save_package

Create or update a development package. For a new development package, the object must contain name. Include id to update.

pkg (object)

delete_package

Delete a development package by its ID.

id (string)