Security & Multi-Tenant Data Isolation

At CropManage, we take data security and farmer privacy seriously. Learn how we enforce user isolation across our multi-tenant platform.


1. SQL Layer Isolation

Every database query is automatically filtered by `user_id`. Our backend code strictly isolates resources at the ORM layer, ensuring that tenants can never access or modify data belonging to other farms.

2. Secure API & MCP Server Access

Our Model Context Protocol (MCP) server utilizes secure OAuth tokens and strict tenant scopes. Even when communicating with AI agents, data stays secure and private.

3. Account Protection

All user authentication endpoints are secured with cryptographic hashes, email verification procedures, and JWT-based authentication states to protect your account.

Need more details?

Read our full Terms and Conditions or get in touch with our security compliance team.