Quickstart
1. Get Credentials
Sign up at bkey.id and create an OAuth client from the developer dashboard. You’ll receive:BKEY_CLIENT_ID— your application’s client IDBKEY_CLIENT_SECRET— your application’s client secret
2. Install the SDK
3. Authenticate
4. Request Biometric Approval (CIBA)
CIBA is BKey’s core primitive. Your agent requests approval, the user gets a push notification on their phone, and approves with facial biometrics.5. Use Cases Built on CIBA
Once you have biometric approval, you can build on top of it: Checkout — Agent-initiated purchases:Next Steps
- Agent Payments — let your agent pay for APIs (auto-detects x402 vs MPP)
- CIBA Deep Dive — understand the core approval flow
- Encryption — what protects each step, end-to-end
- MCP Integration — gate MCP tool calls with biometric approval
- Authentication Overview — all OAuth flows
- API Reference — full endpoint documentation