Creates and initializes a code interpreter session in Amazon Bedrock AgentCore. The session enables agents to execute code as part of their response generation, supporting programming languages such as Python for data analysis, visualization, and computation tasks.
To create a session, you must specify a code interpreter identifier and a name. The session remains active until it times out or you explicitly stop it using the StopCodeInterpreterSession operation.
The following operations are related to StartCodeInterpreterSession:
Path parameters
The unique identifier of the code interpreter to use for this session. This identifier specifies which code interpreter environment to initialize for the session.
Headers
The trace identifier for request tracking.
The parent trace information for distributed tracing.
Request body
Response
Success