# Dotlet Documentation ## Docs - [Introduction](https://docs.dotlet.net/introduction.md): Search, register, and manage domains, configure DNS, and embed domain checkout in your own product. - [Quickstart](https://docs.dotlet.net/quickstart.md): Check a domain's availability and register it, in under 10 minutes. - [Authentication](https://docs.dotlet.net/authentication.md): Authenticate requests to the Dotlet API with an API key or a bearer token. - [Direct integration](https://docs.dotlet.net/integration-paths/direct-integration.md): Build your own domain search, purchase, and DNS management UI on top of the Dotlet API. - [Hosted checkout](https://docs.dotlet.net/integration-paths/hosted-checkout.md): Add one backend endpoint and an iframe to let customers manage domains without leaving your product while Dotlet builds and hosts the UI. - [Search and register a domain](https://docs.dotlet.net/guides/search-and-register-a-domain.md): Find an available domain by keyword, then register it and point DNS at your hosting provider in one call. - [Manage DNS records](https://docs.dotlet.net/guides/manage-dns-records.md): Create, update, and sync DNS records for a domain you've registered or hosted with Dotlet. - [Embed hosted checkout](https://docs.dotlet.net/guides/embed-hosted-checkout.md): Let your own users search for and purchase domains inside your product, without building the flow yourself. - [API Reference](https://docs.dotlet.net/api-reference/introduction.md): Every endpoint in the Dotlet API, grouped by resource. - [Check Domain Availability](https://docs.dotlet.net/api-reference/domains/check-domain-availability.md): Check if a domain is available for registration. - [Get Domain Price](https://docs.dotlet.net/api-reference/domains/get-domain-price.md): Get pricing for a domain. - [Search Domains](https://docs.dotlet.net/api-reference/domains/search-domains.md): Search for available domains based on a keyword. - [Purchase Domain](https://docs.dotlet.net/api-reference/domains/purchase-domain.md): Purchase a domain. - [List Domains](https://docs.dotlet.net/api-reference/domains/list-domains.md): List all domains registered through the registrar account. - [Get Domain Info](https://docs.dotlet.net/api-reference/domains/get-domain-info.md): Get detailed information about a specific domain. - [Renew Domain](https://docs.dotlet.net/api-reference/domains/renew-domain.md): Renew a domain registration. - [Update Nameservers](https://docs.dotlet.net/api-reference/domains/update-nameservers.md): Update nameservers for a domain. - [Get Auth Code](https://docs.dotlet.net/api-reference/domains/get-auth-code.md): Get the authorization code for domain transfer. - [Setup DNS For Domain](https://docs.dotlet.net/api-reference/domains/setup-dns-for-domain.md): Manually trigger DNS setup for a purchased domain. - [Get DNS Setup Status](https://docs.dotlet.net/api-reference/domains/get-dns-setup-status.md): Check DNS setup status for a purchased domain. - [Create Order](https://docs.dotlet.net/api-reference/orders/create-order.md): Create a domain order without immediate payment. - [List Orders](https://docs.dotlet.net/api-reference/orders/list-orders.md): List all domain orders for the authenticated organization. - [Get Order Details](https://docs.dotlet.net/api-reference/orders/get-order-details.md): Get detailed information about a specific domain order. - [List DNS Records](https://docs.dotlet.net/api-reference/dns/list-dns-records.md): List DNS records for a domain. - [Create DNS Record](https://docs.dotlet.net/api-reference/dns/create-dns-record.md): Create a new DNS record. - [Get DNS Record](https://docs.dotlet.net/api-reference/dns/get-dns-record.md): Get a specific DNS record. - [Update DNS Record](https://docs.dotlet.net/api-reference/dns/update-dns-record.md): Update a DNS record. - [Delete DNS Record](https://docs.dotlet.net/api-reference/dns/delete-dns-record.md): Delete a DNS record. - [Sync DNS Records](https://docs.dotlet.net/api-reference/dns/sync-dns-records.md): Sync DNS records from the provider to the local database. - [Create Origin Rule](https://docs.dotlet.net/api-reference/origin-rules/create-origin-rule.md) - [Enable Origin Rule](https://docs.dotlet.net/api-reference/origin-rules/enable-origin-rule.md) - [Disable Origin Rule](https://docs.dotlet.net/api-reference/origin-rules/disable-origin-rule.md) - [Create Hosted Session](https://docs.dotlet.net/api-reference/hosted-sessions/create-hosted-session.md): Create a new hosted session for the organization associated with the API key. ## OpenAPI Specs - [openapi](https://docs.dotlet.net/openapi.json)