Environments
KEYRA separates sandbox and production with credential prefixes and project environment settings — not separate auth hostnames.
On this page
API base URL
SDKs and OpenAPI contracts use this host for Partner 2FA and OAuth Verify:
https://auth.keyra.ieSandbox vs production
| Concept | Sandbox | Production |
|---|---|---|
| Project / key environment | sandbox | production |
clientId prefix | cp_test_ | cp_prod_ |
| Secret token prefix | sk_test_ | sk_prod_ |
| API host | https://auth.keyra.ie | |
Moving to production
- Complete integration against a sandbox project and
_test_credentials. - Create a production project (or production keys) in the Developer Portal.
- Replace configuration with
cp_prod_/sk_prod_values and the productionprojectId. - Keep secrets on the server. Do not ship production secrets to browsers or mobile binaries.
Related surfaces
- Developer portal:
developer.keyra.ie - Onboarding / get-started UI:
get-started.keyra.ie - Hosted OAuth script:
https://auth.keyra.ie/sdk/keyra-oauth.js
