For the complete documentation index, see llms.txt. This page is also available as Markdown.

Understanding your organization quotas

Every CARTO subscription plan includes a set of available quotas such as the total number of editor users that the organization can create. Let’s review these quotas more in depth, with examples to help you predict usage.

This page covers quotas — what your license includes. For the technical ceilings that protect the platform (such as API rate limits), see Rate limits.

Usage quota

The Usage Quota is an aggregated measure that defines the size of your CARTO license, or in other words, how much you can use the platform. It is measured in Quota Units, and is calculated using the following formula:

Usage Quota = API Usage + AI Usage

API Usage is calculated from the total number of API requests (excluding metadata) consumed by all your users. Each API has its own pricing (weight), as defined in this documentation. Learn more about API Usage pricing.

API Usage = # of requests * API weights

AI Usage is calculated from the total number of AI tokens consumed by all your users. AI tokens are consumed in every AI-powered conversation within CARTO. Each AI feature has its own pricing (feature multiplier), as defined in this documentation. When using the CARTO-managed AI models, we also add a model multiplier to each AI model. Learn more about AI Usage pricing.

AI Usage = # of tokens / 1000 * AI feature multiplier * AI model multiplier

The Usage quota is annual, and it will reset AFTER your reset date. During the reset date, you'll still see consumption for the ongoing period, and it will only display "0" the following day.

The usage quota is updated every day. Consumption today will be reflected the following day.

To see this consumption over time and broken down by API, user, and asset, use the Analytics tab in Settings > Quotas & Activity.

API Usage

Every time a user in your organization interacts with the CARTO Platform through the UI or through our APIs, Quota Units will be consumed from your annual Usage quota.

Not all API requests are worth the same. Here's a rundown of what each API does and how it is weighted against the Usage quota.

API
When is it used?
Weight
Example

Maps API

To load layers and tiles in a map. Every time you interact with a map these requests are needed, including opening, styling, editing, exploring, or zooming in a map.

0.2

5 requests to the Maps API will consume 1 Quota Unit.

SQL API

To push queries to the data warehouse for analytical purposes (that is, not to render a map) CARTO Workflows uses this API to execute a Workflow.

10

1 request to the SQL API will consume 10 Quota Units.

SQL API (Widgets)

To display responsive data charts that match and filter your current map view.

Widgets in Builder and widgets created by developers using our official libraries make use of the SQL API Widgets endpoints.

1

1 request to the SQL API (Widgets) will consume 1 Quota Unit

Import API

To import geospatial files from your computer (or from a url) to your data warehouse.

10

1 imported file will consume 10 Quota Units.

LDS API

LDS stands for "Location Data Services" and it is used to geocode addresses and compute isolines and routes based on your data.

0.1

1 request to the LDS API to geocode a table will consume 0.1 Quota Units.

All other APIs

All other operations

0

All other APIs are not counted towards the usage quota

Usage Quota API weights before March 25th, 2024 (CARTO Cloud) or version 2024.4.17 (Self-Hosted)
  • Maps API: 0.1 The change in Maps API to 0.2 has been rolled out progressively and is tied to performance optimizations (less requests). It has no impact on the total number of usage quota consumed.

  • SQL API: 10 It previously included both widgets and non-widgets requests. We split these two categories, lowering the weight of SQL API widget requests.

  • Import API: 10

  • LDS API: 0.1

AI Usage

Every time a user in your organization uses CARTO AI powered features (such as the AI Agents) they are consuming AI tokens. CARTO takes these tokens, divides by 1000, and applies two multipliers:

  • AI feature multiplier: some AI features are more expensive, while others can be completely free. This relates directly with the complexity of the AI feature and the value obtained from it.

Current AI feature multipliers
AI feature
Multiplier
  • AI model multiplier: if you're using a CARTO-managed AI model, we will factor an additional multiplier. If not, it will be 1, leaving the consumption unaffected.

Current AI model multipliers
Managed by
AI Model
Multiplier

CARTO (default)

claude-opus-4.6

13

CARTO (default)

claude-sonnet-4.6

8

CARTO (default)

gemini-3.1-pro

6

CARTO (default)

gemini-3-flash

3

CARTO (default)

gemini-2.5-pro

5

CARTO (default)

gemini-2.5-flash

2

Customer

1 (unaffected)

Usage Quota example

Usage Quota Example

The organization has 6M Quota Units in their license when the users start using CARTO

  • User A creates a map, which produced 124 Maps API requests, for a total of 24,8 units (124 * 0,2)

  • User B runs a workflow, which produced 1 SQL API request, for a total of 10 units (1 * 10)

  • User C runs a workflow with an LDS geocoding component for 50k rows, which produced 1 SQL API request and 50 LDS API requests, for a total of 15 units (1 * 10 + 50 * 0.1)

  • User A added an AI agent to its map using the CARTO-managed gemini-2.5-pro. The first conversation produced 10k tokens, for a total of 10 units (10000 / 1000 * 0.2 * 5)

