Skip to main content
Your organization is the top-level entity in MentionLab. It groups your projects, team members, billing, and API keys.

Organization settings

Access organization settings by clicking your organization name in the sidebar and selecting Settings.

General

Edit your organization’s name from the General tab.

User management

Organization roles

Navigate to Organization Settings → Users to manage your team. Each member has one of three roles:
RolePermissions
AdministratorFull access to all settings, billing, users, and projects
EditorCan create and modify projects, queries, and configurations
ViewerRead-only access to dashboards and analysis results

Inviting users

Click Invite User and enter their email address. They’ll receive an invitation to join your organization. When they accept, they’ll appear in your user list and you can assign their role.
Use the Viewer role for stakeholders who only need to read reports. This prevents accidental changes to your monitoring configuration.

Project members

Each project can also have its own members with project-specific roles:
RolePermissions
ManagerFull control over the project’s settings, queries, and analysis
EditorCan modify queries, tags, and competitors
ViewerRead-only access to the project’s analysis
Manage project members from Project Settings → Members.
Organization administrators automatically have access to all projects. Project-level roles are for granting access to specific users for specific projects.

Billing & Credits

MentionLab uses a credit-based billing model. Credits are consumed each time your queries are executed against AI platforms.

Viewing credit usage

Navigate to Organization Settings → Billing to see:
  • Credit usage chart — A visual breakdown of credit consumption over the last 30 days
  • Transaction history — A detailed log of every credit event (deductions, refunds, allocations)
Each transaction shows:
FieldDescription
DateWhen the transaction occurred
TypeDeduct, refund, or allocation
AmountCredits consumed or added
ReasonWhat triggered the transaction
ProjectWhich project the credits were used for
Use the project filter to see credit usage for a specific project. This helps identify which projects consume the most resources.

Managing credit costs

Your credit consumption depends on several factors: Credits per execution=Queries×AI Models×Iterations\text{Credits per execution} = \text{Queries} \times \text{AI Models} \times \text{Iterations}

API Keys

API keys let you access MentionLab’s REST API programmatically. Manage them from Organization Settings → API Keys.

Creating an API key

Click Create API Key and configure:
SettingDescription
NameA descriptive name for the key (e.g., “BI Dashboard Integration”)
RoleRead-only (data access only) or Read/Write (full access)
ExpirationOptional expiration date for the key
Your API key is shown only once at creation. Copy and store it securely — you won’t be able to see the full key again.

Using API keys

Include your API key in the Authorization header of your requests. See the REST API documentation for detailed usage examples.