Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.nexus.westyx.cloud/llms.txt

Use this file to discover all available pages before exploring further.

Secrets are encrypted at rest with AES-256-GCM and never appear in logs. They are versioned — every value change creates a new version, and old versions can be restored at any time. Secrets are only available on backend services. Frontend services use pk_ keys and run in untrusted environments — secret values are never sent to the browser.

Steps

1

Open your service

Navigate to your project, click on your backend service, and select the Secrets tab.Secrets list
2

Create a new secret

Click + New Secret. An inline form appears at the top of the list.New secret formFill in the fields:
FieldDescription
KeyIdentifier used to read the secret in your code (e.g. database_password)
ValueThe secret value — masked by default, reveal with the eye icon
Typetext for strings and passwords, file for certificates and binary content
DescriptionOptional note on this version (e.g. “Rotated after Q2 audit”)
Click Create.
3

Secret is created

The secret appears in the list with its type, current version (v1), and source.Click the edit icon (✏️) to expand the detail view, where you can reveal the value, rename the key, add new versions, or restore a previous one.Secret detail view

Versioning

Every value change creates a new version. The latest version is marked ACTIVE and is what the SDK reads. Older versions remain available — click ↑ on any previous version to restore it (this creates a new version with the old value, keeping the full history intact).

Inherited secrets

Secrets marked INHERITED come from a linked umbrella service. To change the value for all linked services, click the edit icon and use the Open umbrella button to navigate there directly. If you need a different value on this service only, create a new secret with the same key — it will take precedence over the inherited one.

Next steps

Create a config

Add a typed configuration value to your service.

Create a feature flag

Roll out features gradually with targeting rules.

Secrets reference

Full reference: audit trail, file secrets, retention.