Create an AI tool

Create an AI tool

Authentication

Authorizationstring
API Key authentication via header

Path parameters

projectKeystringRequired

Request

AI tool object to create
keystringRequired
schemaobjectRequired
JSON Schema defining the tool's parameters for LLM consumption
maintainerIdstringOptional
maintainerTeamKeystringOptional
descriptionstringOptional
customParametersobjectOptional

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

Response

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

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

Errors