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

# Introduction

> Welcome to the Lightyshare API documentation

Lightyshare is a powerful rental management platform that enables businesses to manage their rental inventory, process bookings, and handle customer relationships efficiently.

## What is Lightyshare?

Lightyshare provides a complete solution for rental businesses, offering:

* **Product Management**: Create and manage your rental inventory with detailed specifications
* **Bundle Creation**: Group related products into packages for simplified rental offerings
* **Rental Tracking**: Monitor active rentals and manage bookings seamlessly
* **Flexible Pricing**: Set custom pricing structures for different rental periods

## Why use the Lightyshare API?

Our API enables you to:

<CardGroup cols={2}>
  <Card title="Integrate Seamlessly" icon="plug">
    Connect Lightyshare with your existing systems and workflows
  </Card>

  <Card title="Automate Processes" icon="robot">
    Automate inventory updates, booking confirmations, and customer communications
  </Card>

  <Card title="Build Custom Solutions" icon="code">
    Create tailored applications that meet your specific business needs
  </Card>

  <Card title="Scale Efficiently" icon="chart-line">
    Handle growing rental volumes without manual overhead
  </Card>
</CardGroup>

## API Capabilities

The Lightyshare API provides RESTful endpoints for:

* **Products**: Create, read, update, and manage rental products
* **Bundles**: Group products into rental packages
* **Rentals**: Access rental information for tenants and owners
* **Authentication**: Secure token-based access control

## Getting Started

<Steps>
  <Step title="Get Your API Token">
    Sign up for a Lightyshare account and generate your API token from the dashboard
  </Step>

  <Step title="Make Your First Call">
    Test the API with a simple GET request to retrieve your products
  </Step>

  <Step title="Explore the Documentation">
    Learn about all available endpoints and their capabilities
  </Step>
</Steps>

## Base URL

All API requests should be made to:

```
https://lightyshare.com/api/token-secured
```
