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-04-20
What Inquir Compute is
Inquir Compute is a serverless platform for AI agents, APIs, cron jobs, webhook processors, and background workflows.
Supported runtimes
| Runtime | Version |
|---|---|
| Node.js | 22 |
| Python | 3.12 |
| Go | 1.22 |
Execution model and limits
| Area | Current default | Notes |
|---|---|---|
| Function timeout | 5,000 ms | Per-function setting in editor. |
| Function memory | 256 MB | Per-function setting in editor. |
| Isolation | Container per function | Dependency isolation by function image. |
| Hot containers | Supported | Lower 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.