Skip to content

Commit 9d93f22

Browse files
committed
update READMEs
1 parent 7bc16a4 commit 9d93f22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README-es.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ vestauth agent curl -X POST https://as2.dotenvx.com/set -d '{"KEY":"value"}'
347347
Y tu agente puede `get` secretos con un endpoint `curl` simple:
348348

349349
```bash
350-
vestauth agent curl https://as2.dotenvx.com/get?key=KEY
350+
vestauth agent curl "https://as2.dotenvx.com/get?key=KEY"
351351
```
352352

353353
¡Eso es todo! Este nuevo primitivo habilita el acceso a secretos para agentes sin intervención humana, flujos de OAuth ni claves API. Es el futuro para los agentes.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ vestauth agent curl -X POST https://as2.dotenvx.com/set -d '{"KEY":"value"}'
347347
And your agent `get`s secrets with a simple `curl` endpoint:
348348

349349
```bash
350-
vestauth agent curl https://as2.dotenvx.com/get?key=KEY
350+
vestauth agent curl "https://as2.dotenvx.com/get?key=KEY"
351351
```
352352

353353
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.

0 commit comments

Comments
 (0)