Create tool
POST/v2/tools
Create a new tool that agents can use. Currently supports Lambda tools for user-defined functions. Lambda tools allow you to write custom code that agents can execute in a secure sandbox.
Request
Responses
- 201
- 400
- 403
- 409
The tool has been created successfully.
Tool creation request was malformed or contains invalid configuration.
Permissions do not allow creating tools.
A tool with this name already exists.