Skip to content
Setup

Workspace Setup

Follow the exact workspace flow the app expects so you can get to a clean live verification test.

Workspace Flow

Open /custom-bots and save:

  • Discord client ID
  • Discord client secret
  • bot token
  • redirect URI

RestoreBase stores bot credentials in workspace storage and uses them to bring the gateway client online. If storage is temporarily unavailable, the app can still keep a fallback bot alive behind the scenes, but the normal path is the workspace bot record you create here.

RestoreBase bot credential setup screen

RestoreBase checks the redirect URL format on this screen and keeps the Client ID and bot name tied to the same bot lane.

Core Pages