---
title: Manage secrets
description: Manage and use secrets in InfluxDB Cloud.
url: https://docs.influxdata.com/influxdb/cloud/admin/secrets/
estimated_tokens: 381
product: InfluxDB Cloud (TSM)
version: cloud
---

# Manage secrets

Manage secrets using any of the following:

-   InfluxDB Cloud UI
-   [`influx` command line interface (CLI)](/influxdb/cloud/reference/cli/influx/)
-   InfluxDB API

All secrets belong to an organization and are stored in InfluxDB Cloud using [Vault](https://www.vaultproject.io/).

### [Add secrets](/influxdb/cloud/admin/secrets/add/)

Add secrets using the InfluxDB Cloud UI, `influx` CLI, or the InfluxDB API.

### [View secret keys](/influxdb/cloud/admin/secrets/view/)

View secret keys using the InfluxDB Cloud UI, `influx` CLI, or the InfluxDB API.

### [Update secrets](/influxdb/cloud/admin/secrets/update/)

Update secrets using the InfluxDB Cloud UI, `influx` CLI, or the InfluxDB API.

### [Delete secrets](/influxdb/cloud/admin/secrets/delete/)

Delete secrets using the InfluxDB Cloud UI, `influx` CLI, or the InfluxDB API.

### [Use secrets](/influxdb/cloud/admin/secrets/use/)

Use secrets in queries with Flux.

[secrets](/influxdb/cloud/tags/secrets/) [security](/influxdb/cloud/tags/security/)
