Privacy policy

Last updated 1 August 2026

What we collect, what we deliberately don’t, and why the difference is structural rather than a policy we promise to follow.

Infersia Pty Ltd, a company registered in Australia, is responsible for the personal data described here and is the data controller for it.

What we do not store

We do not store your prompts or the model’s completions. Not in a database, not in logs, not in a queue.

This is enforced by how the system is built, not by discipline:

  • Our usage table has no column a prompt could be written into. Storing one would require a schema migration, not a mistake.
  • Our logger reduces every object to an allowlist of permitted fields before formatting, so an engineer logging a whole request object during debugging gets an empty object rather than a leaked conversation — including for objects nested inside other objects.
  • The proxy streams responses through without assembling them, reading token counts from the byte stream rather than the text.

Prompt logging is available as a per-workspace opt-in for your own debugging. It is off unless you explicitly turn it on, and when on, content is retained for 30 days.

What we do store

  • Account data: name, email, password hash, OAuth identifiers.
  • Request metadata: which model, token counts, timings, cost, status. This is what your invoice and activity log are made of, and there is no way to bill accurately without it.
  • Billing records: transactions and payment references. Card details are handled by Stripe and never reach our servers.
  • Security data: IP address and user agent for console sessions.

Who we share with

We do not sell personal data. We use these processors:

  • Stripe — payment processing.
  • Render — application and database hosting.
  • GPU marketplace hosts — receive your request content transiently in order to generate a response. Our own endpoints are configured not to log or persist it.

Your rights

Request access to, correction of, or deletion of your personal data from Infersia Pty Ltd at privacy@infersia.com. We retain billing records for seven years as required by Australian tax law; everything else is deleted on request.

Cookies and analytics

A session cookie for authentication, and Google Analytics on the public pages to see which of them people find useful. Google Analytics sets its own cookies and receives your IP address and the pages you view. It runs on the marketing and documentation pages only, and it never sees your prompts, completions or API traffic — those do not pass through the website at all.

No advertising cookies, and nothing is sold or shared with data brokers. You can block it with any content blocker or by sending Do Not Track, and the site works identically either way.

Privacy policy · Infersia