Update AI tool

Edit an existing AI tool.

Authentication

Authorizationstring
API Key authentication via header

Path parameters

projectKeystringRequired
toolKeystringRequired

Request

AI tool object to update
maintainerIdstringOptional
maintainerTeamKeystringOptional
descriptionstringOptional
schemaobjectOptional
JSON Schema defining the tool's parameters for LLM consumption
customParametersobjectOptional

Custom metadata and configuration for application-level use (not sent to LLM)

Response

AI tool updated
keystring
schemaobject
JSON Schema defining the tool's parameters for LLM consumption
versioninteger
createdAtlong
_accessobject
_maintainerobject
descriptionstring
customParametersobject

Custom metadata and configuration for application-level use (not sent to LLM)

Errors

400
Bad Request Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error