Quickstart
Produce better events in under 5 minutes
1. Get your Mufi API Credrentials
We are currently in the proccess of releasing our Alpha version in the upcoming weeks. If you are interested in joining our Alpha program, please login via the Get Started button on the top right of the page or email us at connect@mufi.app if you do not have an account.
2. Setup in Your Project
To keep your credentials safe and out of sight, it’s best to store them in environment variables. This way, your credentails stay hidden and secure, and you don’t have to worry about it showing up in your code. Plus, it’s super easy to manage different sets of credentials for different environments like development, staging, and production.
Use your API Key in your project
Important: Use environment variables to keep your API Key secure.
Credential Security Tips
- Make sure to always use HTTPS when making requests to the Mufi API to keep your data encrypted and secure.
- Never share your credentials with anyone.
- Use a password manager to store your credentials securely.
- Use environment variables to store your credentials in your project.