hey @Javier Ochoa
you can use the python sdk to create / save blocks like
Copy code
from prefect.blocks.system import Secret
my_secret = Secret(value="secretsecret")
my_secret.save("my-secret-name") # can also use overwrite=True if already exists
and this secret will be saved on whichever server you're running against (like your cloud workspace)
then you can load it again like
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.