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

# Reference Architectures

> Proven patterns for building applications on the Telnyx Edge platform.

Reference architectures demonstrate how Edge Compute products work together to solve real-world problems. Each architecture includes a diagram, component breakdown, and sample implementation.

## Architectures

<CardGroup cols={2}>
  <Card title="Global API Gateway" icon="globe" href="/docs/edge-compute/frameworks/global-api-gateway">
    Route API traffic globally with caching, auth, and rate limiting.
  </Card>

  <Card title="Telecom Event Processor" icon="phone" href="/docs/edge-compute/frameworks/telecom-event-processor">
    Process voice, SMS, and messaging events in real-time.
  </Card>

  <Card title="Real-Time Media Pipeline" icon="video" href="/docs/edge-compute/frameworks/real-time-media-pipeline">
    Transform and route media streams at the edge.
  </Card>

  <Card title="IoT Data Ingestion" icon="microchip" href="/docs/edge-compute/frameworks/iot-data-ingestion">
    Collect and process IoT sensor data globally.
  </Card>
</CardGroup>

***

## Related Resources

* [Examples](/docs/edge-compute/examples) — Code snippets for common patterns
* [Tutorials](/docs/edge-compute/demos) — Step-by-step guides
* [Runtime](/docs/edge-compute/runtime) — Execution environment details
