Go to developer

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:

Base URLtext
https://auth.keyra.ie

Sandbox vs production

ConceptSandboxProduction
Project / key environmentsandboxproduction
clientId prefixcp_test_cp_prod_
Secret token prefixsk_test_sk_prod_
API hosthttps://auth.keyra.ie

Moving to production

  1. Complete integration against a sandbox project and _test_ credentials.
  2. Create a production project (or production keys) in the Developer Portal.
  3. Replace configuration with cp_prod_ / sk_prod_ values and the production projectId.
  4. Keep secrets on the server. Do not ship production secrets to browsers or mobile binaries.
  • Developer portal: developer.keyra.ie
  • Onboarding / get-started UI: get-started.keyra.ie
  • Hosted OAuth script: https://auth.keyra.ie/sdk/keyra-oauth.js