D
Interactive Demo
Explore the dashboard with sample data. Nothing here is real.
Get Started

Dashboard

Monitor your API key usage and activity

Total Keys
4
Active Providers
3
API Calls Today
127
Error Rate
0.8%
Real-time overview of your API usage

API Calls — Last 30 Days

Updated just now

API Keys

Manage Keys →
Provider Label Status Daily Calls Monthly Calls Last Used Actions
openai
Production GPT-4
sk_live_••••3f9a
Active 89 2,341 2 min ago
anthropic
Claude Sonnet
sk_live_••••8b2c
Active 34 1,205 15 min ago
stripe
Payment Processing
sk_live_••••e71d
Active 4 156 1 hour ago
google
Gemini API
sk_live_••••4a7f
Active 0 89 3 days ago
Your API keys are listed here. Click 'Add Key' to store a new one.

Developer API Key

Use this key to authenticate your app or CLI with VaultProof

vp_live_demo_k9x2mQpL8rNvT4wZbYeJfHdCsUoAiG3
# Paste into your project's .env file:
VAULTPROOF_API_KEY=vp_live_...
# Then use it in your code:
fetch('https://proxy.vaultproof.dev/openai/...', {
headers: { 'Authorization': `Bearer ${process.env.VAULTPROOF_API_KEY}` }
})

Getting started with the CLI

$ npm install -g @vaultproof/cli
$ vaultproof store -p openai
$ vaultproof exec -p openai -- node app.js

The CLI lets you store keys, proxy API calls, and manage access from your terminal. Read the full docs →

New Key View Logs Export Audit
Step 1 of 10