Create Toolset

View as Markdown

Create a reusable bundle of built-in and custom tools for agent invocations.

Authentication

AuthorizationBearer

Use Bearer <api-key>.

Request

This endpoint expects an object.
namestringRequiredformat: "^[a-z_][a-z0-9_-]*$"1-64 characters
builtinslist of enumsOptional
metadataobject or nullOptional
spaceIdstring or "default"Optional
toolIdslist of stringsOptional

Response

Created
builtinslist of enums
createdAtstring
idstringformat: "uuid"
namestringformat: "^[a-z_][a-z0-9_-]*$"1-64 characters
spaceIdstringformat: "uuid"
toolIdslist of strings
updatedAtstring
metadataobject or null

Errors

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