Codeinterpreter
Learn how to use Codeinterpreter with Composio
Overview
SLUG
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
Tools
Create Sandbox
SLUG: CODEINTERPRETER_CREATE_SANDBOX
Action Parameters
keep_alive
Action Response
data
error
successful
Execute Code
SLUG: CODEINTERPRETER_EXECUTE_CODE
Action Parameters
code_to_execute
keep_alive
sandbox_id
timeout
Action Response
data
error
successful
Get File
SLUG: CODEINTERPRETER_GET_FILE_CMD
Action Parameters
file_path
sandbox_id
timeout
Action Response
data
error
successful
Run Terminal Command
SLUG: CODEINTERPRETER_RUN_TERMINAL_CMD
Action Parameters
command
keep_alive
sandbox_id
timeout
Action Response
data
error
successful
Upload File
SLUG: CODEINTERPRETER_UPLOAD_FILE_CMD
Action Parameters
destination_path
file
overwrite
sandbox_id
Action Response
data
error
successful