Skip to ContentGlobio Docs
Getting StartedInstallation

Installation

Globio ships as a single SDK on npm and JSR.

npm

npm install @globio/sdk

JSR

npx jsr add @globio/sdk

Initialize the SDK

The current SDK exports the Globio client:

import { Globio } from '@globio/sdk'; const client = new Globio({ apiKey: 'glo_client_xxx', });

Access GlobalDoc

const player = await client.doc.get('players', 'player_001');

For new projects, the fastest path is:

  1. Create a project in the console
  2. Enable the service you want to use
  3. Copy your client key
  4. Initialize new Globio({ apiKey })
Last updated on
© 2026 StaNLink Inc. Built with Globio.