Get an API key
In 60 seconds
Section titled “In 60 seconds”- Go to id.tkawen.com/signup
- Sign up with email + phone (SMS verification, free)
- Confirm your email, then sign in to the developer dashboard
- Click “Create API key” — you get two keys back:
pk_sandbox_...(publishable, safe for client-side use)sk_sandbox_...(secret, never expose publicly)
Store it safely
Section titled “Store it safely”# ~/.bashrc or your project's environmentexport TKAWEN_KEY="sk_sandbox_xxxxxxxxxxxxxxxxxxxxxxxx"Verify it works
Section titled “Verify it works”curl -H "Authorization: Bearer $TKAWEN_KEY" \ https://api.tkawen.com/v1/identity/meExpected response:
{ "key_id": "ak_xxx", "mode": "sandbox", "owner": "your-email@example.com", "quota": { "calls_this_month": 0, "limit": 1000 }}What next?
Section titled “What next?”- Make your first call — create a video room, send an SMS, verify an identity
- Browse the seven pillars — each pillar has dedicated reference docs