Overview
Features
Create tool
Your LLM can generate code and save it as a reusable tool via the Riza Tools API; tools can later be executed securely through execute_tool.
Fetch tool
Retrieve saved Riza tools (including source code) for review or editing.
Execute tool
Run a saved tool securely on Riza's code interpreter API, enabling safe, auditable execution.
Edit tool
Modify an existing saved tool to update behavior or fix issues.
List tools
List available saved tools to discover and manage your code tools.
Execute code
Execute arbitrary code safely on Riza's code interpreter API without saving it as a tool.




