Skip to main content
The official SDK is published from the KmerHosting/kmerhosting_sdk monorepo.

Install

Create a client

Run SDK examples with a test key and sanitized output.

Run SDK examples with a test key and sanitized output.

Available client areas

  • account.get()
  • services.list(), services.get(), and services.setAutoRenew()
  • domains.list()
  • invoices.list()
  • orders.list()
  • notifications.list(), update(), and delete()
  • aiAgent.stream() and conversation operations

Error handling

Catch KmerHostingApiError and inspect its HTTP status, code, and message. Do not log the API key or complete sensitive response data.