Canonical facts

Inquir Compute Platform Specification

This page is the source of truth for product facts that appear across home, docs, use-cases, and comparison pages.

Last updated: 2026-09-08

What Inquir Compute is

Inquir Compute is a cloud platform for applications, APIs, workers and databases. Container applications support deployment from GitHub repositories, Dockerfiles or images, private networking, persistent volumes, replicas, logs, resource metrics and alerts. Serverless Lambdas, API routes and pipelines with schedules are available in the same workspace.

Supported runtimes

RuntimeVersion
Node.js22
Python3.12
Go1.22

Execution model and limits

AreaCurrent defaultNotes
Function timeout5,000 msPer-function setting in editor.
Function memory256 MBPer-function setting in editor.
IsolationContainer per functionDependency isolation by function image.
Hot containersSupportedLower latency for repeat traffic; first path can still be cold.

Gateway model

  • One API gateway with route-based dispatch to functions.
  • Route config includes method, path pattern, auth mode, and related options.
  • Supports use cases like REST APIs and webhook handlers.

Pipelines and background work

  • Pipelines can model scheduled jobs, async workflows, and multi-step automation.
  • Graph editor supports branching, mapping, and human-in-the-loop steps.
  • Runs are visible in execution history with logs and traces.

Observability and security defaults

  • Execution history includes status, timing, and logs.
  • Trace and span data is available for supported runtimes.
  • Per-function environment variables and secret-like config values are supported.

Canonical links