agentOS API Reference - v0.2.0-rc.3
    Preparing search index...

    Interface PreviewUrl

    A time-limited, token-based preview URL for a VM port.

    interface PreviewUrl {
        expiresAt: number;
        path: string;
        token: string;
    }
    Index

    Properties

    Properties

    expiresAt: number

    Epoch millis at which the token expires.

    path: string

    Signed path (including token query) to proxy to the VM port.

    token: string

    Opaque signed token authorizing the proxy.