← Back home

Terms of Service

Last updated: 2026-05-20

These terms govern your use of Haul IQ, operated by NovaTrans LLC ("we", "us"). By creating an account, signing in, or using the service, you agree to these terms.

1. The service

Haul IQ is an AI-powered logistics operations system. It ingests real-world data feeds (commodity prices, weather alerts, regulatory filings, etc.), runs AI agents that make recommendations and decisions for your business, and persists those decisions in a multi-tenant database hosted on Cloudflare.

2. Your account

You're responsible for keeping your API key and login credentials secret. You're responsible for actions taken by AI agents under your tenant — they operate within autonomy tiers you implicitly approve when you sign up for a plan. Kill switches and the L0-L5 autonomy ladder let you constrain agent behavior; failure to use those tools doesn't transfer responsibility back to us.

3. Pricing

We don't charge per-seat. We don't charge for storage. Daily LLM cost is capped at 20% of your MRR by construction (the 80% gross-margin floor).

4. Acceptable use

Don't use Haul IQ to do anything illegal, defraud anyone, or violate any laws applicable to logistics operations (FMCSA, DOT, IRS, OFAC, etc.). The OS includes safety guards that prevent specific categories of action (financial trade execution, granting permissions, permanent deletes) — don't try to bypass them.

5. Termination

You can cancel anytime from your Settings panel. We can suspend your account if you violate these terms, fail to pay, or do anything that puts the platform or other customers at risk. We'll give you 30 days to export your data before permanent deletion.

6. Disclaimer

Haul IQ provides recommendations and decisions, but you are still the carrier of record. We are not your dispatcher of record, your safety officer, your compliance lawyer, or your tax preparer. The AI agents in tiers L0-L3 stay within "advisory" and "act-with-cosign" patterns; nothing autonomous at L4+ runs without your explicit per-action approval.

The service is provided "as is." We do our best to keep it up, but Cloudflare outages, data-feed publisher downtime, and bugs happen. Read our SLA in the DPA tab for specifics.

7. Limitation of liability

To the maximum extent allowed by law, our total liability for any claim is limited to the amount you paid us in the 12 months before the claim arose. We're not liable for indirect, incidental, or consequential damages.

8. Governing law

These terms are governed by the laws of Florida, USA. Disputes go to arbitration before they go to court.

9. Operator information

Haul IQ is operated by NovaTrans LLC, a Florida limited-liability company. References in this document and across the product to "we", "us", "Haul IQ" or "the service" all refer to NovaTrans LLC unless otherwise noted. For service of process, billing questions, data requests, or any legal matter, write to lamborghinidaniil@gmail.com.

Privacy Policy

Last updated: 2026-05-20

This describes what we collect, why, where it lives, and your rights over it.

What we collect

Account data

Operational data (your business)

Public-world data (everyone shares)

Where it lives

All data lives on Cloudflare's edge — D1 (SQLite-at-edge) and R2 (object storage). Both run in the EU/US/Asia colocation Cloudflare chooses for performance. We don't have a third-party data warehouse, no Segment, no Mixpanel, no Heap. We don't sell your data, ever.

What we share with third parties

Your rights

You can:

Cookies

We use exactly one cookie: hauliq_session, set after you log in. HttpOnly, Secure, SameSite=Lax, 30-day TTL. No tracking pixels, no third-party cookies.

Children

Haul IQ is for businesses operating commercial trucks. We don't intentionally collect data from minors.

Security posture

Last updated: 2026-05-20

Authentication

Authorization

Data at rest + in transit

Operational discipline

Incident response

For any security concern, email lamborghinidaniil@gmail.com. We commit to:

Data Processing Addendum

Last updated: 2026-05-20 · For GDPR/CCPA applicable customers

Roles

You (the customer) are the data controller. NovaTrans LLC ("we") is the data processor acting on your instructions. The instructions are: run the Haul IQ service per your selected plan.

Subprocessors

We will notify you 30 days before adding any new subprocessor that processes your operational data.

SLA

Uptime target: 99.5% measured monthly (≈3.6 hours of allowed downtime per month). If we miss it, you get a service credit equal to the percentage point miss × your monthly invoice.

Breach notification

Confirmed breach involving your data → notification within 72 hours of confirmation, per GDPR Art. 33.

Data retention + deletion

Audit rights

You can request an annual security audit; we'll provide our current SOC 2 status (Type I targeted Q4 2026, Type II targeted Q2 2027), recent dead-code-scan baselines, and the migration history of your D1 database.

Haul IQ API Terms

Last updated: 2026-05-20 · NovaTrans LLC, operator

The Haul IQ Public API is a first-party REST + Webhook interface owned and operated by NovaTrans LLC. It exposes a stable, versioned subset of the platform — loads, drivers, carriers, invoices, quotes, agent prompts, events — so customers and authorized integrators can build on top of the OS.

1. Base URL + versioning

2. Authentication + scopes

Each API key is tenant-scoped, revocable, and can be issued with one or more named scopes. Default scopes:

Keys are hashed at rest (SHA-256). The plaintext is shown exactly once at creation; if you lose it, rotate.

3. Rate limits

4. Webhooks

The API can deliver events to your endpoint at POST {your_url} with header X-Hauliq-Signature: t=<ts>,v1=<hmac-sha256>. Customers configure receivers in Settings → Webhooks; we sign every payload with the key's signing_secret. Retries: exponential backoff for 24 hours; after that the delivery is dead-lettered.

5. Permissible use

6. Data ownership

You own your operational data. NovaTrans LLC owns the API surface, schemas, OpenAPI specifications, and the underlying inference layer. Anything you fetch via the API for your own tenant, you may use however you like; anything you fetch from a shared _global table (commodity prices, weather, regulatory filings) remains public-world data and may be re-shared per the original publisher's terms.

7. SLA + support

8. Pricing

API access is included with all paid Haul IQ subscriptions. Workloads exceeding the default rate-limit tier are billed per the published overage rate (see Settings → Billing) — currently $0.20 per 1,000 read calls beyond quota, $0.50 per 1,000 write calls. AI-tool calls that hit Anthropic count toward your per-tenant cost cap and are billed at pass-through cost + 30%.

9. Suspension + termination

NovaTrans LLC may suspend an API key without notice if we detect abuse, fraud, security risk, or behaviour that endangers the platform. We will notify you within 24 hours of any suspension with the reason. You may revoke any key from Settings → API Keys at any time.

10. Operator

This API is operated by NovaTrans LLC. The full Terms of Service, Privacy Policy, and DPA on the other tabs of this page apply in full to API use; this document supplements but does not replace them. In any conflict between this API Terms doc and the Terms of Service, the Terms of Service governs.

Questions, requests, or just want to chat? Email lamborghinidaniil@gmail.com. Daniil Shevchuk personally reads every message.