
Deepgram Python Management Api
- 24 installs
- 454 repo stars
- Updated August 3, 2026
- deepgram/deepgram-python-sdk
Administer Deepgram from Python: projects, API keys, members and invites, usage and billing, model discovery, and reusable Voice Agent configurations.
About
A Python SDK skill for Deepgram's Management REST APIs - listing and updating projects, managing API keys, members and invites, querying usage and billing, discovering and pinning STT/TTS models, and persisting reusable Voice Agent configurations. Reach for it when you need to administer a Deepgram account programmatically or store agent configs by agent_id rather than run transcription or an interactive agent. All methods are REST under client.manage.v1.*.
- Project, API-key, member, and invite lifecycle management
- Usage and billing queries via client.manage.v1.projects.*
- Model discovery/pinning with client.manage.v1.models.list()
- Persist reusable Voice Agent configs by agent_id
Deepgram Python Management Api by the numbers
- 24 all-time installs (skills.sh)
- Ranked #9,876 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/deepgram/deepgram-python-sdk --skill deepgram-python-management-apiAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 24 |
|---|---|
| repo stars | ★ 454 |
| Last updated | August 3, 2026 |
| Repository | deepgram/deepgram-python-sdk ↗ |
What it does
Administer Deepgram from Python: projects, API keys, members and invites, usage and billing, model discovery, and reusable Voice Agent configurations.
Who is it for?
Programmatic Deepgram account administration and model pinning
Skip if: Running transcription, analytics, or an interactive voice agent
When should I use this skill?
Calling client.manage.v1.* for projects, keys, members, usage, or models
What you get
Working admin calls that list/create/update Deepgram account resources.
- Python admin scripts for Deepgram account resources
By the numbers
- All management methods are REST under client.manage.v1
Related skills
FAQ
Does this run agents?
No - it persists and lists agent configs; use the voice-agent skill to run one interactively.
Are these endpoints REST or WebSocket?
All management methods are REST.