Tool to update a Botpress workspace via the Admin API. Use this to modify workspace properties including name, description, contact information, public visibility, handle, profile picture, social accounts, and spending limits.
idRequiredstringWorkspace ID to update. Must be a valid workspace identifier accessible to the authenticated user.
namestringWorkspace name. Must be between 1 and 64 characters.
aboutstringDescription of the workspace. Provides context about the workspace's purpose or team.
handlestringWorkspace handle (URL-friendly identifier). Must be 1-64 characters, start and end with alphanumeric, contain only lowercase letters, numbers, hyphens, and underscores.
websitestringWebsite URL associated with the workspace.
isPublicbooleanWhether the workspace should be publicly visible. Set to true to make it discoverable.
contactEmailstringContact email address for the workspace.
spendingLimitnumberMonthly spending limit in dollars. Must be between 5 and 1000.
profilePicturestringURL to the workspace's profile picture or logo.
socialAccountsarrayList of social media account URLs (maximum 5 items).
xMultipleIntegrationsstringSet to 'true' to receive integration instances keyed by alias instead of ID. This header supports bots with multiple instances of the same integration.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.