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

# Services

> The operational services a travel application needs day to day, available on Voyant: messaging and verification, a secrets vault, browser rendering, video, realtime, and search.

On Voyant, your deployment comes with the operational services a travel application needs, so you do not stand up your own email provider, SMS gateway, secrets manager, headless browser fleet, video pipeline, realtime infrastructure, and search cluster.

They are reached through one account and one API token. The same token authorizes the [SDKs](/docs/sdks/overview) and the [CLI](/docs/cli/overview).

<Note>
  These services are part of Voyant. A self-hosted [Voyant OSS](/docs/quickstart) deployment brings its own — the platform targets contracts, not our implementations, so you register providers for your own vendors instead. See [Choose or swap a provider](/docs/guides/swap-a-provider).
</Note>

## What you get

Your deployment is provisioned with storage and a database, and scaled for you.

<CardGroup cols={2}>
  <Card title="Database" icon="database" href="/docs/services/database">
    Managed PostgreSQL for your deployment, injected as a connection string.
  </Card>

  <Card title="Storage" icon="bucket" href="/docs/services/storage">
    Object storage for media and documents, resolved as logical stores.
  </Card>

  <Card title="KV" icon="key" href="/docs/services/kv">
    Key-value storage for ephemeral and cached data.
  </Card>
</CardGroup>

## Services you call

A catalog of services your application calls through the [SDK](/docs/sdks/overview):

<CardGroup cols={2}>
  <Card title="Messaging" icon="paper-plane" href="/docs/services/messaging">
    Send SMS and email, and run phone or email verification flows.
  </Card>

  <Card title="Vault" icon="lock" href="/docs/services/vault">
    Store secrets and perform envelope encryption.
  </Card>

  <Card title="Browser" icon="window" href="/docs/services/browser">
    Render pages, capture screenshots and PDFs, scrape, extract, and crawl.
  </Card>

  <Card title="Video" icon="video" href="/docs/services/video">
    Upload, transcode, caption, watermark, and serve signed video.
  </Card>

  <Card title="Realtime" icon="bolt" href="/docs/services/realtime">
    Publish and subscribe to channels with presence and history.
  </Card>

  <Card title="Search" icon="magnifying-glass" href="/docs/services/search">
    A Typesense-compatible search API with scoped keys.
  </Card>
</CardGroup>

## Admin surfaces

Apps installed into a deployment can render inside the admin without running in it.

<CardGroup cols={2}>
  <Card title="Admin UI extensions" icon="window" href="/docs/services/admin-ui-extensions">
    Build a sandboxed surface that renders in the admin.
  </Card>

  <Card title="App compatibility" icon="circle-check" href="/docs/services/app-compatibility">
    What an app can rely on across deployments and versions.
  </Card>
</CardGroup>

## Beyond services

Voyant also carries the products built around the platform: [Connect](/docs/connect/overview) for supplier connectivity, [Data](/docs/data/overview) for travel reference data, and [Max](/docs/max/overview), the AI ops agent.

## Next steps

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/docs/services/quickstart">
    Get a token and make your first call.
  </Card>

  <Card title="SDKs" icon="code" href="/docs/sdks/overview">
    Typed clients for every service.
  </Card>
</CardGroup>
