Setup
1
Create User Info API
Create an API endpoint that:
- Uses your existing session authentication
- Returns user data in the UserInfo format
- Includes proper CORS headers if your API and docs domains differ:
2
Configure Settings
Add your API URL and Login URL in your Mintlify dashboard settings.
Example Setup
Your setup will depend on where your dashboard and docs are hosted:-
Different Subdomains: For dashboard at
dash.example.comand docs atdocs.example.com -
Dashboard Subdomain, Docs at Root: For dashboard at
dash.example.comand docs atexample.com/docs -
Same Domain: For dashboard at
example.com/dashboardand docs atexample.com/docs