# Telnyx Edge: Compute — Documentation Index > Compute documentation within the Edge section of the Telnyx developer docs (https://developers.telnyx.com). > Root index: https://developers.telnyx.com/llms.txt · Edge index: https://telnyx-openapi-ng.s3.us-east-1.amazonaws.com/llms/edge.txt · Full content for this subsection: https://telnyx-openapi-ng.s3.us-east-1.amazonaws.com/llms/edge/compute-full.txt ## Overview - [Edge Compute](https://developers.telnyx.com/docs/edge-compute/overview.md): Telnyx Edge Compute is a serverless platform for deploying code across Telnyx's carrier-grade global network with low latency and zero infrastructure to manage. ## Getting Started - [Quick Start](https://developers.telnyx.com/docs/edge-compute/quickstart.md): Deploy serverless functions on Telnyx Edge Compute in under 5 minutes. ## Examples - [View Examples](https://developers.telnyx.com/docs/edge-compute/examples.md): Copy-paste code snippets for common Telnyx Edge Compute function patterns, including routing, authentication, caching, KV usage, and webhook handling. ## To Develop - [Runtime](https://developers.telnyx.com/docs/edge-compute/runtime.md): The runtime environment and platform APIs available to your edge functions. - [Bindings](https://developers.telnyx.com/docs/edge-compute/runtime/bindings.md): Access Telnyx platform services from your Edge Compute functions with bindings — securely connect to KV, SQLDB, networking, and APIs without managing keys. - [Execution Model](https://developers.telnyx.com/docs/edge-compute/runtime/execution-model.md): How edge functions are invoked, their lifecycle, and concurrency behavior. - [Local Development](https://developers.telnyx.com/docs/edge-compute/development.md): Build, test, and debug Telnyx Edge Compute functions on your local machine using native language tools before deploying with the telnyx-edge CLI. - [Framework Support](https://developers.telnyx.com/docs/edge-compute/frameworks-support.md): Deploy applications built with popular web frameworks on Edge Compute. - [Best Practices](https://developers.telnyx.com/docs/edge-compute/best-practices.md): Code patterns and configuration guidance for building fast, reliable, and secure edge functions. ## To Test - [Testing](https://developers.telnyx.com/docs/edge-compute/testing.md): Test your edge functions locally and in staging before deploying to production. ## To Deploy - [Edge Compute function configuration](https://developers.telnyx.com/docs/edge-compute/configuration.md): Configure Telnyx Edge Compute functions with a func.toml file — project settings, runtime bindings, and deployment options used by the telnyx-edge CLI. - [Environment Variables](https://developers.telnyx.com/docs/edge-compute/configuration/environment-variables.md): Define and access environment variables in Edge Compute functions. - [Edge Compute secrets management](https://developers.telnyx.com/docs/edge-compute/configuration/secrets.md): Securely store and access sensitive data such as API keys, database passwords, and tokens in Telnyx Edge Compute functions using encrypted secrets. - [Bindings](https://developers.telnyx.com/docs/edge-compute/runtime/bindings.md): Access Telnyx platform services from your Edge Compute functions with bindings — securely connect to KV, SQLDB, networking, and APIs without managing keys. - [Routes & Domains](https://developers.telnyx.com/docs/edge-compute/configuration/routing.md): Configure custom domains, URL routing, and placement for Edge Compute functions. - [Cron Triggers](https://developers.telnyx.com/docs/edge-compute/configuration/cron-triggers.md): Schedule Telnyx Edge Compute functions to run on a timer using cron expressions for periodic tasks like cleanup, polling, and reporting jobs. - [Versions & Deployments](https://developers.telnyx.com/docs/edge-compute/configuration/versions.md): Manage Telnyx Edge Compute function versions, rollbacks, and deployment strategies including canary releases, blue/green deploys, and traffic splitting. - [CI/CD](https://developers.telnyx.com/docs/edge-compute/deploy.md): Automate Telnyx Edge Compute deployments using CI/CD pipelines on GitHub Actions, GitLab CI, CircleCI, and other platforms with the telnyx-edge CLI. ## To Monitor - [Edge Compute observability](https://developers.telnyx.com/docs/edge-compute/observability.md): Monitor Telnyx Edge Compute functions with logs, metrics, and tracing for visibility into request rates, errors, and resource utilization (coming soon). ## Reference - [CLI Reference](https://developers.telnyx.com/docs/edge-compute/reference/cli.md): Reference for the telnyx-edge CLI, the primary tool for deploying, managing, and observing Telnyx Edge Compute functions from your terminal. - [Edge Compute architecture](https://developers.telnyx.com/docs/edge-compute/reference/architecture.md): How Telnyx Edge Compute runs your code in real Linux containers across a global edge network, with full POSIX support and native runtimes. - [Edge Compute limits and quotas](https://developers.telnyx.com/docs/edge-compute/reference/limits.md): Resource limits and quotas for Telnyx Edge Compute functions, including CPU time, memory, request size, and concurrency caps enforced by the platform.