Spendline is a proxy in the path of your AI traffic. That position comes with an obligation to be precise about data handling, so this page is written against the code, not against marketing copy. It states exactly what we retain, what we strip, what we forward, and what we encrypt.
The short version: zero prompt retention, metadata only. Your prompts and your model's responses pass through Spendline in memory and are never written to disk. What we keep is the accounting: tokens, cost, latency, and attribution.
Request content exists inside Spendline only for the lifetime of the request. That is long enough to count tokens, apply your budget and policy rules, and forward it. When the response is delivered, the content is gone.
Every call writes one append-only ledger row containing operational metadata only:
The ledger is append-only: rows are never edited or deleted, and corrections are recorded as new adjustment rows. Every row is isolated to your tenant.
Before your request is forwarded, Spendline removes its own credentials. The Spendline API key headers your application sends us never reach your model provider. Your provider receives your request authenticated with your provider key, nothing more.
Your request body is forwarded unchanged to the provider you chose. The one exception is a cross-provider reroute you have explicitly configured, where the request is translated format-to-format in memory. Forwarding happens over TLS. Your provider key is used solely to authenticate the request with your provider.
Spendline's job is financial: attribution, budgets, and a defensible month close. All of that is computable from metadata. Storing your content would add risk without adding a single capability, so we don't.
Every claim on this page corresponds to a specific code path in the proxy. If your security team wants to validate any of it, whether that is the ledger schema, how keys are encrypted, or how headers are stripped before forwarding, contact us at fida@spendline.ai and we will walk them through it directly.