agentOS API Reference - v0.0.1
    Preparing search index...

    Interface ShellInfo

    One live shell from the observe-only listShells action. A shell outlives the page that opened it and keeps the VM awake until closed, so enumeration is server-owned rather than tracked per client.

    interface ShellInfo {
        openedAt: number;
        shellId: string;
    }
    Index
    openedAt: number

    Epoch ms when the shell was opened through this actor.

    shellId: string