Skip to main content
A private_node runs a closed-source handler built, maintained, and updated by Optexity — typically a portal-specific integration (e.g. an EHR or claims portal) that’s too specialized or proprietary to ship in the public SDK. Inside an automation it behaves like any other node: it takes inputs, runs, and can bind its result to output_variable_names for later nodes to use.
private_node handlers are closed-source. You cannot view their implementation, and a private_node will not run against a local install of the public optexity SDK — it only executes on Optexity’s cloud infrastructure, where the private handler package is installed.

Structure

Properties

Examples

Private handlers are grouped into portals — one integration per stateful session (login, cached tokens, base URL). A few handlers that exist today:
Like any other node, a private_node can be placed inside a for-loop node or if-else node, and its outputs can be referenced by later nodes using {variable_name} interpolation.
Optexity builds, maintains, and updates all private node handlers. Available handlers depend on what’s registered in your Optexity deployment — contact the Optexity team if you need a handler for a portal that isn’t listed here, or if an existing handler needs updating (e.g. after a portal changes its UI).