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.| Variable | Description | Default |
|---|---|---|
AMPUP_API_KEY | Your API key (sk-a79-...) | — |
AMPUP_BASE_URL | API base URL | https://app.ampup.ai |
API Groups
Every SDK, CLI command, and MCP tool maps to the same underlying API, organized into 8 groups:| Group | Python | TypeScript | CLI | Description |
|---|---|---|---|---|
| Organization | client.org | OrganizationApi | ampup org | Org info and switching |
| Accounts | client.accounts | AccountsApi | ampup accounts | Company records |
| Opportunities | client.opportunities | OpportunitiesApi | ampup deals | Deal pipeline |
| Meetings | client.meetings | MeetingsApi | ampup meetings | Recordings, analysis, briefs |
| Files | client.files | FilesApi | — | Upload recordings and docs |
| Metrics | client.metrics | MetricsApi | ampup metrics | Scoring methodology |
| Practice Scripts | client.practice_scripts | PracticeScriptsApi | ampup scripts | Roleplay scenarios |
| Configuration | client.config | ConfigurationApi | ampup config | Analysis settings |
Quick Start
Get an API key
Go to Settings → API Keys in the AmpUp dashboard and create a new key.
Resources
MCP Integration
End-user guide for connecting AmpUp to Claude and other AI assistants via OAuth.
Support
Questions? Reach out to the team.