Authentication
KV Storage uses API keys for authentication.
API Keys
Section titled “API Keys”API keys are used for all KV operations (GET, PUT, DELETE, LIST).
Getting Your API Key
Section titled “Getting Your API Key”- Sign up at dashboard.kv.vberkoz.com
- Your API key is automatically generated
- Copy it from the dashboard
Using API Keys
Section titled “Using API Keys”Include your API key in the x-api-key header:
curl "https://api.kv.vberkoz.com/v1/myapp/key" \ -H "x-api-key: YOUR_API_KEY"Security Best Practices
Section titled “Security Best Practices”- Never commit API keys to version control
- Use environment variables
- Rotate keys regularly
- Use different keys for dev/staging/prod