File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -330,25 +330,28 @@ See [examples](https://github.com/dotenv-org/examples) of using dotenv with vari
330330
331331### Quickstart
332332
333- Install < a href = " https://github.com/ vestauth/vestauth " >vestauth</ a > and initialize your agent.
333+ Install vestauth and initialize your agent.
334334
335335``` bash
336336npm i -g vestauth
337+
337338vestauth agent init
338339```
339340
340- Your agent can ` set ` secrets in as2 :
341+ Your agent ` set ` s secrets with a simple ` curl ` endpoint :
341342
342343``` bash
343344vestauth agent curl -X POST https://as2.dotenvx.com/set ' {"KEY":"value"}'
344345```
345346
346- And your agent can ` get ` secrets:
347+ And your agent ` get ` s secrets with a simple ` curl ` endpoint :
347348
348349``` bash
349350vestauth agent curl https://as2.dotenvx.com/get? key=KEY
350351```
351352
353+ That's it! This new primitive unlocks secrets access for agents without human in the loop, oauth flows, or API keys. It's the future for agents.
354+
352355  ;
353356
354357## FAQ
You can’t perform that action at this time.
0 commit comments