@edgible-team/sdk
    Preparing search index...

    Interface EdgibleClient

    The control-plane client returned by createClient: one resource namespace per noun, sharing a single configured pipeline (auth, retry, error mapping). All methods throw typed EdgibleErrors.

    Index

    Properties

    applications: ApplicationsClient

    Application deploy/lifecycle — the platform's core noun.

    artifacts: ArtifactsClient

    Content-addressed artifact delivery + registration (ADR-0008).

    Session management and identity (login, logout, me).

    billing: BillingClient

    Billing-organization usage and limits.

    catalog: CatalogClient

    App-catalog registry: template reads (public) + publish/verification/curation (admin).

    devicePools: DevicePoolsClient

    Device pool management (WireGuard networks devices join).

    devices: DevicesClient

    Device registration, status, and management.

    invites: InvitesClient

    Organization invite issuance and acceptance.

    Async job inspection (list/get).

    migrations: MigrationsClient

    Storage migrations between devices.

    organizations: OrganizationsClient

    Organization CRUD and membership.

    secrets: SecretsClient

    Organization secret management (write-only control plane).

    stacks: StacksClient

    Tier 3 — declarative multi-app stack orchestration (D10).

    storage: StorageClient

    Storage sources, snapshots, and ingest sessions.

    system: SystemClient

    Unauthenticated system endpoints (health).

    User profile and lookup.

    Methods