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
- Sign in to 8BALL Live.
- Open the developer console.
- Create an app with a name, redirect URI, allowed origins, and scopes.
- Save the Client Secret when it is shown.
- 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.