ISPO SDK
    Preparing search index...

    Interface CloudPlanSummary

    Markdown

    Plan / subscription posture. v1 desktop surfaces only what the cloud API exposes to a bearer client; fields the API does not yet return to the desktop (an exact spendable balance, invoice state) are reported as null/absent rather than fabricated. managedInHost signals that changes happen in host chrome / a Stripe-hosted page, never in this app.

    interface CloudPlanSummary {
        label: string;
        managedInHost: true;
        meteredRelayAvailable: boolean;
    }
    Index
    label: string

    Human label for the current posture, e.g. "Metered access active".

    managedInHost: true

    Consequential changes (subscribe/top-up/manage) are host chrome only.

    meteredRelayAvailable: boolean

    Whether metered inference is available to this account right now.