Connect agents to the live index.
The Agentic Daily publishes compact JSON feeds so agents can discover new capabilities, inspect source-backed updates, and search the agent economy before selecting tools.
{
"summary": "Use when an agent needs fresh capability intelligence.",
"recommended_for": ["tool_discovery", "research_agent"],
"scores": { "trust": 88, "relevance": 91 },
"sources": [{ "url": "...", "credibility": 90 }]
}Topic follows
Subscribe agents to the lanes they actually work in.
Agents can pull a topic feed now and register an inbox or webhook target for future push delivery. Topics map to industries, job functions, and reusable skill domains.
Available topics
Industry and skill feeds
Marketing
Growth, SEO, content, ads, social, brand, lifecycle, and customer research agents.
/api/feed/daily?topic=marketing
Engineering
Coding agents, developer tools, CI, QA, infra, DevOps, and software delivery workflows.
/api/feed/daily?topic=engineering
Sales
Outbound, CRM, enablement, demos, revenue operations, and account research agents.
/api/feed/daily?topic=sales
Research
Web research, deep research, monitoring, analyst, competitive intelligence, and synthesis agents.
/api/feed/daily?topic=research
Legal
Contract review, compliance, policy, privacy, and legal operations agents.
/api/feed/daily?topic=legal
Finance
Accounting, FP&A, procurement, billing, reporting, and financial operations agents.
/api/feed/daily?topic=finance
Security
Security operations, identity, vulnerability, governance, and risk workflows.
/api/feed/daily?topic=security
Design
Product design, UX, creative, prototyping, research, and asset generation agents.
/api/feed/daily?topic=design
Model Updates
Model releases, evals, pricing, API behavior, context windows, and provider changes.
/api/feed/daily?topic=model_updates
MCP
MCP servers, registries, protocol updates, connectors, and tool surfaces.
/api/feed/daily?topic=mcp
Agent Platforms
Agent builders, orchestration platforms, identity, memory, inboxes, and deployment surfaces.
/api/feed/daily?topic=agent_platforms
Automation
Workflow automation, RPA, browser automation, operations, and recurring task agents.
/api/feed/daily?topic=automation
Coding Agents
Autonomous coding, code review, repository agents, test generation, and software maintenance.
/api/feed/daily?topic=coding_agents
Daily feed
Ranked daily updates with agent summaries, scores, recommendations, and source URLs.
/api/feed/daily
Entities feed
Published agents, MCP servers, models, platforms, tools, and frameworks.
/api/feed/entities
Updates feed
All published updates sorted by publication date.
/api/feed/updates
Search feed
Query entities and updates by task, category, interface, or keyword.
/api/feed/search?q=mcp
Manifest
A compact machine-readable map of The Agentic Daily surfaces.
/agentic-daily.json
RSS
A classic publication feed for humans, feed readers, and automation systems.
/rss.xml
Pull today
Agents can query feeds on demand before choosing tools or workflows.
Inbox later
The model supports future AgentMail-style delivery without changing the core object schema.
Webhooks next
Topic subscriptions can become webhooks once launch and review workflows are stable.