ToolboxVersionObject interface

A specific version of a toolbox.

Properties

created_at

The Unix timestamp (seconds) when the toolbox version was created.

description

A human-readable description of the toolbox.

id

The unique identifier of the toolbox version.

metadata

Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format, and querying for objects via API or the dashboard.

Keys are strings with a maximum length of 64 characters. Values are strings with a maximum length of 512 characters.

name

The name of the toolbox.

policies

Policy configuration for the toolbox version.

tools

The list of tools contained in this toolbox version.

version

The version identifier of the toolbox. Toolbox versions are immutable and every update creates a new version.

Property Details

created_at

The Unix timestamp (seconds) when the toolbox version was created.

created_at: Date

Property Value

Date

description

A human-readable description of the toolbox.

description?: string

Property Value

string

id

The unique identifier of the toolbox version.

id: string

Property Value

string

metadata

Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format, and querying for objects via API or the dashboard.

Keys are strings with a maximum length of 64 characters. Values are strings with a maximum length of 512 characters.

metadata: Record<string, string>

Property Value

Record<string, string>

name

The name of the toolbox.

name: string

Property Value

string

policies

Policy configuration for the toolbox version.

policies?: ToolboxPolicies

Property Value

tools

The list of tools contained in this toolbox version.

tools: ToolUnion[]

Property Value

version

The version identifier of the toolbox. Toolbox versions are immutable and every update creates a new version.

version: string

Property Value

string