Tools
Manage and discover tools available for AI agents to use in their workflows
📄️ Create tool
Create a new tool that agents can use. Currently supports Lambda tools for user-defined functions.
📄️ List tools
List all tools available to the authenticated user, with optional filtering and pagination.
📄️ Get tool
Retrieve the details of a specific tool by its ID, including its configuration and capabilities.
📄️ Update tool
Update an existing tool's configuration.
📄️ Delete tool
Permanently delete a tool and all its associated configuration. This action cannot be undone.
📄️ Test Lambda tool
Execute a Lambda tool with test inputs to verify it works correctly.