Skip to main content
The @ampup-ai/sdk package provides a fully typed TypeScript client for the AmpUp Sales Meeting Analysis Platform. Built on Axios with auto-generated types from the OpenAPI spec.

Installation

Requires Node.js 18 or higher.

Quick Start

Configuration

All API classes share the same Configuration object:

API Classes

Each API group is a separate class. Pass the shared Configuration to each one.

OrganizationApi

AccountsApi

OpportunitiesApi

MeetingsApi

FilesApi

MetricsApi

PracticeScriptsApi

ConfigurationApi

Error Handling

The SDK uses Axios under the hood. Catch errors using standard Axios patterns:

Support