# `AS2` Agentic Secret Storage > AS2 is a simple, agent-friendly secret storage. > [as2.dotenvx.com](https://as2.dotenvx.com) ```sh # set a secret vestauth agent curl https://as2.dotenvx.com/set -d '{"KEY":"value"}' # get all secrets vestauth agent curl "https://as2.dotenvx.com/get" # get single secret vestauth agent curl "https://as2.dotenvx.com/get?key=KEY" # get multiple secrets vestauth agent curl "https://as2.dotenvx.com/get?key=KEY,TWILIO" ```