Skip to main content

Getting Started

Create an Account

  1. Visit https://kyqu.dev and click Sign Up
  2. The first account in your organization becomes the superadmin
  3. Verify your email address

Create a Project

From the dashboard, click New Project and fill in:

FieldDescription
NameHuman-readable project name
Product Typeweb, app, extension, api, or other
DomainPrimary 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