Getting Started
Create an Account
- Visit https://kyqu.dev and click Sign Up
- The first account in your organization becomes the superadmin
- Verify your email address
Create a Project
From the dashboard, click New Project and fill in:
| Field | Description |
|---|---|
| Name | Human-readable project name |
| Product Type | web, app, extension, api, or other |
| Domain | Primary domain of your product |
After creation, the dashboard shows the project's API key pair:
- Public Key (
pk_...) — Identifies the project to the API - Secret Key — Shown once; stored as a hash. Copy it immediately.
Install the SDK
npm install @kyqu/client
See the SDK Reference for full usage details.
Next Steps
- Configure auth methods for your project
- Set up webhooks to receive auth events
- Customize email templates
- Follow the project integration guide to add auth to your app