CLI Reference›workspace (list / create / switch / roles)
workspace
agentsecrets workspace create
agentsecrets workspace create "Name" # Shortcut alias: agentsecrets create-workspace "Name"
Creates a new workspace. You are the admin.
agentsecrets workspace list
agentsecrets workspace list # Shortcut alias: agentsecrets list-workspaces
Lists all workspaces you belong to.
agentsecrets workspace switch
agentsecrets workspace switch "Name" # Shortcut alias: agentsecrets switch-workspace "Name"
Switches the active workspace. All subsequent commands operate in this workspace.
agentsecrets workspace invite
agentsecrets workspace invite [email protected]
Sends an invitation to a teammate. They join by accepting the invitation and running agentsecrets login.
agentsecrets workspace promote / demote
agentsecrets workspace promote [email protected] agentsecrets workspace demote [email protected]
Grants or revokes admin role. Requires admin and password confirmation.
agentsecrets workspace allowlist add
agentsecrets workspace allowlist add api.stripe.com agentsecrets workspace allowlist add api.stripe.com api.openai.com api.github.com
Authorizes one or more domains. Requires admin and password confirmation.
agentsecrets workspace allowlist list
agentsecrets workspace allowlist list
Lists all authorized domains.
agentsecrets workspace allowlist log
agentsecrets workspace allowlist log
Shows blocked request attempts — requests the proxy rejected because the domain was not authorized.
Was this helpful?
Thanks for your feedback!
Your feedback helps us improve the platform.