After all users have realized their actions, 59,8 units have been used.

Editor users

An editor is a user that has permissions to create and edit maps, connections, applications… This is a hard quota, and will be enforced whenever you try to add new editors or when new editors try join the organization. For more information on how to manage users, check Managing User Roles.

Users set as “Admin” also count towards the Editor quota.

Example:

If I already have 3 out of 3 editors/admins available, I won’t be able to invite new editors or promote viewers to editors or admins.

Viewer users

A viewer is a user that can only view the objects (maps, applications…) produced in the organization. They can’t create or edit anything in the organization… This is a hard quota, and will be enforced whenever users try to signup or whenever you try to add new viewers through invitations or roles. For more information on how to manage users, check Managing User Roles.

Users set as "Guest viewer" also count towards the Viewer quota.

Example

If I already have 50 out of 50 viewers available, I won’t be able to invite viewers or demote editors to viewers. Also, users that try to join or request to join the organization will be blocked.

API Access Tokens

You can create API Access Tokens that your apps and projects will use to access the CARTO APIs. This quota is the maximum amount of tokens you can have at the organization level. This is a hard quota and will be enforced whenever you try to generate a new token.

Example

If I already used 100 out of 100 tokens, I won't be able to create new tokens using the Tokens API or any other method. Existing tokens will still work as usual.

Location Data Services (LDS)

Whenever you geocode a table or calculate isolines based on your data, you're using our Location Data Services, abbreviated as LDS. The use of LDS is limited by an annual quota (LDS credits) that you can track in this section inside the app, or using Activity Data for more granularity.

LDS credits are consumed for every geocoded row and for every isoline calculated.

The tracker for LDS credits in Workspace updates automatically in near real-time.

Example

If I have already geocoded 50,000 rows and calculated 50,000 isolines, and my LDS credits quota is 100,000, I won't be able to process more geocoding or isolines.

CARTO-managed AI

When you use CARTO AI without having integrated your custom AI models, also known as «bring your own model», you're using a set of CARTO-managed AI models by different providers like Google or Anthropic.

The use of CARTO-managed AI models is limited by an annual quota, measured in number of tokens consumed by the CARTO provided models.

Example

If I use CARTO-managed models in two different agents that have produced 1M tokens each, and my CARTO-managed AI quota is 2M tokens, I won't be able to use CARTO AI unless I connect my own AI models.

CARTO Data Warehouse capacity

Every organization is provisioned with a CARTO Data Warehouse — a cloud data warehouse, managed by CARTO, that you can use without connecting your own. When you use this connection, its use is governed by a set of capacity limits:

Capacity
What it limits

Computing

The amount of data that can be processed per day (measured in TB/day). Queries that would exceed the daily computing limit will not run until the following day.

Storage

The amount of data stored in the CARTO Data Warehouse.

Acceleration

Dedicated in-memory capacity to speed up queries. Only applies if enabled for your organization.

These limits apply only to the CARTO Data Warehouse connection. If you run your analyses on your own data warehouse (BigQuery, Snowflake, Redshift, Databricks, PostgreSQL…), this capacity doesn't apply — your queries run on your own infrastructure and are governed by your own data warehouse's limits.

The computing limit is the one you're most likely to encounter. Because it is measured as data processed per day, unoptimized large datasets are the most common cause of high consumption: an unoptimized table is fully scanned on every pan and zoom of a map. To reduce computing usage, cluster large tables by their geometry and use tilesets for very large datasets. The Data Explorer flags tables that are not optimized.

You can see your organization's computing limit in the CARTO Data Warehouse connection card.

The CARTO Data Warehouse capacity is separate from the Usage quota: the Usage quota meters API activity, while this limit governs the cloud data warehouse underneath. A map or workflow backed by the CARTO Data Warehouse consumes both.

Feature entitlements

Beyond the quotas above, some CARTO capabilities are entitlements: features that are included with certain subscription plans and are enabled for your organization as part of your plan. If your plan doesn't include a given feature, it won't be available in your organization until it's added to your subscription.

The following features are governed by entitlements. Each page explains what the feature does and how to enable it:

To find out whether your plan includes a specific feature, or to add one, contact your Account Manager, Customer Success Manager, or send an email to support@carto.com.

Increasing your quotas

  • If you need to increase any of these quotas, please contact your Account Manager, Customer Success Manager or send an email to support@carto.com

Legacy quotas

Since the rollout of the new Usage quota model has been progressive for existing customers, it's possible that your "Usage & Quotas" page looks slightly different than documented above. Here's a collection of older quotas that are now deprecated.

  • Total maps

  • Public maps

  • Total connections

  • Total applications

In general, if you see these quotas under your "Usage & Quotas" page, they still apply to your organization. If you have questions, please contact your Account Manager.

Last updated

Was this helpful?