OpenAI Containers API

The Containers API manages sandboxed containers used by Code Interpreter for running Python, data work, file transforms, and iterative debugging. Containers can be created explicitly or auto-managed, with configurable memory limits of 1g, 4g, 16g, or 64g. Container files can be uploaded, listed, retrieved, and downloaded. Containers expire after 20 minutes of inactivity.

API entry from apis.yml

apis.yml Raw ↑
aid: openai:openai-containers-api
name: OpenAI Containers API
tags:
- Code Interpreter
- Containers
- Sandbox
score: 100
baseURL: https://api.openai.com
humanURL: https://platform.openai.com/docs/api-reference/containers
properties:
- url: https://platform.openai.com/docs/api-reference/containers
  type: Documentation
- url: https://platform.openai.com/docs/api-reference/container-files
  type: Documentation
- url: https://developers.openai.com/api/docs/guides/tools-code-interpreter/
  type: Documentation
description: The Containers API manages sandboxed containers used by Code Interpreter for running Python,
  data work, file transforms, and iterative debugging. Containers can be created explicitly or auto-managed,
  with configurable memory limits of 1g, 4g, 16g, or 64g. Container files can be uploaded, listed, retrieved,
  and downloaded. Containers expire after 20 minutes of inactivity.