Create Tool

View as Markdown
Create a custom callable tool in a space. Agents can use these tools through toolsets during hosted work.

Authentication

AuthorizationBearer

Use Bearer <api-key>.

Request

This endpoint expects an object.
executionobjectRequired
inputSchemaobjectRequired
namestringRequiredformat: "^[a-z_][a-z0-9_-]*$"1-64 characters
outputSchemaobjectRequired
spaceIdstringRequiredformat: "uuid"
descriptionstring or nullOptional<=2000 characters
metadataobject or nullOptional
statusenumOptional
Allowed values:

Response

Default Response
createdAtstring
descriptionstring or null<=2000 characters
executionobject
idstringformat: "uuid"
inputSchemaobject
namestringformat: "^[a-z_][a-z0-9_-]*$"1-64 characters
outputSchemaobject
spaceIdstringformat: "uuid"
statusenum
Allowed values:
updatedAtstring
metadataobject or null