> ## 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 function configuration

> Configure Telnyx Edge Compute functions with a func.toml file — project settings, runtime bindings, and deployment options used by the telnyx-edge CLI.

Function configuration is managed through a `func.toml` file, which defines your project settings, bindings, and deployment options. The `telnyx-edge` CLI is the command-line tool used to develop, test, and deploy functions.

For more information on the CLI, refer to [CLI Reference](/docs/edge-compute/reference/cli).

* [Bindings](/docs/edge-compute/runtime/bindings)
* [Cron Triggers](/docs/edge-compute/configuration/cron-triggers)
* [Environment Variables](/docs/edge-compute/configuration/environment-variables)
* [Routes & Domains](/docs/edge-compute/configuration/routing)
* [Secrets](/docs/edge-compute/configuration/secrets)
* [Versions & Deployments](/docs/edge-compute/configuration/versions)
