Skip to main content
The AmpUp CLI lets you manage your sales data directly from the terminal. Built with Typer, it ships as an optional extra of the ampup Python package.

Installation

This installs both the Python SDK and the ampup CLI command. Requires Python 3.10+.

Authentication

Set your API key as an environment variable or pass it with every command:
If neither flag nor env var is set, the CLI falls back to a config file — first ~/.ampup/config.json, then /workspace/.ampup/config.json, then /mnt/session/uploads/workspace/.ampup/config.json. This makes the CLI work out of the box inside Managed Agents sessions where credentials are mounted at a known path.

Global Options

Commands

ampup org — Organization

Example:

ampup accounts — Account Management

Examples:

ampup deals — Deal Management

Examples:

ampup meetings — Meetings

Examples:

ampup metrics — Scoring Metrics

Example:

ampup scripts — Practice Scripts

Example:

ampup config — Analysis Configuration

Output Formats

Use --output (or -o) to switch between JSON and table output:

Scripting Examples

Export all meetings for a deal

Check analysis status in a loop

Support