Getting Started with Price Pilot

Getting Started with Price Pilot

Quick Installation

npm install @price-pilot/sdk

Basic Setup

Add the Price Pilot SDK to your application:

import { PricePilot } from '@price-pilot/sdk'

PricePilot.init({
  apiKey: 'YOUR_API_KEY',
  domain: 'your-domain.com'
})

Configuration Options

OptionTypeRequiredDescription
apiKeystringYesYour Price Pilot API key
domainstringYesYour website's domain
debugbooleanNoEnable debug logging

Verifying Installation

Once installed, you can verify the SDK is working:

PricePilot.isReady().then(() => {
  console.log('Price Pilot SDK is ready!')
})

Next Steps

Copyright © 2025. All rights reserved.