You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blog/_posts/2026-02-15-introducing-vestauth.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,17 +10,17 @@ excerpt: "Agent authentication with verifiable identity and request signatures."
10
10
11
11
Today we are launching **vestauth**, authentication built for agents.
12
12
13
-
`vestauth` gives agents a cryptographic identity and lets providers verify signed requests with confidence. It is designed to be simple to adopt and strong by default.
13
+
`vestauth` gives agents a cryptographic identity and lets tools verify signed requests with confidence. It is designed to be simple to adopt and strong by default.
14
14
15
15
## Why vestauth
16
16
17
-
The shift to agents introduces a new baseline requirement: providers need to know which agent made a request and whether that request was tampered with in transit.
17
+
The shift to agents introduces a new baseline requirement: tools need to know which agent made a request and whether that request was tampered with in transit.
18
18
19
19
`vestauth` addresses this with:
20
20
21
21
- agent identities backed by cryptographic keys
22
22
- signed requests agents can generate from the CLI
23
-
- verification primitives providers can use in their servers
23
+
- verification primitives tools can use in their servers
excerpt: "a conversation about why we built vestauth for autonomous agents and providers."
8
+
excerpt: "a conversation about why we built vestauth for autonomous agents and tools."
9
9
---
10
10
11
11
**scott:** this is scott. i created `dotenv` and `dotenvx`, with a combined 80 million weekly installs and 25,000 github stars.
@@ -14,9 +14,9 @@ excerpt: "a conversation about why we built vestauth for autonomous agents and p
14
14
15
15
**scott:** about a month ago, i started building a new way for agents to store and rotate secrets as part of `dotenvx`, and i ran into a core problem: agents cannot sign themselves up autonomously. and they need to do that without a human in the loop. captchas, usernames, and passwords were built for humans, not agents.
16
16
17
-
**laura:** over the last month we got obsessed with this. for agents, the problem is they are bypassing controls. for providers, the problem is complexity and duplicated effort across mcp integrations, oauth flows, api keys, and key rotation.
17
+
**laura:** over the last month we got obsessed with this. for agents, the problem is they are bypassing controls. for tools, the problem is complexity and duplicated effort across mcp integrations, oauth flows, api keys, and key rotation.
18
18
19
-
**scott:** there is a better way. it's called [`vestauth`](https://github.com/vestauth/vestauth). it handles both sides. on the agent side, one command sets up a cryptographic identity, without human-first handshake patterns like oauth. on the provider side, there is no api key management, no username/password auth, and no user table just to identify agents. verification is cryptographic and can be added with a single line of code.
19
+
**scott:** there is a better way. it's called [`vestauth`](https://github.com/vestauth/vestauth). it handles both sides. on the agent side, one command sets up a cryptographic identity, without human-first handshake patterns like oauth. on the tool side, there is no api key management, no username/password auth, and no user table just to identify agents. verification is cryptographic and can be added with a single line of code.
20
20
21
21
**laura:** we have been building for four weeks. the product is live. we started distribution through [`dotenv`](https://github.com/motdotla/dotenv) and [`dotenvx`](https://github.com/dotenvx/dotenvx). it is still early, but agent autonomy is accelerating every day.
0 commit comments