Documentation Menu↓
Security
Platform Data Isolation Standards
How databases and client profiles are isolated.
Difficulty:
|Advanced
Est: 10 mins
|Updated July 2026
Overview
CrawlSage enforces data isolation practices to protect client information. Our databases isolate customer project files, sitemaps configuration details, and optimization history.
How Data Isolation Works
- Database Schema Isolation: The system enforces tenant partitioning, checking that all data query commands (using Prisma ORM) filter requests by a verified `tenantId` or `userId` context before execution.
- File Storage Security: CrawlSage does not support file uploads by customers inside audits, ensuring zero upload vector risks. Report files (like white-label PDFs) are compiled dynamically in sandbox memory buffers and served to authorized request headers.
User Responsibilities
- Never share your project API keys or WordPress integration tokens with third parties.
Related Guides
Related Guides
Was this page helpful to your workflow?