Trust

Security

Last updated 30 August 2026

This page describes controls that are implemented and running in the platform today. For current certification status, a completed security questionnaire, or a vendor review, contact sales@energyconnecter.ai.

Energy Connect carries commercially sensitive data: what you pay for fuel, who you buy it from, where you deliver it, and what your margin is. A broker and the carrier hauling for them use the same platform, and neither should see the other's economics. Separation is not a feature we added — it is how the system is built.

Tenant isolation

Every company is a separate tenant, and isolation is enforced in the data layer rather than left to each query to remember.

The authenticated user's company is placed in request-scoped storage by middleware, and a Prisma layer reads it and injects the matching WHERE clause into every query automatically. A developer cannot forget to scope a query, because scoping does not happen at the call site.

The narrow cases that legitimately cross companies — a carrier seeing the pickup terminal on a load they have accepted, for example — are explicit, individually reviewed, and recorded. Everything else is scoped by default.

Access control

Authentication

Audit trail

Every state-changing operation records who did it, what changed, when, and the origin of the request. Entries are written to a queryable audit table and emitted to the log pipeline, so the record survives independently of the application database.

Audit entries are append-only from the application's point of view. There is no interface for editing or deleting them.

API and integrations

Transport and infrastructure

Data ownership

Your operational data is yours. Orders, invoices, delivery tickets, pricing and documents are readable through the public API under the scopes you grant, so you can export or mirror them into your own systems at any time without asking us.

We do not sell your operational data, and we do not use one company's commercial data to inform another's pricing. How personal information is handled, including your rights over it, is covered in the privacy policy.

Reporting a vulnerability

If you believe you have found a security issue, email sales@energyconnecter.ai with enough detail to reproduce it. Please give us a reasonable window to investigate and remediate before disclosing publicly. We will confirm receipt and keep you updated on the fix.

Certifications

Energy Connect is built to the control expectations of SOC 2 and ISO 27001 — audit logging, access control, tenant separation and encryption are implemented accordingly. We do not claim to hold either certification on this page. For our current status, or to have a security questionnaire completed as part of a vendor review, contact sales@energyconnecter.ai.