, 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%
+ real-time-news

> Real-time News

// Get real-time news and current events

newsreal-timemedia

Get real-time news and current events. Agents can request it by capability ID news.realtime, or by plain intent — EntRoute resolves phrases like “news”, “current events” and “breaking news” to this capability.

// aliases.json

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

"news" "current events" "breaking news" "news feed"
// discover.sh
curl -X POST https://api.entroute.com/discover \
  -H "Content-Type: application/json" \
  -d '{"capability_id": "news.realtime"}'
// endpoints.json

// No endpoints registered yet

List your API →
// integrate.md

Use this capability in your agent or application: