This guide walks you through setting up your Mufi account, creating an organization and project, getting your API key, and making your first API calls. By the end, you’ll have created a user with a wallet, set up an event, and issued a product.
Go to my.mufi.app and sign in with your email. You’ll receive a one-time code to authenticate.
2
Create an organization
Once logged in, create a new organization. Organizations are the top-level entity that groups your projects, team members, and fans.
3
Create a project
Inside your organization, create a new project. Each project has its own set of users, events, products, and API keys.
4
Generate an API key
Navigate to the API Keys section in your project settings and generate a new key. Copy it — you’ll need it for all API requests.
Your API key does not expire automatically. Store it securely in an environment variable — never hardcode it in your application or commit it to version control.
Using the staging environment? Replace api.mufi.app with dev.api.mufi.app for testing. All API Playground examples in these docs point to the staging URL.
Batch creation: You can create up to 1,500 users in a single request by adding more objects to the array. Wallets are provisioned asynchronously — users are available immediately while wallets generate in the background.