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

# Entri Network Overview

> Join the Entri Network as a DNS provider so Entri can configure records on your platform automatically.

## Overview

Entri Connect already configures DNS automatically for dozens of registrars and hosting platforms, and there are always more DNS providers that aren't integrated yet. Entri Network closes that gap.

**Entri Network** is a self-service program that lets any DNS provider (a registrar, a hosting company, or a managed DNS platform) plug into Entri using a standardized, technology-agnostic API contract. Once you join, every service provider already using Entri can configure DNS records on your platform automatically, the same way they do with the providers Entri supports natively.

You describe your API once and Entri handles the rest. There is no custom engineering work on Entri's side and no long sales cycle. You sign up, configure your endpoints in the dashboard, and your platform becomes part of the network.

## How it works

1. You sign up through the self-service onboarding flow and complete checkout. No sales call required.
2. In the Entri Network dashboard, you describe your platform: how Entri should authenticate against your API, how to detect which domains you manage, and which endpoints Entri calls to read and write DNS records.
3. Entri maps your API's request and response formats to its internal DNS logic, so your existing API works as-is with no changes on your side.
4. Once your configuration is submitted, your platform goes live in the network. When a mutual user connects a domain you manage, Entri authenticates and applies the records automatically.
5. You track every connection, view per-domain logs, and see usage analytics from your dashboard.

## Who it's for

Entri Network is built for any DNS provider that wants to offer their users a seamless domain connection experience through Entri, without building and maintaining a custom integration. Whether you're a registrar, a hosting company, or a managed DNS platform, you can join the network and gain access to Entri's service providers with minimal engineering effort.

The only requirement is that your platform exposes an API for reading and writing DNS records and that you're willing to map it to Entri's standard contract. Beyond that, the integration is technology agnostic.

## What you get

Joining the network integrates your platform with every service provider already on Entri in just a few configuration steps. You get usage statistics across the business categories active in the network, full logs for each domain connected through your system, and recognition as a member of the Entri Network.

Because everything runs through the dashboard, onboarding, configuration changes, and billing are all self-service. You stay in control of your authentication method, domain detection rules, branding, and endpoint definitions, and you can update them at any time.

## Quick links

<CardGroup cols={2}>
  <Card title="DNS Provider Onboarding" icon="plug" href="/network/dns-provider-onboarding">
    The complete field-by-field reference for registering your platform
  </Card>

  <Card title="Authentication" icon="key" href="/network/dns-provider-onboarding#authentication">
    OAuth 2.0, Direct Auth Flow, and Basic Auth options
  </Card>

  <Card title="DNS Endpoints" icon="server" href="/network/dns-provider-onboarding#dns-endpoints">
    The endpoints Entri calls to read and write records
  </Card>

  <Card title="Submission Checklist" icon="circle-check" href="/network/dns-provider-onboarding#submission-checklist">
    Everything required before you go live
  </Card>
</CardGroup>
