global toolkit remains personal and cannot be shared. Create a named toolkit for tools your team needs to use.
Choose how credentials are supplied
Every shared toolkit uses one credential mode:
In
shared mode, teammates execute the toolkit with the owner’s bound credentials inside their own sandboxes. Treat anyone who can execute the toolkit as able to use those credentials in that environment. The API never returns secret values, and only the owner can see the saved-secret IDs used as bindings.
Share a toolkit with Neo
For personal credentials, ask Neo:Share a toolkit through the API
Usepersonal mode when every caller supplies their own credentials:
shared mode to bind the owner’s saved secrets. Map each required environment-variable name to its saved secret ID:
credential_mode. On later requests, omitted fields keep their current values. Supplying secret_bindings replaces all existing bindings. Switching to personal mode clears the shared bindings but does not delete the owner’s saved secrets.
The API determines the owner’s active team. Do not send a team ID.

