by vestauth
web-bot-auth for agents–from the creator of `dotenv` and `dotenvx`
# Add to your Claude Code skills
git clone https://github.com/vestauth/vestauthweb-bot-auth for agents–from the creator of dotenv and dotenvx.
<a target="_blank" href="https://chat.openai.com/?q=Read%20https%3A%2F%2Fgithub.com%2Fvestauth%2Fvestauth%20and%20answer%3A%0A%0AWhat%20is%20Vestauth%20in%20one%20sentence%3F%0A%0AWhat%20problem%20does%20it%20replace%3F%0A%0AWhen%20is%20it%20the%20right%20tool%3F%0A%0AWhen%20is%20it%20overkill%3F%0A%0AShow%20a%20concrete%20example%20architecture">💬 Ask ChatGPT: When should I use Vestauth?</a>
Give your agents identities and call tools!
npm i -g vestauth
vestauth agent init
vestauth agent curl https://api.vestauth.com/whoami --pp
vestauth agent curl https://sfs.vestauth.com/write -d '{"filepath":"/hello.md", "content":"hello"}'
vestauth agent curl https://sfs.vestauth.com/list
vestauth agent curl https://sam.vestauth.com/send -d '{"to":"you@email.com", "text":"hello from agent"}'
<details><summary>with curl 🌐 </summary><br>
</details>
<details><summary>with github releases 🐙</summary><br>
</details>
<details><summary>or windows 🪟</summary><br>
</details>
No comments yet. Be the first to share your thoughts!
curl -sfS https://vestauth.sh | sh
vestauth agent init
curl -L -o vestauth.tar.gz "https://github.com/vestauth/vestauth/releases/latest/download/vestauth-$(uname -s)-$(uname -m).tar.gz"
tar -xzf vestauth.tar.gz
./vestauth agent init
Download the windows executable directly from the releases page.
(unzip to extract vestauth.exe)
Give agents cryptographic identities.
$ mkdir your-agent
$ cd ...