Skip to content
  • There are no suggestions because the search field is empty.

Secret Management 

The Secret Management page lets you securely store sensitive values, like API keys, inside Build Concierge. Secrets are encrypted and used by your workflows and integrations without exposing the raw value.

You can add new secrets any time, and update (overwrite) existing ones when credentials change.


Where to find Secret Management

  1. Open Settings (gear icon).
  2. Select Secret Management.

You’ll land on the Secrets page. If you don’t have any secrets yet, you’ll see an empty state prompting you to create one.


Creating a secret

To add a new key:

  1. On the Secrets page, click Create a secret +.
  2. A panel will appear entitled Create a secret. 
  3. To create a secret, enter:
    1. Secret Name — a clear label for your team (example: “OpenAI API Key”).
    2. Secret Value — the credential itself (example: your API key).
  4. Click Create secret +

Your secret is now stored securely and available to any Build Concierge feature that needs it.

⚠️ Note

Secret values can’t be viewed after creation.

For security reasons, Build Concierge never displays stored secret values.

That means:

  1. After you save, you cannot retrieve or view the secret value again.
  2. Even admins won’t be able to reveal it later.
  3. If you lose the value, you’ll need to generate a new one in the original provider and update it here.

Therefore, before saving, double-check that the value is correct.


Updating (overwriting) a secret

If you need to rotate a key or fix a typo, you can overwrite the existing value.

To update a secret:

  1. Click on Settings (cog icon)
  2. Click on Secret Management.
  3. Locate the secret you want to change.
  4. Click Edit (the pencil icon).
  5. Paste the new key in the Secret Value field.
  6. Press Edit secret + to save the new secret value.

The new value replaces the old one immediately, and the previous value remains unrecoverable.


Best practices

  • Use clear Secret Names so teammates know what each key is for.

  • Rotate credentials periodically, especially if there’s any chance a key was exposed.

  • Only store secrets that Build Concierge needs to run your integrations.


Troubleshooting

If you saved the wrong secret value, since secret values cannot be viewed after saving, overwrite it with the correct value.

If your integration stops working after updating a secret, check that:

  • you pasted the full key (no extra spaces),

  • the key matches the correct environment (staging vs production),

  • the key is still active in the provider.

If needed, generate a fresh key in your provider and overwrite the secret again.