Skip to content

Commit 4856950

Browse files
committed
update README
1 parent 6351887 commit 4856950

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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
336336
npm i -g vestauth
337+
337338
vestauth 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
343344
vestauth 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
349350
vestauth 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
&nbsp;
353356

354357
## FAQ

0 commit comments

Comments
 (0)