What We Do Not Store
A2Agent is intentionally designed to avoid storing the content of your API interactions:- Request payloads are not persisted. Your prompts, message histories, and model responses are never written to long-term storage by A2Agent.
- Your inputs and outputs are never used to train models. A2Agent has no involvement in model training for any provider.
- Requests are forwarded anonymously to provider APIs. A2Agent acts as a gateway; it does not attach your personal identity to the payloads sent onward to model providers.
What We Do Retain
A2Agent retains only the minimum data necessary to operate a reliable, transparent billing service:- Metering metadata — timestamp of each request, model ID used, input token count, output token count, and request latency.
- Billing data — the amount charged per request and the resulting balance change on your account.
- Risk control signals — request rate patterns and IP-level metadata used to detect and prevent abuse of the platform.
This metadata is the minimum required to give you accurate billing transparency (so you can audit every charge) and to protect the platform from misuse. No payload content is included in any of these records.
API Key Data
Your API keys are managed with the following protections:- Key names and creation timestamps are stored in your account so you can identify and manage keys from the console.
- The raw key value is shown only once — at the moment of creation. After that, only a cryptographic hash of the key is stored. A2Agent cannot recover or display your original key.
- If you believe a key has been compromised, revoke it immediately from the console and generate a replacement.
Your Rights
You have full control over your account data:- Account deletion — You can request deletion of your account and all associated metadata by emailing patchx2025@gmail.com. Requests are processed within a reasonable timeframe.
- Key revocation — You can revoke any API key at any time from the console. Revoked keys are invalidated immediately and cannot be used to make further requests.