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

# Configuration

> This section lists the available endpoint URLs for REST and WebSocket, helping you configure your client for seamless integration with Ekiden’s services.

## Production

Coming soon.

## Testnet Beta

Public beta environment running on Canton testnet.

* **REST (Gateway)**: [https://api.cnt.ekiden.fi/api/v1](https://api.cnt.ekiden.fi/api/v1)
* **SDK WebSocket Public**: `wss://api.cnt.ekiden.fi/ws/public`
* **SDK WebSocket Private**: `wss://api.cnt.ekiden.fi/ws/private`

## Devnet

Internal development environment running on Canton testnet.

* **REST (Gateway)**: [https://api.canton.ekiden.fi/api/v1](https://api.canton.ekiden.fi/api/v1)
* **SDK WebSocket Public**: `wss://api.canton.ekiden.fi/ws/public`
* **SDK WebSocket Private**: `wss://api.canton.ekiden.fi/ws/private`
