Environment name (e.g. ai-agents-env).
User-friendly name for the runtime.
Ingress URL used as the baseUrl on <Chat>.
Kubernetes pod name. Unique runtime identifier used as runtimeId
on <Chat> for tracking/telemetry. The agentId prop is hard-coded
to "default" instead — see webview/agentChat/App.tsx.
Per-runtime auth token used as the authToken on <Chat>.
Minimal shape of a runtime handle the webview needs to render its agent picker and configure the
<Chat>component. Extracted from the SDK'sRuntimeDTOgetters.