> ## Documentation Index
> Fetch the complete documentation index at: https://docs.twixb.com/llms.txt
> Use this file to discover all available pages before exploring further.

# twixb API Documentation

> Build on top of twixb — access your newsfeeds, posts, and sources programmatically.

# Welcome to the twixb API

twixb is a content intelligence platform that aggregates content from blogs and social media, filters by keywords, and generates AI-powered summaries personalized to your business.

The twixb API gives you full programmatic access to manage newsfeeds, sources, posts, and reading lists.

## What you can do

<CardGroup cols={2}>
  <Card title="Newsfeeds" icon="rss" href="/api-reference/newsfeeds-list">
    Create and manage newsfeeds with custom keywords and sources.
  </Card>

  <Card title="Sources" icon="globe" href="/api-reference/sources-list">
    Add blogs, X/Twitter, Instagram, TikTok, and Reddit sources.
  </Card>

  <Card title="Posts" icon="newspaper" href="/api-reference/posts-list">
    Search and read AI-summarized posts with personalized key learnings.
  </Card>

  <Card title="Lists" icon="bookmark" href="/api-reference/lists-list">
    Organize posts into reading lists.
  </Card>
</CardGroup>

## Quick links

<CardGroup cols={2}>
  <Card title="Authentication" icon="key" href="/guides/authentication">
    Get your API key and start making requests.
  </Card>

  <Card title="MCP Server" icon="robot" href="/guides/mcp">
    Connect twixb to Claude, Cursor, and other AI assistants.
  </Card>
</CardGroup>
