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

# EU Endpoints

> Use Tensorlake's EU endpoints for data residency and compute in Europe.

Tensorlake APIs are available in the EU region to provide data residency and compute in Europe.

## EU HTTP Endpoint

EU HTTP Endpoint is `https://api.eu.tensorlake.ai/`

## Workflows API

```python theme={null}
from tensorlake.functions_sdk import Graph

graph = Graph(name="my_graph", region=Region.EU)
```

## API Keys and Webhooks

The same API key can be used for both US and EU regions.

Webhooks are supported in both regions.
