A Word plugin for authoring on existing government forms. A web-based workbench that governs every template through configurable approval workflows. A REST API that accepts JSON and returns governed PDFs. Each component integrates independently with an existing stack and connects tightly enough that approval state, version numbers, and document selection logic flow correctly across all three.
Every template version must complete a configurable workflow before it can generate a single document. Sequential, parallel, or conditional routing. Every action timestamped. When a regulator asks which version was live on a specific date, the workbench answers in seconds.
See what this means for compliance teamsJSON in, governed PDF out. The rules engine handles document selection at generation time no template IDs required in the request. When a regulation changes, compliance updates the workbench. No deployment from you.
See the developer documentationFull tenant isolation every client's templates, workflows, users, and documents completely separate at the database level. Onboard a new client, they inherit the governed infrastructure. No per-client engineering work.
See the ISV and builder solutionMost document automation platforms stop at generation. Templx is designed around the handoffs: between authoring and governance, and between governance and generation. Those handoffs are where compliance risk lives.
Tenant isolation is an architectural decision in Templx, not a configuration option. Every data-bearing resource (placeholders, templates, workflows, users, documents) is scoped to a tenant at the database level. Nothing crosses tenant boundaries.
Login determines tenant context. When a user authenticates, the platform resolves their tenant and serves only that tenant's resources. The Word plugin, the workbench, and the API all operate within the same isolation boundary.
The API is calling-application agnostic by design. Loan origination systems, banking platforms, insurance administration systems, wealth management platforms, and custom internal tools all integrate the same way one endpoint, one payload shape, one PDF response. The diagram shows the range of systems that can connect without any platform-specific configuration.
There is no CRM dependency, no platform migration, and no lock-in. If your application can make an HTTP request, the integration is straightforward. Most engineering teams complete it in an afternoon.
Developer documentationAuthor in Word. Govern with workflows. Generate via API. One platform, connected by design.
Up and running in days, not months.