Account & Billing
How do I change my plan?
How do I change my plan?
Navigate to Settings > Billing and click Change Plan. You see a side-by-side comparison of available tiers with their feature limits and pricing. Select the plan you want, confirm the proration calculation, and click Confirm Upgrade or Confirm Downgrade. Plan changes take effect immediately — upgrades unlock features right away, and downgrades apply at the end of your current billing cycle.
Can I add multiple organizations?
Can I add multiple organizations?
Yes. mFoundry supports multiple organizations under a single user account. To create a new organization, click your current organization name in the top navigation to open the org switcher, then click Create New Organization. Each organization has its own members, projects, billing, and settings. You switch between organizations at any time from the same org switcher.
How do I cancel my subscription?
How do I cancel my subscription?
Go to Settings > Billing and click Cancel Subscription. You are asked to confirm the cancellation and optionally provide a reason. Your workspace remains fully accessible through the end of the current billing period. After that, the account moves to a read-only state and your data is retained for 30 days, giving you time to export anything you need before permanent deletion.
What happens to my data if I cancel?
What happens to my data if I cancel?
After your billing period ends, your workspace enters a read-only state for 30 days. During this window you can log in, browse your projects and workflows, and download an export of your data. After 30 days, all workspace data is permanently deleted and cannot be recovered. To export your data, go to Settings > Data > Export before the end of the retention window.
API & Integrations
What are the API rate limits?
What are the API rate limits?
Each API key is limited to 1,000 requests per minute. When you exceed this limit, the API returns a
429 Too Many Requests response with a Retry-After header indicating how many seconds to wait before retrying. Rate limit counters reset on a rolling 60-second window. If your use case requires higher limits, contact sales to discuss an enterprise plan with elevated quotas.How do I rotate my API key?
How do I rotate my API key?
Rotating a key is a two-step process: revoke the old key and immediately create a replacement. Go to Settings > API Keys, find the key you want to rotate, and click Revoke. The key is invalidated instantly. Then click New API Key, name it, and copy the new key — it is shown only once. Update any services or environment variables that use the old key before revoking it to avoid downtime.
Which integrations are supported?
Which integrations are supported?
mFoundry ships with native integrations for Slack, GitHub, and Jira. Native integrations offer one-click OAuth setup, pre-built event mappings, and managed token refresh. For any tool without a native integration, use the Webhooks system to push mFoundry events to any HTTPS endpoint, or call external APIs directly from workflow steps using the HTTP action. Custom integrations built on webhooks work with virtually any platform that accepts HTTP POST requests.
Can I manage projects and users via the API?
Can I manage projects and users via the API?
Yes. The mFoundry REST API (
https://api.mfoundry.io/v1) exposes full CRUD operations for projects and read access for users. Use GET /projects to list all projects, POST /projects to create one, GET /projects/:id or PUT /projects/:id for reading and updating a specific project, and DELETE /projects/:id to remove it. For users, GET /users returns your organization’s member list and GET /users/:id retrieves a single member. Authenticate all requests with your API key in the Authorization: Bearer header.Security & Data
Is my data encrypted?
Is my data encrypted?
Yes. mFoundry encrypts all customer data at rest using AES-256 and in transit using TLS 1.2 or higher. Environment variable values, API keys, and OAuth tokens receive an additional layer of application-level encryption before being written to storage. mFoundry undergoes regular third-party security audits, and the results are available to enterprise customers under NDA.
Can I export my data?
Can I export my data?
Yes. Go to Settings > Data > Export and click Request Export. mFoundry packages your projects, workflows, audit logs, and configuration into a structured archive and sends a secure, time-limited download link to your account email within a few minutes. Exports are available on all paid plans. If you’re in the process of canceling, initiate an export before the end of your billing period to ensure access.
Who can access my organization's data?
Who can access my organization's data?
Only members you explicitly invite to your organization can access its data, subject to the role-based permissions you assign. mFoundry staff may access customer data only to provide support when you have opened a ticket and granted access, and never for any other purpose. You can review all member access in Settings > Members and inspect activity in the audit log under Settings > Audit Log.