> ## 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.

# Edge Compute

> Edge Compute is Telnyx's platform of compute primitives — functions, stateful actors, KV, object storage, and SQL — for building and deploying applications to the Telnyx edge. It's particularly powerful when used with Telnyx's AI and real-world communication primitives to create AI agents that act in the physical world.

Edge Compute is the platform of compute primitives you use to build and deploy applications to the Telnyx edge — serverless functions, stateful actors, KV, object storage, and SQL *(coming soon)*.

It's particularly powerful when combined with two other sets of Telnyx primitives to create AI agents that act in the physical world:

* **AI** — [inference](/docs/inference/models), [embedding](/docs/inference/embedding-rag), [RAG](/docs/inference/embedding-rag), memory *(coming soon)*, [text-to-speech](/docs/voice/tts/overview), [speech-to-text](/docs/voice/stt/overview), and [voice design](/docs/voice/voice-design-lab)
* **Real-world communication** — [calling](/docs/voice/overview), [messaging](/docs/messaging/messages/send-message), and email *(coming soon)*

## Start building

* [Functions quickstart](/docs/edge-compute/quickstart) — install the CLI, scaffold, ship, and curl a live URL
* [Call the Telnyx API](/docs/edge-compute/telnyx-api/quick-start) — reach calling, messaging, and AI from a function, no keys in your code
* [Stateful Actors quick start](/docs/edge-compute/stateful-actors/quick-start) — durable per-entity state and coordination
* [KV quick start](/docs/edge-compute/kv/quick-start) — create a namespace, bind it, read and write
* [Pricing](/docs/edge-compute/platform/pricing) and [Limits](/docs/edge-compute/platform/limits)
