Agentic News — Full Content for LLMs =================================== ## About Agentic News Agentic News is an AI-powered news alerts and interpretation platform. Agents watch the news for you: it monitors 10,000+ news sources daily, deduplicates coverage into clusters, and delivers AI-analyzed briefings on any topic users choose to track. Key capabilities: - Agents: create AI agents that watch the web for specific topics, competitors, or niche interests. - Clustering: deduplicates near-identical coverage into a single story cluster using SimHash and vector embeddings. - Lenses: interpret stories from roles/perspectives users define (e.g., CEO, engineer, investor, parent). - Collections + AI Q&A: save important stories and ask questions with cited answers. - Email briefings: receive daily email digests (adjustable frequency). ## What Is Agentic AI? Agentic AI refers to artificial intelligence systems that can autonomously plan, make decisions, and take actions to achieve goals — without requiring step-by-step human instructions. Unlike traditional AI that responds to a single prompt with a single answer, agentic AI systems can break down complex tasks, use external tools, collaborate with other agents, and adapt their approach based on intermediate results. What makes agentic AI different from a standard chatbot or language model? Three key capabilities: 1. Autonomy — the agent decides what to do next. 2. Tool use — the agent can call APIs, search the web, write code, and interact with external systems. 3. Multi-step reasoning — the agent plans a sequence of actions, evaluates outcomes, and adjusts course. This is why the field has exploded: agentic AI turns language models from answer machines into action machines. The implications are enormous. Companies are deploying AI agents for customer support, software engineering, research, data analysis, and supply chain management. Open-source frameworks like LangGraph, CrewAI, and AutoGen are making multi-agent systems accessible to any developer. And major labs — OpenAI, Anthropic, Google DeepMind — are all racing to build the most capable agent infrastructure. ## How Is Agentic AI Different from Traditional AI? Traditional AI models generate a single response to a single input — you ask a question, you get an answer. Agentic AI goes further: it can plan multi-step workflows, call APIs and tools, maintain memory across interactions, and course-correct when something goes wrong. Think of it as the difference between a calculator and an assistant who can research, analyze, and execute on your behalf. ## How Agentic News Works 1. Create Agents: Tell us what to track — agentic AI, a competitor, a niche market, any topic. Agents monitor thousands of sources 24/7. 2. Deduplication: Instead of 20 versions of the same story, we cluster near-duplicate coverage into a single briefing with all sources cited. 3. Personalized Briefings: Every morning, get a curated email briefing — each story analyzed through the perspectives that matter to you. ## Who Uses Agentic News - Investors and VCs tracking agentic AI startups and emerging technology. - Business leaders monitoring competitive intelligence. - Technical decision-makers staying current on agent frameworks and orchestration patterns. - Enterprise strategists understanding how agentic AI is transforming workflows. - Anyone who needs signal over noise: business research, niche interests, hobbies, and anything hard to follow with generic feeds. ## API & AI Assistant Access Agentic News provides a full REST API and MCP (Model Context Protocol) server for programmatic and AI-assistant access. ### REST API - Base URL: https://api.agentic-news.ai - OpenAPI 3.1 spec: https://api.agentic-news.ai/openapi.json - Interactive Swagger docs: https://api.agentic-news.ai/docs - Authentication: Bearer token with API key (prefix ak_). Create keys at https://agentic-news.ai/settings/api-keys or via POST /api-keys (requires JWT auth). - Rate limits: 300 req/min global, 30 for search, 10 for writes. Key REST endpoints: - GET /briefing — personalized news briefing based on your agents. - GET /search?q=topic — meaning-based search across recent news (3 results unauthenticated, 20 authenticated). - GET /trending — top stories ranked by coverage volume (no auth required). - GET /clusters/:id — full story details including all source articles and AI analysis. - POST /watches — create a monitoring agent. - GET /watches — list your agents. - POST /api-keys — create/manage API keys (JWT auth only). ### MCP Server (Model Context Protocol) - Endpoint: POST https://api.agentic-news.ai/mcp - Transport: Streamable HTTP (per MCP spec). - OAuth 2.0: Authorization Code + PKCE for Claude.ai and ChatGPT connectors. - Discovery: https://api.agentic-news.ai/.well-known/oauth-authorization-server (RFC 8414). - Dynamic client registration: POST https://api.agentic-news.ai/oauth/register - Session cap: 200 concurrent sessions. - Requires active Pro subscription (trialing or active). MCP tools (21 total): - Onboarding: get_started (product guide with contextual quick-start). - Public: get_trending, search_stories (with wrong-product detection), get_story. - Agents: list_agents, create_agent, update_agent, delete_agent, get_agent_stories (with ingesting/no-matches status). - Briefing: get_briefing (with inline AI briefs, since_last_check dedup mode). - Feedback: submit_feedback (with prior feedback reversal detection), list_refinements, add_refinement, delete_refinement. - Collections: list_collections, get_collection, create_collection, save_to_collection, remove_from_collection. - Lenses: list_lenses, create_lens (with optional agent assignment). ### Quick Start for AI Agents 1. Get an API key from https://agentic-news.ai/settings/api-keys 2. GET https://api.agentic-news.ai/search?q=your+topic (meaning-based search). 3. GET https://api.agentic-news.ai/briefing (personalized feed). 4. POST https://api.agentic-news.ai/watches (create a monitoring agent). 5. Or connect via MCP at POST https://api.agentic-news.ai/mcp for the full 21-tool experience. ## Primary Pages - Homepage: https://agentic-news.ai/ - Agentic AI News: https://agentic-news.ai/agentic-ai-news - Pricing: https://agentic-news.ai/pricing - How it works: https://agentic-news.ai/how-it-works - About: https://agentic-news.ai/about - Changelog: https://agentic-news.ai/changelog - Terms: https://agentic-news.ai/terms - Privacy: https://agentic-news.ai/privacy - API docs: https://api.agentic-news.ai/docs ## Contact - General: mailto:hello@agentic-news.ai - Legal: mailto:legal@agentic-news.ai - Privacy: mailto:privacy@agentic-news.ai