Codeinterpreter
Learn how to use Codeinterpreter with Composio
Overview
Enum
CODEINTERPRETER
Description
CodeInterpreter extends Python-based coding environments with integrated data analysis, enabling developers to run scripts, visualize results, and prototype solutions inside supported platforms
Authentication Details
Actions
CODEINTERPRETER_CREATE_SANDBOX
Action Parameters
keep_alive
Action Response
data
error
successful
CODEINTERPRETER_EXECUTE_CODE
Action Parameters
code_to_execute
keep_alive
sandbox_id
timeout
Action Response
data
error
successful
CODEINTERPRETER_GET_FILE_CMD
Action Parameters
file_path
sandbox_id
timeout
Action Response
data
error
successful
CODEINTERPRETER_RUN_TERMINAL_CMD
Action Parameters
command
keep_alive
sandbox_id
timeout
Action Response
data
error
successful
CODEINTERPRETER_UPLOAD_FILE_CMD
Action Parameters
destination_path
file
overwrite
sandbox_id
Action Response
data
error
successful