---
title: "Sample values-custom.yaml File"
slug: "sample-values-customyaml-file"
updated: 2025-10-27T14:07:12Z
published: 2025-10-27T14:07:12Z
---

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

# Sample values-custom.yaml File

As a best practice, we recommend using the file `values-custom.yaml` for setting the relevant parameter values.

Additional parameters/configuration can be added from the `values.yaml` to the `values-custom.yaml` as needed.

```
tenantId: "ENTER_TENANT_ID" # Tenant Id (can be found under the Hybrid Agent Keys tab)
agentSecretKey: "ENTER_AGENT_SECRET_KEY" # Agent Secret key (can be found under the Hybrid Agent Keys tab)
paaId: "ENTER_PAA_ID" #  Policy Authorization Agent Id (can be found under the Policy Authorization Agents tab)

# PlainID hybrid URL.
# Possible values (XXXXX): us1, eu1, or ca1
# For WSS use: remoteApi: "wss://remote.us1.plainid.io/wstunnel"
# For HTTPS use: remoteApi: "https://remote.us1.plainid.io/httptunnel"
remoteApi: "wss://remote.XXXXX.plainid.io/wstunnel"
```
