Skip to content

Commit 2690d67

Browse files
committed
update README
1 parent 75a36f9 commit 2690d67

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -318,13 +318,9 @@ See [examples](https://github.com/dotenv-org/examples) of using dotenv with vari
318318

319319
## Agents
320320

321-
> If you are doing agentic coding you need:
322-
> 1. A way for secrets to travel with your agent
323-
> 2. A way for your agent to access them without juggling API Keys and OAuth tokens.
324-
>
325-
> Plaintext `.env` files are not a good solution for this. Instead, use [dotenvx as2](https://dotenvx.com/as2).
326-
327-
### Quickstart
321+
> Software is changing, and dotenv must change with it—that is why we built [dotenvx as2](https://dotenvx.com/as2). Agents run code without humans at terminals, so plaintext `.env` files are the wrong primitive. AS2 is built for autonomous software: encrypted by default, zero console access, and cryptography‑first delivery that keeps operators out of the loop. It is backed by Vestauth, the trusted, pioneering auth layer for agents—giving each agent a cryptographic identity so requests are signed with private keys and verified with public keys. No shared secrets to leak.
322+
>
323+
> If you are writing agentic code here is how to get started:
328324
329325
Install <a href="https://github.com/vestauth/vestauth">vestauth</a> and initialize your agent.
330326

@@ -333,13 +329,13 @@ npm i -g vestauth
333329
vestauth agent init
334330
```
335331

336-
Your agent can `set` secrets:
332+
Your agent can `set` secrets in as2:
337333

338334
```bash
339335
vestauth agent curl -X POST https://as2.dotenvx.com/set '{"KEY":"value"}'
340336
```
341337

342-
Your agent can `get` secrets:
338+
And your agent can `get` secrets:
343339

344340
```bash
345341
vestauth agent curl https://as2.dotenvx.com/get?key=KEY

0 commit comments

Comments
 (0)