Pattern Pattern
FAQS

Frequently Asked Questions

If you have a question about any of Toro Cloud's products, usage, or billing please contact our sales team to discuss your requirements.

There is no additional cost for developer licenses. Unlimited developer licenses are included with every paid plan.

With Martini you have complete flexibility on how and where you deploy it. Deploying Martini as a managed service with Toro Cloud means that Martini Server is deployed, monitored, and managed for you.

On-Premise environments are self managed instances running on your own server or public cloud provider such as AWS, Azure, or Google Cloud. With an on-premise deployment you setup and configure a Martini Server Runtime instance to your own requirements.

A transaction is the execution of a service(s) from a Martini endpoint. Services are used to integrate applications, create data flows between data repositories, implement the operations of an API, or a step in a business process. Services are invoked by Martini endpoints such as a scheduler, via http, or an event. Services can, and often do, include other services. A sequence of services that is triggered by a single Martini endpoint counts as one transaction.

Example: When a contact is updated in Salesforce it calls Martini via webhook URL. This triggers an integration on Martini that writes the data to Netsuite as well as a local SQL database. In this case the Martini endpoint is a URL invoked by HTTP. This triggers one or more services that transforms the data into the required format and then posts it to the remote API of Netsuite and writes it to a local SQL database. As these services were invoked by a single endpoint this counts as one transaction.

A Martini package is a convenient and logical way to organize your APIs, integrations, and workflows. Packages are portable. They can be exported and transferred between server environments. Whilst a Martini package can contain as many APIs, integrations, and workflows, as you like, it is often more convenient to logically separate them into separate packages.

Additional production servers or higher capacity servers are available on the Enterprise plan only.

In a cloud deployment Dev and Test servers are provisioned on configurable Martini Workspaces. In an on-premise deployment Dev and Test instances can be provisioned on a single server with up to 4 vCPUs each. Dev and Test instances are licensed for development purposes only.

Martini Desktop can be used with any plan for no additional charge. The features of Martini Desktop will reflect the features of your plan.

For cloud deployments there is an additional cost for each database or message broker hosted by Toro Cloud. However, there is no additional cost from Toro Cloud for connections to external databases or message brokers.

Yes, authenticated user accounts for Bellini apps can be upgraded on all plans and are priced as follows:

Spark Plan:
First 25 users free
Thereafter $20 p/user

Standard Plan:
First 75 users free
Thereafter $20 p/user

Enterprise Plan:
First 250 users free
Thereafter $10 p/user

A single sign-on (SSO) directory enables you to manage all your users and the applications to which they are allowed to access. Authorized users can sign into any application using a single user name and password.

A manifest is a collection of data entities. A manifest can include sub manifests.