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

# SDK Overview

> Manage your unstructured data with Python, TypeScript, or Go

# Overview

Official SDKs for the Roe AI API. Build powerful data extraction and processing workflows with our simple, intuitive interfaces available in Python, TypeScript, and Go.

## Available SDKs

* **[Python SDK](/api-reference/python-sdk-introduction)** - Full-featured Python client with async support
* **[TypeScript SDK](/api-reference/typescript-sdk-introduction)** - TypeScript/JavaScript client for Node.js
* **[Go SDK](/api-reference/go-sdk-introduction)** - High-performance Go client

## Quick Start

Choose your preferred language and get started in minutes:

```bash theme={null}
# Python
pip install roe-ai

# TypeScript/JavaScript
npm install roe-typescript

# Go
go get github.com/roe-ai/roe-golang
```

## Features

* **Agent Management** - Create, configure, and run AI agents
* **File Processing** - Handle PDFs, images, documents, and more
* **Batch Operations** - Process multiple items efficiently
* **Real-time Monitoring** - Track job status and results
* **Type Safety** - Full type definitions for better development experience
