Complexity Budget with custom MyApp and without custom MyApp application? Is without custom MyApp application Budget get increase or rest API import add item get increase?

I would like to know below information about difference between custom integration with custom MyApp application and without Custom MyApp application monday.com :slight_smile:

1] What are the advantages and disadvantages of using Custom “MyApp” in monday.com application?
- For avoiding “complexity budget error” we are using MyApp which are generating new randomly jwt access token in every 1 min.
- Using MyApp we need 3 basic details from custom application client_Id, Client_secret, Signing_secret keys and webhook url generated this responsible to hit endpoint URL.
- Using MyApp we are able to call multiple GraphQL api at same time for ADD, UPDATE, DELETE item through importing csv file in customization.

2] What is the advantages and disadvantages of without using “MyApp” ?

  • Can we call multiple API at same time without using MyApp and using one My Access token
  • what are the advanatge is we using without MyApp customization Application any issue in performance?

3] If we used MyApp customization Application what is budget of monday.com application of API calling
4] If we don’t used MyApp customization Application there is any issue with budget or increase the budget with 50% ?
5] if we used MyApp customization application budget get loss by 50% or import or export process by calling API speed get decrease as compare to without using MyApp ???

Appreciate your response :slight_smile:

NOTE: In monday.com application with custom MyApp and without Custom MyApp application what is the difference? and To increase performance add item API response process get increase if we don’t use custom MyApp application?