1npx @inkibra/voice-cli init
INKIBRA_API_KEY to .env.local without printing it.@inkibra/voice-sdk with the package manager already used by the project..env.local must stay out of source control. Never move INKIBRA_API_KEY into a public or browser environment variable.1234npx @inkibra/voice-cli login npx @inkibra/voice-cli whoami npx @inkibra/voice-cli keys create npx @inkibra/voice-cli logout
login authorizes the current machine. keys create creates another application key. logout removes the local CLI session.