API Keys
Manage partner API keys for platform integrations
Create new API key
Partner
Created
Status
Actions
Loading...
Usage
# Verify a wallet
curl -H "Authorization: Bearer hl_live_sk_..." \
https://humanlayer-backend-production.up.railway.app/v1/verify/0x...
# Response
{ "verified": true, "tier": "builder", "score": 82 }