, so every page shipped two description tags and crawlers read this generic one instead of the page's own. Each route sets its own. --> %sveltekit.head%
+ dns-lookup

> DNS lookup

// Performs DNS lookup for a domain

dnsnetworklookup

Performs DNS lookup for a domain. Agents can request it by capability ID dns.lookup, or by plain intent — EntRoute resolves phrases like “dns lookup”, “domain lookup” and “dns records” to this capability.

// aliases.json

These phrases resolve to this capability with intent-based discovery.

"dns lookup" "domain lookup" "dns records" "resolve domain"
// discover.sh
curl -X POST https://api.entroute.com/discover \
  -H "Content-Type: application/json" \
  -d '{"capability_id": "dns.lookup"}'
// endpoints.json

// No endpoints registered yet

List your API →
// integrate.md

Use this capability in your agent or application: