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

# Introduction

> Search, register, and manage domains, configure DNS, and embed domain checkout in your own product.

The Dotlet API gives your application programmatic control over domain registration and DNS management. Use it to:

* **Search and check availability** for domain names, with live pricing.
* **Register, renew, and manage domains** without a registrar dashboard.
* **Manage DNS records**; create, update, and sync A, CNAME, MX, TXT, and other record types.
* **Embed a hosted checkout** so your own users can search for and purchase domains inside your product.

All requests and responses use JSON over HTTPS. Every endpoint requires authentication, see [Authentication](/authentication) to get a key.

## Base URL

```
https://api.dotlet.net
```

## Where to start

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Check your first domain's availability and register it in under 10 minutes.
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    Generate an API key and authenticate your requests.
  </Card>

  <Card title="Search and register a domain" icon="globe" href="/guides/search-and-register-a-domain">
    Walk through the full domain search-to-purchase flow.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Explore every endpoint, parameter, and response shape.
  </Card>
</CardGroup>
