Account Creation
To start using the platform, you need to create an account. This process is handled through our secure authentication system powered by Supabase.
Sign Up
Navigate to the signup page on our platform (e.g., https://app.makinari.com/signup) to create your account.
You will need to provide:
- Email address
- Password
Once registered, you will receive a confirmation email to verify your account.
Authentication
Our API uses session-based authentication for browser interactions and API keys for server-to-server communication. When you log in via the dashboard, a session is established.
For programmatic access, please refer to the API Keys Generation section.
Last updated on