Apps
Each GuidMe app represents one integration (e.g. one product or one environment). You manage apps from the dashboard after signing in.
Creating an app
- Go to the GuidMe dashboard and sign in.
- Click Create app (or Add app).
- Enter a name (e.g. "Production" or "My Product").
- Save. You will get an API key (starts with
gm_live_).
API key
- Use the API key in the widget script so the widget can connect to your app.
- Keep the key private. Do not commit it to public repositories.
- You can regenerate the key from the app settings if it is ever exposed.
Allowed origins
For security, each app has an allowed origins list. Only those domains can load the widget with your API key.
- Open the app in the dashboard.
- Add your site origins (e.g.
https://yourproduct.com,https://app.yourproduct.com). - Save. The widget will work only on those domains.
Multiple apps
Use separate apps for:
- Production vs staging — different keys and origins per environment.
- Different products — separate usage and documents per product.
Documents and web links are stored per app, so each app has its own AI context.