Substy Developers
A P I essentials

Get mcp rate limits

Read the agency plan tier, calls per minute and concurrent-call limit. MCP calls are free with no monthly quota; platform actions retain their ordinary charges.

GET/v1/agencies/{agencyId}/rate-limits

Read the agency plan tier, calls per minute and concurrent-call limit. MCP calls are free with no monthly quota; platform actions retain their ordinary charges.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

agencyId*string
Length1 <= length

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/agencies/string/rate-limits" \  -H "Authorization: Bearer YOUR_API_KEY"
{  "data": {    "rateTier": "FREE",    "callsPerMinute": 0,    "concurrent": 0,    "usageBillingEnabled": false,    "monthlyCallQuota": null  },  "meta": {    "requestId": "string"  }}