


export function getApiKey() : string {
    return process.env.SENTIO_API_KEY || ''
}