+ 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:
// related capabilities