Skip to content

Deployment Overview

Host with us

You can try Sirveo without any infrastructure setup using our temporary sandbox environments. Cloud-hosted production environments will be generally available soon.

Self-host

You can run Sirveo on your own infrastructure, whether in the cloud or on-prem. Sirveo is deployed as a single binary, which includes the flow engine, management API and web interfaces.

The server’s only dependency is a PostgreSQL database. Version 9.4 or later is supported.

By design, Sirveo has no on-disk side-effects, and stores all data in the configured database. This simplifies running Sirveo in containerized environments, as no persistent volumes are required.

Obtain a license

Request a free, 30-day evaluation license here.

Downloads

Binaries are available for 64-bit Linux, Mac and Windows.

Docker images

Official Docker images are available, with guidance on building your own.

Compute requirements

For typical API automation, how much CPU and memory does Sirveo need?

We recommended the following approach for initial sizing.

  1. Determine how many tasks you want to run per day

  2. Use this as a starting point

    Flow runs / dayCPUsMemory
    < 100,00010.5 GB
    100K to 1 million21 to 2 GB
    1 to 2 million4 to 62 to 4 GB
    2 to 3 million6 to 84 to 8 GB
  3. See the benchmarking guide for how to establish performance limits and resource utilization, for your specific workload.