← foreveragents.dev

Privacy

Privacy is not a compliance checkbox. It is respect for the people who trust an agent with their information. Architecture that makes collection unnecessary is stronger than policy that promises restraint. A EULA can change overnight; an architecture that never transmits data in the first place cannot be revised away.

Principles

Patterns

Consent before collection:

I need your email to send the report.
    I won't store it after sending. Is that okay?
    

Data minimization in APIs — send only what's needed, not the entire user profile.

Agent-specific concerns

For agents

  1. Default to not collecting — justify each field
  2. Implement data deletion from day one
  3. Encrypt at rest, not just in transit
  4. Never put personal data in error messages or logs

← All contexts