Skip to content

Commit 185e641

Browse files
committed
hide as2 for now - very early beta
1 parent 24ef9e0 commit 185e641

2 files changed

Lines changed: 0 additions & 76 deletions

File tree

README-es.md

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -316,44 +316,6 @@ See [examples](https://github.com/dotenv-org/examples) of using dotenv with vari
316316

317317
 
318318

319-
## Agentes
320-
321-
<img src="https://dotenvx.com/assets/img/as2/9.jpg" height="400" alt="dotenvx-as2" align="right"/>
322-
323-
> El software está cambiando, y dotenv debe cambiar con él—por eso construí [agentic secret storage (AS2)](https://dotenvx.com/as2). Los agentes ejecutan código sin humanos en la terminal, por lo que los archivos `.env` en texto plano son el primitivo equivocado.
324-
>
325-
> AS2 está diseñado para software autónomo: cifrado por defecto, cero acceso a consola y entrega priorizando la criptografía que mantiene a los operadores fuera del circuito.
326-
>
327-
> Está respaldado por [Vestauth](https://github.com/vestauth/vestauth), la capa de autenticación pionera y de confianza para agentes—que otorga a cada agente una identidad criptográfica para firmar solicitudes con claves privadas y verificarlas con claves públicas. Sin secretos compartidos que se filtren.
328-
>
329-
> Es lo que uso ahora. - [motdotla](https://not.la)
330-
331-
### Inicio rápido
332-
333-
Instala vestauth e inicializa tu agente.
334-
335-
```bash
336-
npm i -g vestauth
337-
338-
vestauth agent init
339-
```
340-
341-
Tu agente puede `set` secretos con un endpoint `curl` simple:
342-
343-
```bash
344-
vestauth agent curl -X POST https://as2.dotenvx.com/set -d '{"KEY":"value"}'
345-
```
346-
347-
Y tu agente puede `get` secretos con un endpoint `curl` simple:
348-
349-
```bash
350-
vestauth agent curl "https://as2.dotenvx.com/get?key=KEY"
351-
```
352-
353-
¡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.
354-
355-
&nbsp;
356-
357319
## FAQ
358320

359321
<details><summary>Should I commit my `.env` file?</summary><br/>

README.md

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -316,44 +316,6 @@ See [examples](https://github.com/dotenv-org/examples) of using dotenv with vari
316316

317317
&nbsp;
318318

319-
## Agents
320-
321-
<img src="https://dotenvx.com/assets/img/as2/9.jpg" height="400" alt="dotenvx-as2" align="right"/>
322-
323-
> Software is changing, and dotenv must change with it—that is why I built [agentic secret storage (AS2)](https://dotenvx.com/as2). Agents run code without humans at terminals, so plaintext `.env` files are the wrong primitive.
324-
>
325-
> AS2 is built for autonomous software: encrypted by default, zero console access, and cryptography‑first delivery that keeps operators out of the loop.
326-
>
327-
> It is backed by [Vestauth](https://github.com/vestauth/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.
328-
>
329-
> It's what I'm using now. - [motdotla](https://not.la)
330-
331-
### Quickstart
332-
333-
Install vestauth and initialize your agent.
334-
335-
```bash
336-
npm i -g vestauth
337-
338-
vestauth agent init
339-
```
340-
341-
Your agent `set`s secrets with a simple `curl` endpoint:
342-
343-
```bash
344-
vestauth agent curl -X POST https://as2.dotenvx.com/set -d '{"KEY":"value"}'
345-
```
346-
347-
And your agent `get`s secrets with a simple `curl` endpoint:
348-
349-
```bash
350-
vestauth agent curl "https://as2.dotenvx.com/get?key=KEY"
351-
```
352-
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-
355-
&nbsp;
356-
357319
## FAQ
358320

359321
<details><summary>Should I commit my `.env` file?</summary><br/>

0 commit comments

Comments
 (0)