Authentication
Getting Your API Key
Using Your API Key
curl https://api.useclawfi.com/v1/vaults \
-H "Authorization: Bearer YOUR_API_KEY"SDK Authentication
Node.js
const client = new ClawFi({
apiKey: process.env.CLAWFI_API_KEY
});Python
Security Best Practices
Key Rotation
IP Whitelisting
Last updated