Tools
Register Tool
Register a tool definition.
Tools are stored as part of agent config. This endpoint validates the tool schema and returns it for confirmation. Actual attachment to an agent is done via PUT /v1/agents/:id.
POST
Register Tool
Headers
Body
application/json
Required string length:
1 - 128Pattern:
^[a-z_][a-z0-9_]*$Required string length:
1 - 1024Pattern:
^(sync|async)$Required range:
1 <= x <= 300Required range:
0 <= x <= 5Response
Successful Response
The response is of type Response Register Tool V1 Tools Post · object.
Register Tool