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

# Introduction

> Welcome to Rayrift Documentation

Rayrift is a powerful API and platform for managing documents, folders, and ingestion workflows for your AI applications.

## Explore Features

Discover what you can build with Rayrift.

<Columns cols={2}>
  <Card title="Documents" icon="file" href="/api-reference/endpoint/get-documents">
    Create, update, and manage your documents.
  </Card>

  <Card title="Folders" icon="folder" href="/api-reference/endpoint/list-folders">
    Organize your data with a flexible folder structure.
  </Card>

  <Card title="Search" icon="magnifying-glass" href="/api-reference/endpoint/search">
    Perform semantic search across your knowledge base.
  </Card>

  <Card title="Ingestion" icon="cloud-arrow-up" href="/api-reference/introduction">
    Seamlessly ingest data from various sources.
  </Card>
</Columns>

## SDKs

Integrate Rayrift into your preferred stack.

<Columns cols={2}>
  <Card title="Python SDK" icon="python" href="/sdks/python/comprehensive">
    Get started with our Python client.
  </Card>

  <Card title="TypeScript SDK" icon="js" href="/sdks/typescript/comprehensive">
    Build with our type-safe Node.js client.
  </Card>
</Columns>
