This is a demo of PromptProxy. Request early access.
Authentication
Choose how we should authenticate your users.
We need to know this, so we can update user credits and apply rate limits correctly.
Use with your Supabase project, or any other authentication provider using signed JWT ID tokens.
Send requests with the X-User-Token: idToken header. Safe to use
- Requests are automatically linked to authenticated users.
- Set up rules and limits for authenticated users.
- Safe to expose PromptProxy API key.
Use with caution:
- Helpful to give unauthenticated visitors a taste of your app.
- Avoid exposing your PromptProxy API key when this mode is enabled.
- Set rules and limits to avoid unexpected costs.