---
title: SDK Reference
sidebar_label: Overview
sidebar_position: 0
---

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

<!-- Generated by scripts/generate_sdk_reference.py. Do not edit directly. -->

# SDK Reference

Reference documentation for the public `lium.sdk` Python API.

Install the SDK with:

```bash
pip install lium.io
```

## Client

- [Lium](/developers/sdk/reference/client/lium) - Clean Unix-style SDK for Lium.

## Configuration

- [Config](/developers/sdk/reference/config)

## Models

- [ExecutorInfo](/developers/sdk/reference/models/executor-info)
- [PodInfo](/developers/sdk/reference/models/pod-info)
- [Template](/developers/sdk/reference/models/template) - Template information.
- [BackupConfig](/developers/sdk/reference/models/backup-config) - Backup configuration information.
- [BackupLog](/developers/sdk/reference/models/backup-log) - Backup log information.
- [RestoreLog](/developers/sdk/reference/models/restore-log) - Restore log information.
- [VolumeInfo](/developers/sdk/reference/models/volume-info) - Volume information.
- [SSHKey](/developers/sdk/reference/models/ssh-key) - Public SSH key registered for the current user.
- [NowPaymentsCurrency](/developers/sdk/reference/models/now-payments-currency) - NowPayments currency information.
- [NowPaymentsInvoice](/developers/sdk/reference/models/now-payments-invoice) - NowPayments invoice payment instructions.

## Exceptions

- [LiumError](/developers/sdk/reference/exceptions/lium-error) - Base exception for Lium SDK.
- [LiumAuthError](/developers/sdk/reference/exceptions/lium-auth-error) - Authentication error.
- [LiumRateLimitError](/developers/sdk/reference/exceptions/lium-rate-limit-error) - Rate limit exceeded.
- [LiumServerError](/developers/sdk/reference/exceptions/lium-server-error) - Server error.
- [LiumNotFoundError](/developers/sdk/reference/exceptions/lium-not-found-error) - Resource not found (404).

## Decorators

- [machine](/developers/sdk/reference/decorators/machine) - Decorator to execute a function on a remote Lium machine.
