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

# Mielto - Context Layer for AI

> Unlimited context through intelligent memory management

## Welcome to Mielto

Mielto provides a comprehensive API for building AI-powered applications with advanced context management, knowledge collections, and conversation handling.

<Card title="Get Started with the API" icon="rocket" href="/api-reference/introduction" horizontal>
  Explore our comprehensive API documentation and start building.
</Card>

<Card title="Quickstart Walkthrough" icon="bolt" href="/quickstart" horizontal>
  Explore our comprehensive API documentation and start building.
</Card>

## Core Features

Unlock the full potential of AI with intelligent context management.

<Columns cols={2}>
  <Card title="Unlimited Context" icon="infinity" href="/api-reference/openai/chat-completions">
    Break through token limits with intelligent memory management and context injection.
  </Card>

  <Card title="Personal Memories" icon="brain" href="/api-reference/memories/create">
    Store and retrieve personal context with AI-powered semantic search.
  </Card>

  <Card title="Knowledge Collections" icon="database" href="/api-reference/collections/list">
    Organize and search through knowledge bases with advanced retrieval.
  </Card>

  <Card title="OpenAI Compatible" icon="robot" href="/api-reference/openai/chat-completions">
    Drop-in replacement for OpenAI API with enhanced context capabilities.
  </Card>
</Columns>

## API Capabilities

Everything you need to build intelligent AI applications.

<Columns cols={2}>
  <Card title="Authentication" icon="lock" href="/api-reference/api-keys/create">
    Enterprise-grade API key authentication with granular access control.
  </Card>

  <Card title="Conversations" icon="comments" href="/api-reference/conversations/list">
    Manage AI conversations with full context preservation.
  </Card>

  <Card title="File Upload" icon="upload" href="/api-reference/upload/upload">
    Upload and process documents, images, and web content.
  </Card>

  <Card title="Memories" icon="brain" href="/api-reference/memories/create">
    Store and search personal context with AI-powered retrieval.
  </Card>
</Columns>

## Ready to Get Started?

<Card title="View Full API Reference" icon="book-open" href="/api-reference/introduction">
  Explore all endpoints, authentication, and integration examples.
</Card>
