Skip to main content
Build on AmpUp’s sales meeting analysis platform with your choice of interface — a Python or TypeScript SDK, a command-line tool, or the MCP protocol for AI assistants.

Choose Your Interface

Python SDK

pip install ampup — typed client with 8 API groups, async support, and context manager.

TypeScript SDK

npm install @ampup-ai/sdk — Axios-based client with full TypeScript types.

CLI

pip install "ampup[cli]" — manage accounts, deals, and meetings from the terminal.

MCP Server

Connect AmpUp to Claude Desktop, Claude Code, or any MCP-compatible AI assistant.

Authentication

All interfaces authenticate with an API key. Generate one from your AmpUp dashboard under Settings → API Keys.
export AMPUP_API_KEY=sk-a79-...
VariableDescriptionDefault
AMPUP_API_KEYYour API key (sk-a79-...)
AMPUP_BASE_URLAPI base URLhttps://app.ampup.ai

API Groups

Every SDK, CLI command, and MCP tool maps to the same underlying API, organized into 8 groups:
GroupPythonTypeScriptCLIDescription
Organizationclient.orgOrganizationApiampup orgOrg info and switching
Accountsclient.accountsAccountsApiampup accountsCompany records
Opportunitiesclient.opportunitiesOpportunitiesApiampup dealsDeal pipeline
Meetingsclient.meetingsMeetingsApiampup meetingsRecordings, analysis, briefs
Filesclient.filesFilesApiUpload recordings and docs
Metricsclient.metricsMetricsApiampup metricsScoring methodology
Practice Scriptsclient.practice_scriptsPracticeScriptsApiampup scriptsRoleplay scenarios
Configurationclient.configConfigurationApiampup configAnalysis settings

Quick Start

1

Get an API key

Go to Settings → API Keys in the AmpUp dashboard and create a new key.
2

Install

pip install ampup          # Python SDK
pip install "ampup[cli]"   # Python SDK + CLI
npm install @ampup-ai/sdk  # TypeScript SDK
3

Try it

export AMPUP_API_KEY=sk-a79-...
ampup org get
ampup accounts list --search "Acme"

Resources

MCP Integration

End-user guide for connecting AmpUp to Claude and other AI assistants via OAuth.

Support

Questions? Reach out to the team.