Organization Analytics gives enterprise organizations a centralized place to track adoption, performance, and outcomes. It combines a built-in dashboard with an AI-powered conversational interface, so you can explore your organization’s data without writing SQL or building reports.Documentation Index
Fetch the complete documentation index at: https://docs.gumloop.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The analytics page at Settings > Organization > Analytics has two parts: a conversational explorer and a dashboard overview.
Conversational Explorer
At the top of the page, you can ask questions in natural language. Type a question or pick from the suggested prompts to get instant answers about your organization’s activity. Suggested prompts include:- Who are my top 3 most active users this week?
- What are the most used agents this week?
- What are the most used MCP servers this week?
Dashboard Overview
Below the conversational explorer, the dashboard provides at-a-glance metrics for your organization. Use the date range picker to adjust the time window. Key metrics include:- Credits Used Over Time: A chart showing total credit consumption across the selected period.
Credit Tracking
Monitor credit consumption across users, workflows, and agents over any time period
Usage Insights
Understand which workflows and agents are most active and who is using them
User Activity
See which team members are running workflows, chatting with agents, and consuming credits
Visual Reports
Generate charts and download CSV exports for stakeholder reporting
How to Access
In the Dashboard
Navigate to Settings > Organization > Analytics to access the full analytics page with both the conversational explorer and the dashboard overview.In Slack
You can also use the analytics agent directly in Slack:Add the Gumloop bot to your channel
Invite the Gumloop bot to the Slack channel where you want to use analytics.
Enable the analytics agent
Type 
/gummie add analytics in the channel to activate the analytics agent.
What You Can Ask
The analytics agent has access to the following data about your organization:| Data | What It Covers |
|---|---|
| Workflow Runs | Run history, credit costs, execution counts, completion timestamps |
| Agent Chats | Chat sessions with agents, credit costs per chat, chat volume over time |
| Agents | Agent names, descriptions, models used, tools configured, creator info |
| Workflows | Workflow names, descriptions, creator info |
| Users | User emails and activity across your organization |
| MCP Servers | MCP server usage across your organization |
Example Questions
Credit usage:Data Access and Permissions
Organization Analytics enforces role-based access to ensure data security:| Role | Data Scope |
|---|---|
| Admin | Full access to all organization-wide data across all users |
| Manager | Full access to all organization-wide data across all users |
| Member | Personal data only, can only see their own workflow runs, agent chats, and credit usage |
Security
Organization Analytics is built with multiple layers of data protection:- Organization isolation: Every query is automatically scoped to your organization. The agent cannot access data from other organizations, even if prompted to do so.
- Parameterized queries: All queries use parameterized SQL. User input is never interpolated into query strings, preventing SQL injection.
- Schema validation: The agent can only query pre-defined tables and columns. It cannot run arbitrary SQL or access tables outside the analytics schema.
- Role-based scoping: Non-admin users are automatically filtered to their own data at the query level, not just at the display level.
- Prompt injection protection: The agent is designed to refuse attempts to bypass data access restrictions through prompt injection, role-play scenarios, or other techniques.
Credit Usage
Queries made through the analytics agent consume credits based on the amount of data scanned. The agent is optimized to minimize data scanning by:- Using aggregation queries instead of raw row dumps
- Applying automatic partition filters (defaulting to the last 90 days for time-series tables)
- Limiting result sets to only the data needed to answer your question
Related Resources
Usage Data Export
Export raw usage data as CSV for external analysis
Audit Logging
Track user actions and system events for compliance
Custom Roles
Configure granular permissions and access controls
AI Model Control
Manage which AI models are available in your organization

