> ## Documentation Index
> Fetch the complete documentation index at: https://kmerhosting.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Developer platform

> Use API keys, the REST API, TypeScript SDK, and CLI to interact with supported KmerHosting resources.

The Developer API is designed for external integrations and uses API keys instead of browser session cookies.

<Frame caption="The public Developer API reference documents the endpoints intended for API-key access.">
  <img src="https://mintcdn.com/kmerhosting-a736a8a9/qmzUGdL1AajWuhXn/images/screenshots/developer-api-reference.png?fit=max&auto=format&n=qmzUGdL1AajWuhXn&q=85&s=d4a41e1846d2d60aa13b16c12edc28f4" alt="The public Developer API reference documents the endpoints intended for API-key access." width="1600" height="900" data-path="images/screenshots/developer-api-reference.png" />
</Frame>

## Base URL

```text theme={null}
https://kmerhosting.com/api/v1/sdk
```

## Authentication

```http theme={null}
Authorization: Bearer kh_live_REDACTED
```

## Main resources

* Account overview.
* Services and auto-renewal.
* Domains.
* Invoices and orders.
* Notifications.
* KmerHosting AI Agent conversations.

<CardGroup cols={2}>
  <Card title="API keys" href="/docs/developer/api-keys" icon="key">Create, protect, deactivate, and delete keys.</Card>
  <Card title="TypeScript SDK" href="/docs/developer/sdk" icon="package">Use `@kmerhosting/sdk` in Node.js applications.</Card>
  <Card title="KmerHosting CLI" href="/docs/developer/cli" icon="terminal">Use the official terminal client.</Card>
  <Card title="REST API" href="/docs/developer/rest-api" icon="webhook">Call the API without the SDK.</Card>
</CardGroup>
