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

# Introduction

> The Travelbase Tenant API enables secure, programmatic access to Travelbase’s travel infrastructure, supporting the complete booking lifecycle including offer discovery, order management, ticket issuance, wallet operations, and real-time event integrations.

<img src="https://mintcdn.com/travelbase/Y3sgDrO2bL-mUK8h/images/travelbase-introduction.png?fit=max&auto=format&n=Y3sgDrO2bL-mUK8h&q=85&s=6a72f784870a5b640cac26b79a976595" alt="Travelbase platform overview showing offer discovery, order management, ticket issuance, wallet operations, and webhook integrations" className="mt-6 mb-8 rounded-xl border" width="1536" height="1024" data-path="images/travelbase-introduction.png" />

## What is Travelbase?

Travelbase is the unified API enabling businesses to sell global travel with instant B2B settlement.

Travelbase democratizes global travel commerce. By replacing 9-month development cycles, expensive IATA bonds, and slow, 14-day cross-border bank wires with a single API, we empower Super Apps, Neo-banks, and startups to instantly capture a share of the \$350B travel markets. We turn travel from a complex logistical nightmare into a plug-and-play revenue stream.

***

<Note icon="server" color="purple">
  ### Travelbase Tenant API

  The Travelbase Tenant API provides programmatic access to Travelbase services, allowing you to search offers, create and manage orders, issue tickets, manage wallets, and receive real-time webhook events.

  It is designed for secure, reliable server-to-server integrations and supports both sandbox and production environments.
</Note>

***

## Key Features

<CardGroup cols={2}>
  <Card title="Offer Discovery" icon="magnifying-glass">
    Search and retrieve available travel offers including pricing, availability, and metadata.
  </Card>

  <Card title="Order Management" icon="cart-shopping">
    Create, retrieve, and manage travel orders and bookings programmatically.
  </Card>

  <Card title="Ticket Issuance" icon="ticket">
    Seamlessly issue and manage digital tickets linked to customer orders.
  </Card>

  <Card title="Secure Authentication" icon="shield-check">
    Authenticate requests securely using API keys or bearer tokens.
  </Card>

  <Card title="Webhook Events" icon="webhook">
    Receive real-time notifications for order lifecycle and system events.
  </Card>

  <Card title="Wallet Management" icon="wallet">
    Manage customer wallets for credits, refunds, and promotional balances.
  </Card>
</CardGroup>

***

## Start here

<Card title="Tenant API Overview" icon="book-open" href="/tenant-api/overview">
  Learn about authentication, environments, rate limits, idempotency, and error handling.
</Card>

***

## Environments

| Environment | Base URL                        |
| ----------- | ------------------------------- |
| Sandbox     | `https://sandbox.travelbase.ai` |

<Tip>
  Use the sandbox environment for development and testing before moving to production.
</Tip>
