deepgram-rust-management-api
Installation
SKILL.md
Using Deepgram Management API (Rust SDK)
Use this skill for project/account administration against Deepgram's Manage APIs.
When to use this product
- Listing or updating projects.
- Managing project API keys, members, scopes, invitations, balances, and usage.
- Explaining which admin surfaces are available in the current crate.
Authentication
For a management-only install:
[dependencies]
deepgram = { version = "0.10.0", default-features = false, features = ["manage"] }
tokio = { version = "1", features = ["full"] }