API Key

Your VaultGuard API key for programmatic access

Your API Key
Use this key to authenticate API requests to VaultGuard
vg_dev_1234567890abcdef
Usage Example
How to use your API key in requests
// Example API request
fetch('/api/scan', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
'Authorization': `Bearer vg_dev_1234567890abcdef'
},
body: JSON.stringify({
code: 'const secret = "sk_123"'
})
});

Important Note

The CLI tool does not require an API key for local operations. This key is provided for completeness and future API integrations. All vault operations are performed locally in memory.