Skip to content
Settings

Subscription Tiers

Access to Cyoda Cloud is subscription-tier-based. This document provides details about the available subscription tiers and their entitlements.

Important: The information in this document is for reference purposes and is not guaranteed to be correct. The authoritative source for your account’s current subscription details and entitlements is available through the Cyoda Cloud API at the following endpoints:

  • Current Account Information: GET /account - Retrieve information about the current user’s account, including current subscription
  • All Available Subscriptions: GET /account/subscriptions - Retrieve all subscriptions available for the current user’s legal entity

For complete API documentation, refer to the OpenAPI specification.

EntitlementFreeDeveloperProEnterprise License1
StatusAvailableDraft (unavailable)Draft (unavailable)Available
Model Fields (per model)50100500Unlimited
Model Fields (cumulative)1005002000Unlimited
Models1025100Unlimited
Client Nodes1520Unlimited
Payload Size100 KB5 MB50 MBUnlimited
Disk Usage1 GB10 GB1 TBUnlimited
API Requests300/min600/min50/secUnlimited
External Calls300/min600/min50/secUnlimited

1 Enterprise License is for the Cyoda Cloud system that clients operate themselves (outside of Cyoda Cloud). Contact us for details.

Status Legend:

  • Available: Tier is currently available for subscription
  • Draft (unavailable): Tier is in planning/development phase and not yet available

The following section provides detailed definitions for each entitlement ID used in the subscription tiers:

Entitlement IDDescription
num-model-fieldsMaximum number of fields allowed per individual data model. This controls the complexity of each model you can create.
num-model-fields-cumulativeTotal number of fields allowed across all data models in your account. This is the sum of fields across all your models.
num-modelsMaximum number of data models you can create in your account. Each model represents a different data structure or entity type.
num-client-nodesMaximum number of client nodes that can connect to your Cyoda Cloud instance simultaneously. This controls concurrent access capacity.
payload-sizeMaximum size in bytes for individual API request payloads. This limits the amount of data you can send in a single API call.
disk-usageMaximum disk storage space allocated for your account data in bytes. This includes all stored models, data, and metadata.
api-requestMaximum number of API requests allowed per time interval. This controls the rate at which you can make API calls.
externalized-callMaximum number of external service calls allowed per time interval. This applies to calls made from your Cyoda Cloud instance to external systems.

This document is automatically generated from subscription tier configuration data, and may deviate from your actual settings. For the most current and accurate information about your specific account entitlements, please refer to the /account API endpoints.

Generated on 2025-07-18T13:29:36.329722