Get your Public API Key
- Go to your API Keys in the Chipi Dashboard
- Copy your Public Key (
pk_prod_xxxx)
You only need the Public Key for frontend applications. Never use your Secret Key in client-side code.
Handle Authentication
The Browser SDK requires a bearer token for authentication. You’ll need to obtain this from your authentication provider:
Next Steps
Now that you have the basic setup working, explore more advanced features:- Session Keys - Enable delegated transaction execution
- API Reference - Full API documentation
