API Documentation
Integrate VaultKey into your applications and workflows
GET/api/v1/passwords
List all passwords in your vault with optional category filtering
GET/api/v1/passwords/{id}
Retrieve a specific password by ID (requires authentication)
POST/api/v1/passwords/generate
Generate a secure random password with custom parameters
GET/api/v1/secrets
List all secrets with optional environment filtering
POST/api/v1/secrets/{id}/rotate
Rotate a secret and update its value
GET/api/v1/security/audit
Get security audit report with score and recommendations