# mFoundry - [mFoundry Platform: Build, Manage, and Scale Workflows](https://docs.projexdesk.com/introduction.md): mFoundry is a SaaS platform for building, managing, and scaling workflows. Connect your tools, collaborate with your team, and ship faster. - [mFoundry Quick Start: Your First API Call in Minutes](https://docs.projexdesk.com/quickstart.md): Create your mFoundry account, generate your first API key, and make a live API call to the projects endpoint — all in under five minutes. - [Set Up Your mFoundry Account, Org, and Team Access](https://docs.projexdesk.com/getting-started/account-setup.md): Create your mFoundry account, verify your email, and configure your organization and profile settings before building your first workflow. - [mFoundry API Authentication: Bearer Tokens and Keys](https://docs.projexdesk.com/getting-started/authentication.md): Authenticate every mFoundry API request with a Bearer token. Learn to generate, rotate, and revoke API keys and resolve common auth errors. - [How mFoundry Works: Projects, Workflows, and Tasks](https://docs.projexdesk.com/concepts/overview.md): Learn how mFoundry organizes your work into organizations, projects, and workflows — and how they connect to teams, integrations, and the API. - [mFoundry Key Features: Dashboard, API, and Webhooks](https://docs.projexdesk.com/concepts/key-features.md): Explore mFoundry's core capabilities: dashboard management, team collaboration, real-time notifications, webhooks, integrations, and a powerful REST API. - [mFoundry Data Model: Entities, Fields, and Relationships](https://docs.projexdesk.com/concepts/data-model.md): Understand how mFoundry structures your data across organizations, projects, workflows, and tasks — and how they relate to users and permissions. - [mFoundry Terminology: Glossary of Key Platform Terms](https://docs.projexdesk.com/concepts/terminology.md): A reference glossary of mFoundry terms including organization, project, workflow, webhook, API key, and role — with concise definitions. - [Getting Started: Create Your First Project in mFoundry](https://docs.projexdesk.com/guides/first-project.md): Follow along to create your first mFoundry project, define workflows, and invite teammates step by step using the dashboard or REST API. - [Set Up Third-Party Integrations in Your mFoundry Workspace](https://docs.projexdesk.com/guides/integrations.md): Integrate mFoundry with Slack, GitHub, Jira, and other tools using built-in connectors or custom webhooks to automate your workflow. - [Set Up Notifications and Alerts for mFoundry Projects](https://docs.projexdesk.com/guides/notifications.md): Learn to configure in-app, email, Slack, and webhook alerts in mFoundry so your team stays informed about critical project events. - [Invite, Manage, and Remove Team Members in mFoundry](https://docs.projexdesk.com/guides/team-management.md): Invite teammates, assign roles, and control access to projects in mFoundry using role-based permissions to keep your work secure and organized. - [mFoundry Organization Settings: Roles and Configuration](https://docs.projexdesk.com/configuration/settings.md): Manage organization name, billing, security settings, and default preferences from the mFoundry Settings panel for admins and owners. - [Managing Project Environments in mFoundry Workflows](https://docs.projexdesk.com/configuration/environment.md): Create and manage development, staging, and production environments in mFoundry to test workflows safely before deploying to production. - [Configure and Manage Webhooks in mFoundry Platform](https://docs.projexdesk.com/configuration/webhooks.md): Configure outbound webhooks in mFoundry to notify your systems when projects, workflows, or tasks change — with HMAC signature verification. - [mFoundry Frequently Asked Questions and Help Guide](https://docs.projexdesk.com/help/faq.md): Find answers to common questions about mFoundry accounts, billing, API rate limits, role permissions, integrations, and data security. - [Troubleshooting Common Issues in mFoundry Platform](https://docs.projexdesk.com/help/troubleshooting.md): Diagnose and resolve common problems in mFoundry including authentication failures, webhook delivery errors, and integration connectivity issues. - [mFoundry REST API: Base URL, Versioning, and Rate Limits](https://docs.projexdesk.com/api-reference/introduction.md): The mFoundry REST API lets you programmatically manage projects, users, and webhooks. Base URL, versioning, and rate limit details explained here. - [mFoundry REST API Authentication: Bearer Token Setup](https://docs.projexdesk.com/api-reference/authentication.md): Every mFoundry API request requires a Bearer token in the Authorization header. Learn how to include your key and handle 401 and 403 responses. - [mFoundry API Error Codes, Status Codes, and Formats](https://docs.projexdesk.com/api-reference/errors.md): mFoundry API errors follow a consistent JSON format with status codes, error codes, and messages to help you handle failures gracefully. - [mFoundry Projects API: CRUD Endpoints and Examples](https://docs.projexdesk.com/api-reference/endpoints/projects.md): Create, read, update, and delete mFoundry projects via the REST API. Includes request parameters, response fields, and code examples. - [mFoundry Users API: List, Invite, and Manage Members](https://docs.projexdesk.com/api-reference/endpoints/users.md): Manage organization members via the mFoundry REST API. List users, retrieve profiles, invite new members, and update roles programmatically. - [mFoundry Webhooks API: Register, List, and Delete Endpoints](https://docs.projexdesk.com/api-reference/endpoints/webhooks.md): Create, list, and delete mFoundry webhook subscriptions via the API. Includes available events, payload structure, and signature verification.