LedeWire SDK API Reference
    Preparing search index...

    Type Alias AgentClient

    AgentClient: Pick<
        NodeClient,
        "auth"
        | "wallet"
        | "purchases"
        | "content"
        | "checkout"
        | "user",
    >

    A buyer-scoped client for autonomous agents. Exposes auth, wallet, purchases, content, checkout, and user.apiKeys.

    Instantiate with createAgentClient rather than constructing directly.