latestOpenAPI 3.1.02026-08-218667571.2 MB

a8ca30023371

Admin APIs
mcp-token-limits

Create Mcp Token Limit Mapping

Create a new MCP token limit mapping.

Creates a mapping between a Stripe Product Catalog item and daily token reset limits.

Args: mapping_data: The mapping data including product ID, name, and token limit

Returns: The created MCP token limit mapping

post/api/v1/admin/mcp/token-limits

Request body

mcp_plan_product_idstring nullable

Stripe Product ID from Product Catalog

mcp_plan_product_namestring required

Human-readable name of the MCP plan

token_limitinteger required

Daily token reset limit for this plan

is_stripe_productboolean

Whether this maps to a Stripe product

available_for_wholesaleboolean

Whether this non-Stripe tier is offered for wholesale contracts

meta_dataobject nullable

Additional plan configuration and metadata

Response

Successful Response

mcp_plan_product_idstring nullable

Stripe Product ID from Product Catalog

mcp_plan_product_namestring required

Human-readable name of the MCP plan

token_limitinteger required

Daily token reset limit for this plan

is_stripe_productboolean

Whether this maps to a Stripe product

available_for_wholesaleboolean

Whether this non-Stripe tier is offered for wholesale contracts

meta_dataobject nullable

Additional plan configuration and metadata

idstring uuid required
created_atstring date-time required
updated_atstring date-time required
created_bystring nullable
updated_bystring nullable
in_use_countinteger

Active plans / contract tiers referencing this entry