Secrets

NeMo Platform secret CRUD lifecycle through the platform SDK.

NVIDIA NeMo 4557f84 421 B Updated

File contents

Secret tasks

  • Use nemo_api with resource secrets.
  • Use create, retrieve, list, update, and delete actions as needed, passing secret data directly in the JSON params.
  • Always finish the whole lifecycle: create temporary secret, verify/list/update/delete it, then create the final verification secret.

nvidia-nemo/nemo-platform/tree/main/agents/nemo-studio-assistant/src/nemo_studio_assistant/skills/secrets commit 4557f84c31

Frequently asked questions

npx skillmds@latest add nvidia-nemo/secrets-3