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

# SDKs & Libraries

> Official SDKs and libraries for integrating with Arb Platform API

## Available SDKs

Arb provides official SDK libraries to make it easy to integrate our API into your applications. Our SDKs handle authentication, request formatting, and provide type-safe interfaces for all API operations.

<CardGroup cols={2}>
  <Card title="Node.js SDK" icon="node-js" href="/sdks/node">
    TypeScript/JavaScript SDK for Node.js applications
  </Card>

  <Card title="More SDKs Coming Soon" icon="rocket">
    Python, Go, and Ruby SDKs are in development
  </Card>
</CardGroup>

## Features

All our SDKs provide:

* **Type Safety**: Full TypeScript support with comprehensive type definitions
* **Authentication**: Built-in authentication handling with API keys
* **Error Handling**: Consistent error handling and retry logic
* **Documentation**: Inline documentation and code examples
* **Testing**: Comprehensive test coverage

## Quick Start

Choose your preferred language SDK from the options above to get started with installation and usage instructions.

## Support

For SDK-specific issues or feature requests, please visit the respective GitHub repository or contact our support team.
