# Nextdns AI integration on Definable

> NextDNS is a DNS service that enhances internet security and privacy by blocking malicious websites, tracking scripts, and ads before they reach your device.

## What this connects

NextDNS is a DNS service that enhances internet security and privacy by blocking malicious websites, tracking scripts, and ads before they reach your device.

Vendor: https://nextdns.io/

## Tools available

**68** tools available. First 12:

- `NEXTDNS_ADD_ALLOWLIST_ENTRY` — Add Allowlist Entry — Tool to add a domain to the allowlist of a NextDNS profile. Use when allowing specific domains under a profile after obtaining its ID.
- `NEXTDNS_ADD_BLOCKED_TLD` — Add Blocked TLD — Tool to add a top-level domain to the security blocklist for a NextDNS profile. Use after listing current security settings to ensure the TLD is not already blocked.
- `NEXTDNS_ADD_DENYLIST_DOMAIN` — Add Denylist Domain — Tool to add a domain to the denylist of a NextDNS profile. Use when blocking specific domains under a profile after obtaining its ID.
- `NEXTDNS_ADD_PARENTAL_CONTROL_CATEGORY` — Add Parental Control Category — Tool to add a content category to the parental control categories list. Use when you need to add a new category to block or allow specific content types like pornography, gambling, or social networks.
- `NEXTDNS_ADD_PARENTAL_CONTROL_SERVICE` — Add Parental Control Service — Tool to add a service to the parental control services list of a NextDNS profile. Use when blocking specific services (like social media platforms) under a profile.
- `NEXTDNS_ADD_PRIVACY_BLOCKLIST` — Add Privacy Blocklist — Tool to add a blocklist to the privacy blocklists for a NextDNS profile. Use when enabling additional privacy blocklists for a profile.
- `NEXTDNS_ADD_PRIVACY_NATIVE` — Add Privacy Native Tracker — Tool to add a native tracking service to the blocked list for a NextDNS profile. Use when blocking native trackers from specific vendors.
- `NEXTDNS_ADD_REWRITE` — Add DNS Rewrite Rule — Tool to add a DNS rewrite rule to a NextDNS profile. Use when you need to configure custom DNS resolution for specific domains.
- `NEXTDNS_CLEAR_LOGS` — Clear Logs — Tool to clear DNS logs for a NextDNS profile. Use when you want to remove all existing query logs for a given profile. Note: this operation cannot be undone.
- `NEXTDNS_CREATE_PROFILE` — Create Profile — This tool allows users to create a new NextDNS profile. It uses the POST method at the endpoint https://api.nextdns.io/profiles. A profile is a distinct configuration set for DNS filtering and security settings.
- `NEXTDNS_DELETE_ALLOWLIST_ENTRY` — Delete Allowlist Entry — Tool to remove a domain from a NextDNS profile's allowlist. Use when you need to stop allowing a previously whitelisted domain.
- `NEXTDNS_DELETE_CONFIG` — Delete NextDNS Configuration — Tool to delete a NextDNS configuration profile. Use when you need to remove an existing profile by its ID. Use after confirming the profile exists.

## Auth

Auth schemes: `API_KEY`.

## How agents use Nextdns

Inside a Definable workflow, Nextdns is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Nextdns** — the Researcher (GPT-5.5) pulls context from Nextdns (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Nextdns** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Nextdns (create record, post message, draft email).
- **Designer / Engineer → Distributor → Nextdns** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Nextdns (attach file, open PR comment, post status).

The Verifier checks every Nextdns call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- security & identity tools — https://definable.ai/apps/category/security-&-identity-tools/

## Related

- HTML page: https://definable.ai/apps/nextdns/
- Same category (security & identity tools): https://definable.ai/apps/category/security-&-identity-tools/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
