Features Use Cases Quick Start GitHub Documentation
Credential Security

Secure Credentials.
Powerful AI.

Vultrino is a credential proxy that lets AI agents perform authenticated actions without ever exposing your secrets. From API keys to PGP signing to crypto wallets — extensible via plugins.

🔐
SECURE

Defense in Depth

Multiple layers of security for all your credentials

🔐
Zero Exposure

Credential Isolation

AI agents never see your actual secrets. They reference aliases, and Vultrino handles the sensitive operations server-side. Your keys, tokens, and private data never leave your secure environment.

🧩
WASM Plugins

Infinitely Extensible

Add any credential type via WebAssembly plugins. PGP signing, cryptocurrency wallets, SSH keys, OAuth tokens — if you can build it, Vultrino can secure it. Plugins run in sandboxed isolation.

🛡️
AES-256-GCM

Encrypted at Rest

All credentials are encrypted using AES-256-GCM with Argon2 key derivation. Even if someone gets your storage file, they can't read your secrets without the master password.

⚙️
Policy Engine

Fine-Grained Control

Define URL patterns, method restrictions, and rate limits. Role-based access control lets you scope which credentials and actions each agent or application can access.

Built for Any Credential

From API keys to cryptographic signing — secure it all

🔑

API Keys & Tokens

GitHub, OpenAI, Stripe, AWS — let AI agents call APIs without exposing your keys.

✍️

PGP Signing

Sign commits, documents, and messages. Your private key stays private.

💰

Crypto Wallets

Sign transactions without exposing seed phrases or private keys to agents.

🔒

SSH Keys

Authenticate to servers and services without sharing private keys.

🤖

MCP Integration

Native Model Context Protocol support for Claude, GPT, and other LLMs.

🖥️

Web Dashboard

Manage credentials, roles, and permissions from a clean admin interface.

Quick Start

Up and running in seconds

Terminal
# Store an API credential
vultrino add --alias github --key ghp_xxx
 
# Make authenticated requests
vultrino request github https://api.github.com/user
 
# Use plugin actions (e.g., PGP signing)
vultrino action my-pgp pgp-signing.sign
 
# Connect AI agents via MCP
vultrino serve --mcp

Secure Your AI Stack

Self-hosted and extensible to any credential type.

Get Started