Skip to main content
This FAQ collects the questions our users ask most often, organized by topic so you can jump straight to what you need. Whether you’re sorting out a billing change, understanding API rate limits, or verifying how mFoundry handles your data, you’ll find a direct answer below. If your question isn’t covered here, reach out to the team at support@mfoundry.io or open a ticket from the dashboard help menu.

Account & Billing

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.
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.
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.
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

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.
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.
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.
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

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.
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.
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.