{
"session_id": "abc123xyz", # Unique identifier for the session
"container_id": "abc123xyz789", # Docker container ID
"vnc_port": 5002, # Port number for VNC connection
"created_at": "2024-12-14T10:30:00Z", # Creation timestamp
"env_type": "browser", # Environment type
"debug_port": 4002, # Debug port (browser only)
"status": "running", # Session status
"resolution": "1280x800x24", # Screen resolution
"tag": "Development", # Custom tag
"websocket_url": "ws://localhost:4002/devtools/browser/abc123xyz" # Browser debugging URL
}