Skip to main content
Version: 0.9.12

Admin tools

platform v0.9.11verified 2026-05-14

Path: /admin-settingsTools tab

Admin (platform) tools are reusable JavaScript functions available to every team. They use the same editor and versioning as team tools but with platform-wide scope.

List columns

ColumnDescription
NameTool name (monospace).
TypeTool type chip.
StatusActive / Inactive.
VersionLatest version (e.g. v2).
UsageAgents using this tool.
UpdatedLast modification.
ActionsEdit, Delete.

Fields

FieldRequiredDescription
NameYesAlphanumeric + _ / -. Function name the model calls.
AvailableYesWhether agents can select it.
DescriptionYesWhat the tool does — model reads this to decide invocation.
InstructionsNoAdditional guidance.
ParametersNoJSON Schema.
CodeYesJavaScript implementation.

Versioning

Identical to team tools — every save creates a version; the edit dialog's sidebar shows the history with a restore action.

Workflows

Create a platform tool

Click Create → fill name, description, instructions, parameter schema, code → toggle Available on → save.

Usage by teams

Voice agents on any team can attach platform tools via Add Managed Tool in the voice-agent node inspector. Detaching converts to an independent agent-local copy.

See also