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

# Welcome to Ceibo

> The travel platform API — walking tours, entry requirements, and place data for builders.

Ceibo is a travel platform with an API for the data and experiences that
power modern travel apps: self-guided **walking tours**, **entry
requirements** between any two countries, and a curated catalogue of
**cities and points of interest**.

This is the developer documentation for `api.ceibo.me`. If you're
looking for the consumer apps, see [ceibo.me](https://ceibo.me).

## Get started

<Columns cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Mint an API key and make your first request in under five minutes.
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    API keys for public endpoints, JWT for the developer dashboard.
  </Card>

  <Card title="API reference" icon="terminal" href="/api-reference/introduction">
    Full endpoint reference, pagination, and error contracts.
  </Card>

  <Card title="Developer dashboard" icon="gauge" href="https://developer.ceibo.me">
    Manage keys, view usage, and pick a subscription tier.
  </Card>
</Columns>

## What you can build

<Columns cols={2}>
  <Card title="Walking tours" icon="map-location-dot">
    Audio-guided self-tour content with steps, geometry, and
    multilingual narration.
  </Card>

  <Card title="Entry requirements" icon="passport">
    Visa, document, health, and customs requirements for any
    origin/destination pair.
  </Card>

  <Card title="Cities & POIs" icon="location-dot">
    A geocoded catalogue with PostGIS-backed proximity queries and
    multilingual metadata.
  </Card>

  <Card title="Travel docs" icon="id-card">
    Passports, national IDs, and driver's licenses with expiration
    tracking and validity rules.
  </Card>
</Columns>

## Subscription tiers

Three tiers govern request volume and rate limits. Free is implicit —
every account starts there until you upgrade.

| Tier         | For                                        | How to upgrade                     |
| ------------ | ------------------------------------------ | ---------------------------------- |
| **Free**     | Prototyping, evaluation                    | Default for every signup           |
| **Growth**   | Side-projects and small apps in production | Stripe checkout from the dashboard |
| **Business** | High-volume integrations                   | Stripe checkout from the dashboard |

See [Authentication](/authentication) for the per-tier limits.
