Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion admin/subscriptions/plans.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

Vendor Credits are the cost of running the AI model. This is the cost of the LLM, and the cost of the tools you use.

Pay only for the LLMs you use, with no markup, and credits that never expire while subscribed.

Check warning on line 17 in admin/subscriptions/plans.mdx

View check run for this annotation

Mintlify / Mintlify Validation (relevanceai) - vale-spellcheck

admin/subscriptions/plans.mdx#L17

Did you really mean 'LLMs'?

To bypass Vendor Credits entirely, you can bring your own API keys. This is only available on our paid plans and is not available to free users.

Expand Down Expand Up @@ -105,11 +105,15 @@
For detailed information about concurrent task limits for each subscription tier, see the [System Quotas](/admin/system-limits#concurrent-tasks) page.
</Note>

A time-series area chart displays your Organization's concurrency usage over time, helping you identify peak usage periods and determine when to upgrade for increased capacity. You can view this same chart in two places:
A stacked bar chart displays your Organization's concurrency usage over time, helping you identify peak usage periods and determine when to upgrade for increased capacity. Each bar is split into two bands: **Running** (purple) for tasks actively executing at that moment, and **Queued** (red) for tasks waiting on capacity because the concurrent task limit was reached.

You can view this same chart in two places:

- On the **Plan & Billing** page: click 'Settings' in the sidebar, then open Plan & Billing.
- On the **Analytics** page, where the same chart shows organization-wide concurrency data, so you can correlate agent activity with overall concurrency patterns.

An "Org total" / "By project" toggle in the chart header breaks concurrency down per project, with a per-project tooltip. Organization managers see every project by name; project admins see the same breakdown with other projects anonymized. See [Analytics](/enterprise/analytics#per-project-breakdown) for details.

## Credit allocation and reset

For paid plans, Vendor Credits and Actions will be topped up at your next renewal date.
Expand Down
28 changes: 27 additions & 1 deletion enterprise/analytics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,33 @@

## Concurrency usage

The Analytics page includes a concurrency usage chart. The chart shows organization-wide concurrency data — not data specific to a single agent — so you can correlate agent activity with overall concurrency patterns and see which agents are most active during peak periods.
The Analytics page includes a concurrency usage chart — a stacked bar chart showing how many tasks were running and queued across your organization over time. The chart shows organization-wide concurrency data, not data specific to a single agent, so you can correlate agent activity with overall concurrency patterns and spot peak usage periods.

Each bar represents a point in time and is split into two bands:

- **Running (purple):** tasks that were actively executing at that moment.
- **Queued (red):** tasks waiting for capacity because your organization had reached its concurrent task limit. The queued band stacks on top of the running band, so the full bar height represents the combined load.

Queued tasks only appear once your organization hits its concurrent task limit. If you regularly see a red queued band, your current plan's concurrency limit is likely a bottleneck — see [System Quotas](/admin/system-limits#concurrent-tasks) for per-tier limits.

### Per-project breakdown

Use the toggle in the chart header to switch between two views:

<CardGroup cols={2}>
<Card title="Org total" icon="chart-column">
Displays aggregate organization-wide concurrency as a single set of bands. Use this to see overall demand patterns and correlate concurrency with agent activity.
</Card>
<Card title="By project" icon="chart-bar">
Breaks the bars down by project, with each project in a distinct color and its own running and queued bands.
</Card>
</CardGroup>

In the **By project** view, hovering over any bar opens a tooltip with **Running** and **Queued** columns, one row per project, and a **Total** row at the bottom — so you can identify which projects contribute most to concurrency load at any given time, alongside the organization's concurrency limit.

Check warning on line 154 in enterprise/analytics.mdx

View check run for this annotation

Mintlify / Mintlify Validation (relevanceai) - vale-spellcheck

enterprise/analytics.mdx#L154

Did you really mean 'tooltip'?

<Note>
Organization managers see every project by name. Project admins get the same breakdown, but projects other than their own are anonymized.

Check warning on line 157 in enterprise/analytics.mdx

View check run for this annotation

Mintlify / Mintlify Validation (relevanceai) - vale-spellcheck

enterprise/analytics.mdx#L157

Did you really mean 'anonymized'?
</Note>

<Note>
For information about concurrency limits by subscription tier and how to monitor usage from the Plan & Billing page, see [Plans and credits](/admin/subscriptions/plans#monitoring-concurrency-usage).
Expand Down
Loading