Create a toolset

View as Markdown

Create an ordered reusable bundle of built-in and custom tools.

Authentication

AuthorizationBearer

Use Bearer <api-key>.

Headers

BCTRL-Subaccount-IdstringOptional
Optional effective subaccount context for organization API keys. Subaccount API keys are already scoped and cannot use this header to act as another subaccount.

Request

This endpoint expects an object.
namestringRequired1-200 characters
descriptionstring or nullOptional<=2000 characters
spaceIdstring or "default"Optional
toolslist of enums or stringsOptional

Response

Created
createdAtdatetime
RFC 3339 timestamp with a UTC offset.
descriptionstring or null<=2000 characters
idstring
Unique toolset identifier generated by BCTRL.
namestring1-200 characters
spaceIdstring
Unique space identifier generated by BCTRL.
toolslist of enums or strings
updatedAtdatetime
RFC 3339 timestamp with a UTC offset.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
409
Conflict Error
429
Too Many Requests Error