Integrations & App Setup
MonoStore Apps allow you to quickly extend MonoChat with ready-made integrations.
In addition to installing apps, some integrations—especially API-based ones—require a few common pieces of information to function properly.
This page covers those shared requirements.
Installation
All integrations are distributed through MonoStore.
To get started, install the app you want to use from:
Settings → MonoStore → Apps
Once installed, the app becomes available in your workspace and may expose additional configuration options or API capabilities depending on its type.
For step-by-step installation instructions and examples, see the MonoStore Overview page.
Authentication (API Token)
Some integrations require authentication via an API token.
You can generate your token from your profile settings and use it in your request.
This token is used to securely identify your requests when interacting with MonoChat APIs.
You can create and manage your tokens from the API Tokens section.
Tenant Slug
Many API-based integrations require your tenant slug.
Your tenant slug uniquely identifies your MonoChat workspace and is part of your URL.
For example:
https://app.monochat.ai/tenants/mybusiness
In this case, your tenant slug is:
mybusiness
It is always the value that appears after /tenants/ in the URL.
How These Work Together
In most API-based integrations:
- The app provides the functionality (e.g. messaging, automation, data sync)
- The API token authenticates your requests
- The tenant slug ensures requests are routed to your workspace
Each app documentation will specify exactly how these elements are used.
Next Steps
- Explore available apps in MonoStore
- Install the app that fits your use case
- Follow the app-specific documentation for setup and usage
If you're working with a developer-focused app (like an API integration), make sure you have both your API token and tenant slug ready before proceeding.