Petnow LogoPetnow

Petify Console

The Petify admin console for issuing API keys and SDK distribution credentials and managing usage.

What is Petify Console?

Petify Console (Petify Admin Console) is the web admin console for partners adopting Petify SaaS. It is the starting point for everything you need to integrate the SDK and Server API: it issues the credentials required for integration and lets you manage usage and billing.

What you do in the consoleDescription
Issue an API KeyThe Petnow API key used for the SDK license (LicenseInfo) and for Server API calls
Issue AWS CodeArtifact credentialsThe CodeArtifact credentials needed to download the iOS (SPM) / Android (Maven) / React Native (npm) SDK
Register a payment method / manage billingRegister a payment method for usage-based billing and manage invoices
Usage dashboardView registration / verification / identification usage and the estimated charge

Every credential marked "provided by Petify Console" in the install guides (the AWS credentials and the API key) is issued here.


1. Create an account and sign in

  1. Go to console.petify.petnow.io.
  2. Sign up with your partner (company) account and sign in.
  3. Once signed in, you have access to the Dashboard and My Page.

For account creation and access questions, use Channel Talk inside the console or contact support@petnow.io.


2. Register a payment method (prerequisite for issuing keys)

Issuing a new API Key and AWS CodeArtifact credentials requires a registered payment method. Without one, the console does not proceed to the key-issuance step.

Register a payment method under Payment Info in My Page. After registering, creating your first API Key automatically grants 50 Integration Credits.

  • Integration Credits are applied first to your billable-pet usage (1 Credit = 1 billable pet).
  • They expire about 60 days after they are granted; usage after expiry/depletion is charged to your registered payment method.
  • Billing is usage-based. See Pricing for details.

3. Issue an API Key

The API Key is the Petnow API key used for the SDK license and Server API authentication.

  1. Go to API Key Management in My Page.
  2. Click Create new key. (If no payment method is registered, a registration prompt appears — see step 3.)
  3. Enter a key name and create it; the API Key is shown. The full value is visible only right after creation, so store it somewhere safe.

Use the issued API Key for:

  • SDK license — passed when creating the camera controller (iOS LicenseInfo(apiKey:), Android LicenseInfo(apiKey, isDebugMode))
  • Server API — passed as the x-petnow-api-key header on registration / verification / identification calls

Never hardcode the API Key in a client app or source code. Inject it via environment variables / a secrets manager, and keep the server-call key on your app server.


4. Issue AWS CodeArtifact credentials

The Petnow SDK is distributed through AWS CodeArtifact. To download the SDK you must issue CodeArtifact credentials from the console.

  1. Issue the AWS CodeArtifact Key (credentials) in My Page. (Like the API Key, this requires a registered payment method.)
  2. Set the install-guide environment variables with the issued values:
export AWS_ACCESS_KEY_ID=<from Petify Console>
export AWS_SECRET_ACCESS_KEY=<from Petify Console>
export AWS_DEFAULT_REGION=<from Petify Console>
export PETNOW_CODEARTIFACT_DOMAIN=<from Petify Console>
export PETNOW_AWS_ACCOUNT_ID=<from Petify Console>
# Platform-specific repository
export PETNOW_ANDROID_SDK_REPOSITORY=<from Petify Console>   # Android
export PETNOW_NPM_REPOSITORY=<from Petify Console>           # React Native

For the full per-platform install steps, see each getting-started guide:


5. Check usage

In Service Usage on My Page you can see your current usage, your Integration Credits balance (remaining Credits / to be applied / expiry date), and the estimated charge.

The actual applied Credits and charge are finalized based on usage at the billing date. Values shown in the console are estimates based on current registrations.


Quick-start checklist

Sign in to the console

Sign up and sign in at console.petify.petnow.io.

Register a payment method

Register a payment method under My Page → Payment Info.

Issue an API Key

Create a key under My Page → API Key Management (grants 50 Integration Credits).

Issue CodeArtifact credentials

Issue the AWS CodeArtifact credentials in My Page.

Install and integrate the SDK

Install the SDK with the issued credentials and integrate using the API Key.


Support

On this page