Getting Started
Why Ingress forms
What the platform optimizes for, and where it intentionally says no.
Designed for operators, not hobbyists
Most form tools optimize for a single builder clicking through a wizard. Ingress forms is built around teams that run dozens of flows across sales, HR, legal, and ops — with distinct reviewers, clear SLAs, and auditable trails.
Workflows that actually run in production
The workflow engine is built on the same primitives we use for our own production systems: durable execution, exactly-once semantics, retry policies, and structured logs. If a run fails, you see exactly why and can rerun from any step.
AI where it helps, not where it gets in the way
We use LLMs aggressively for the "cold start" problem — generating schemas, suggesting validation, converting a support transcript into a workflow. We don't use them for mission critical logic, because you shouldn't have to debug an LLM to reject a badly formatted email.
Enterprise by default
- Role-based access on every object.
- Full audit log with per-action diffs.
- SSO (SAML & OIDC), SCIM provisioning.
- Data residency in US, EU, and AP regions for self-hosted deployments.
- Customer-managed encryption keys on the Enterprise plan.