MantrixFlow security has two parts in day-to-day operations: securing user access to the workspace and securing the credentials used by pipelines.Documentation Index
Fetch the complete documentation index at: https://docs.mantrixflow.com/llms.txt
Use this file to discover all available pages before exploring further.
What the product exposes today
Open Settings from the left sidebar. The Settings page has five tabs:- Profile — edit first name, last name, display name, and avatar URL
- Organization — update org name, slug, and description (Owner only)
- Notifications — email and alert preferences
- Security — review verified email, change password
- Billing — plan details, usage limits, and upgrade options
Credential handling
Based on the current connection experience and supporting product copy:- connection credentials are encrypted at rest using AES-256
- credentials are not returned in normal product responses or screens
- credentials are not meant to be written to logs
- connections should be tested before they are saved into production workflows
Access model
- users authenticate with bearer-token based application access
- organization membership controls what resources a user can see
- roles determine whether a user can edit settings, manage members, or build pipelines
Practical hardening checklist
- use dedicated service accounts for databases and SaaS sources
- grant minimum required privileges
- enable SSL for database connections where the form and provider support it
- for managed PostgreSQL providers, allow MantrixFlow’s static IP as a
/32on port5432instead of opening broad database access - rotate credentials periodically
- keep the owner role limited to a very small set of users