Server-side validation
Zod schemas validate all lead and registration payloads.
What is implemented on this website today, and what is configured per client project for deployed agents.
Controls active on this marketing site and lead forms.
Zod schemas validate all lead and registration payloads.
Forms require explicit consent with links to legal pages.
In-memory per-IP limits reduce form abuse.
Hidden field filters basic bot submissions.
API responses include IDs for support tracking.
Database and auth secrets stay in server environment variables.
Configured individually when your agent is built — not automatic for every integration.
Agents receive only the API scopes you approve.
Critical operations can require human approval.
Customer data should be isolated per project/account.
Conversation history retention period can be configured.
Dialogs can be transferred to staff with full context.
Depends on tokens and permissions you grant.
Logs must not expose API secrets or full payment data.
Future AI deployments add provider-specific controls. Exact settings depend on your contract and architecture.
Lead submissions are stored in PostgreSQL after validation. Registration uses hashed passwords. We do not sell personal data. Legal entity details and retention period are marked as placeholders until the owner provides final text.