Getting Started

Create an 8BALL account, open the developer console, and register an app. New apps receive a Client ID and a one-time Client Secret.

Steps

  1. Sign in to 8BALL Live.
  2. Open the developer console.
  3. Create an app with a name, redirect URI, allowed origins, and scopes.
  4. Save the Client Secret when it is shown.
  5. Use OAuth for user integrations or API keys for backend automations.

Local Development

bun run dev --filter=@8ball/web
bun run dev --filter=@8ball/dev
bun run dev --filter=@8ball/docs

Use AUTH_COOKIE_NAME=eightball_session across the web and dev apps so the local session cookie can be shared.