Cosmocloud Build Documentation
DocumentationTutorials
  • Welcome to Cosmocloud
  • Getting Started
    • 1. Organisations
    • 2. Projects
    • 3. Connect your Database
    • 4. Create Database Models
    • 5. Create APIs
    • 6. Testing Free Tier APIs
  • Free Tier
    • Connecting with MongoDB Data APIs
  • Templates
    • CRUD APIs
    • Entity Search APIs
    • Fetch / Upload Media APIs
  • Examples - How To?
    • Making an external API call
    • Reusable Flows - SubFlows
    • Creating Custom Error Responses
    • Flow Builder - Building Conditional Logics
    • Flow Builder - Utilising Loops
    • Creating Dynamic Queries
    • Accessing Auth Tokens in APIs
    • How to upload/download media in Object Storage
  • Resources
    • APIs
      • Checking Logs
    • SubFlows
    • Models
      • Building Models
    • Environments
      • Environment Tier Types
    • Secrets
      • Custom Secrets
    • Databases
    • Releases
    • Vector Search
      • Create a Vector Search Index
      • Edit a Vector Search Index
      • Delete a Vector Search Index
    • Document Search
      • Full Text Search
        • Concepts
          • Indexing in full-text search
          • Data processing using Analyzers
        • Create a Search Index
        • Creating a Custom Analyzer
        • Full Text Search FAQ
      • Vector Search
    • Object Storage
  • Flow Builder
    • Node Types
      • Trigger Nodes
        • HTTP Response
      • Conditional Nodes
        • If Else
        • If Else V2
        • Switch Case
      • Crypto Nodes
        • PBKDF2 Hmac Hash
      • Debug Node
      • Database Nodes
        • Delete One
        • Delete Many
        • Fetch By ID
        • Find One
        • Find Many
        • Insert One
        • Insert Many
        • List Records
        • Run Aggregation Pipeline
        • Update One
        • Update by ID
        • Update Many
      • External Nodes
        • Fire Events (SQS)
        • API Call
        • Delete storage objects
        • Execute SubFlow
        • Get Presigned URL
        • Post Presigned URL
        • Send EMAIL (SES)
        • Send SMS (SNS)
      • Loop Nodes
        • For loop
        • While loop
      • Variable Nodes
        • Arrays
          • Append array
          • Contains
          • Check array empty
          • Extend array
          • Get Array Item
          • Length of array
          • Reverse array
          • Sort array
        • Date and Time
          • Set current datetime
        • Strings
          • Append String
          • Concat Strings
          • Convert to String
          • Length of String
          • Slice String
          • Split String
          • String Operations
          • To Lower
          • To Upper
          • Trim String
        • Mathematical
          • Add Variable
          • Complex Math Expr
          • Decrement Variable
          • Divide Variable
          • Increment Variable
          • Multiply Variable
          • Subtract Variable
        • JSON
          • Build JSON Object
          • Merge JSON Objects
          • Object to String
          • Update JSON Object
        • Special
          • Build Map
          • Set Variable
          • Exists Check
    • Node name
    • CQL - Cosmocloud Query Language
      • Building Expressions
        • $abs
        • $add
        • $addDate
        • $arrayElemAt
        • $avg
        • $buildDateTime
        • $buildMap
        • $ceil
        • $cond
        • $divide
        • $floor
        • $getDay
        • $getHour
        • $getMinute
        • $getMonth
        • $getSecond
        • $getYear
        • $ifNull
        • $max
        • $min
        • $mod
        • $multiply
        • $pow
        • $subtract
        • $sqrt
      • Building Conditions
        • Compound Operators
          • $and
          • $or
        • Conditional Operators
          • $eq
          • $gt
          • $gte
          • $lt
          • $lte
          • $neq
      • Magical Autocomplete
  • Advanced Guide
    • Configuring Authentication
      • SSO Providers
        • AWS Cognito
      • Authentication Concepts
    • MongoDB Query Language
      • Limitations
    • Performance Considerations
      • Instant Deployments
  • User Management
  • Billing and Payments
    • Billing Portal
  • Help & Support
  • References
    • Change log
    • Available Cloud & Regions
Powered by GitBook
On this page
  • Overview
  • Free Tier Limits
  • Upgrading your Organisation
  • When to Upgrade?
  • Upgrade Process
  • FAQs

Free Tier

Previous6. Testing Free Tier APIsNextConnecting with MongoDB Data APIs

Last updated 10 months ago

The Cosmocloud Free Tier is designed to help developers get started with our platform quickly and easily. This guide provides in-depth information about the Free Tier, its features, limitations, and best practices.

Overview

The Free Tier is perfect for:

  • Individual Developers

  • Proof of Concept Applications

  • Learning and Exploring Cosmocloud's capabilities

It provides a robust set of features while maintaining certain limitations to ensure fair usage across our platform.

Free Tier Limits

To prevent system abuse and ensure fair usage, the Free Tier comes with the following restrictions -

  • Each user can create only 1 Organisation, with only 1 Project allowed.

  • Each Project can have only 1 Environment (Development).

  • Development Environment will have a daily limit of 1000 API calls per project, refreshing at 00:00 IST everyday.

  • For enhanced security, you need to pass when calling the API

Free Tier Projects run on shared infrastructure and might have some minute performance impacts. They are not meant to be used for Production use cases. to create dedicated staging and production environments.

Upgrading your Organisation

As your project grows, you may need to upgrade from the Free Tier to a paid plan. This guide walks you through the process of upgrading your Cosmocloud project, explaining what to expect and how to make the transition smoothly.

Cosmocloud currently allows you to link your existing Databases in self service. If you need dedicated databases created directly by Cosmocloud, contact Cosmocloud Support. (support@cosmocloud.io)

When to Upgrade?

Consider upgrading your project when:

  1. You're consistently hitting the Free Tier API call limit (1000 calls/day).

  2. You need to create multiple projects within your organization.

  3. Your project is moving from development to production/staging

  4. You need dedicated infrastructure for better performance

  5. You require priority support for your growing team

Upgrade Process

Follow these steps to upgrade your project:

  1. Schedule a call with our team and the team would assist you from there onwards.

FAQs

  1. Can I exceed the 1000 API calls limit if I'm willing to pay? A: No, the 1000 API call limit is hard-capped for Free Tier projects. To increase this limit, you need to upgrade.

  2. What happens if I hit the API call limit? A: Once you hit the limit, any further API calls will be rejected until the limit resets at 00:00 IST.

  3. Can I use the Free Tier for a production application? A: While it's technically possible, we don't recommend using the Free Tier for production applications as it uses shared infrastructure and has hard limits applied.

  4. Is my data safe on the Free Tier? A: Yes, we implement security measures across all tiers.

  5. Can I downgrade my plan? A: Downgrade from High to Low Tiers are handles on case-by-case basis. Contact our support team to discuss your specific situation.

  6. What about my data during plan changes? A: Your data remains intact during plan changes.

Go to and open your Free Tier Project. On the top left, you'll see an Upgrade button.

Dashboard
additional headers
Please upgrade your Organisation