{
"id": "73",
"object": "template",
"name": "code-interpreter",
"display_name": "Code Interpreter",
"description": "Pre-built environment for Python, JavaScript, and Bash execution with common packages pre-installed",
"category": "python",
"language": "python",
"icon": "python",
"default_resources": {
"vcpu": 2,
"memory_mb": 4096,
"disk_gb": 10
},
"min_resources": {
"vcpu": 1,
"memory_mb": 512,
"disk_gb": 1
},
"max_resources": {
"vcpu": 8,
"memory_mb": 16384,
"disk_gb": 100
},
"features": [
"python",
"javascript",
"bash",
"desktop",
"internet"
],
"tags": [
"code-execution",
"multi-language",
"data-science"
],
"popularity_score": 950,
"docs_url": "https://docs.hopx.dev/templates/code-interpreter",
"is_active": true,
"status": "active",
"build_id": "build_abc123",
"is_public": true,
"created_at": "2025-01-01T00:00:00Z",
"updated_at": "2025-01-15T00:00:00Z",
"request_id": "req_abc123"
}