Generate a new API key pair for a tenant.
curl https://api.geldstuck.com/v1/tenants/$TENANT_ID/api-keys \ -H "x-api-key: $GELDSTUCK_PUBLIC_KEY" \ -H "x-api-secret: $GELDSTUCK_SECRET_KEY" \ -H "Content-Type: application/json" \ -d '{"label": "billing-worker"}'
{ "id": "key_01HX3ZDE...", "label": "billing-worker", "publicKey": "pk_live_51H...", "secretKey": "sk_live_51H...", "status": "active", "createdAt": "2026-04-22T10:00:00.000Z" }
secretKey
billing-worker
key_...