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

# SecretStash in Nebius AI Cloud

<Note>
  MysteryBox is now called SecretStash. The Nebius AI Cloud CLI, API and Terraform provider still use the `mysterybox` service identifier. Keep using `mysterybox` in scripts and manifests.
</Note>

SecretStash enables you to store sensitive data in an encrypted form. For example, you can save API keys, tokens or certificates. After that, you can reuse them in your scripts, configuration files or applications, and thus avoid hardcoding sensitive data.

The service is [in preview](/overview/services#service-and-application-stages), and available in all [Nebius AI Cloud regions](/overview/regions/).

<CardGroup cols={2}>
  <Card title="About SecretStash" icon="link" href="/mysterybox/overview">
    Get familiar with possible use cases and SecretStash resources
  </Card>

  <Card title="Creating secrets" icon="link" href="/mysterybox/secrets/create">
    Learn how to create a secret
  </Card>

  <Card title="Creating versions" icon="link" href="/mysterybox/secrets/create-version">
    Learn how to create a version of a secret
  </Card>

  <Card title="Making versions primary" icon="link" href="/mysterybox/secrets/make-version-primary">
    Set the required version as the primary and default one
  </Card>

  <Card title="Getting secrets, versions and payloads" icon="link" href="/mysterybox/secrets/get">
    Find out how to view data stored in secrets
  </Card>
</CardGroup>
