$ trust ./layerssoon
when your customer can't share their data with you.
sometimes a workflow needs data your customer holds — but they'd rather not hand it to you. the orchestrator dispatches nodes directly to whoever owns the data, encrypted with a key only they hold. you get the output, scoped to what they chose to return.
Flowget cloud
orchestrator
- orchestrates: execution · routing · audit
- never sees: plaintext
You
your VPC · your nodes
- holds: key A
- never sees: your customer's data
Your customer
their VPC · their nodes
- holds: key B
- never sees: your nodes · your DB
scenario · onboard a corporate borrower
- cloudNew onboarding requestevent fires on the orchestrator
- youRun KYC + risk scoringyour nodes · your DB · ciphertext to cloud
- customerFetch financial statementsyour customer's nodes · their DB · you can't read it
- youCompute final decisionyour nodes combine KYC + signed summary from your customer
- youEmail decision to applicantyour worker calls SMTP — result ack to cloud
the trust geometry
you never hold your customer's encryption key.the orchestrator dispatches your customer's nodes directly to their worker — bytes go cloud ↔ customer, encrypted with key Bonly they hold. you get the workflow's output, scoped to what their nodes chose to return.
honest FAQ
the hard questions, answered