Data & AI · wired today
Deepgram, wired into your agent workforce
Models and datasets are infrastructure now, and agents need eyes on them. The Deepgram connector is one of 222 executable connectors and gives agents 2 read-only tools, with the credential held in the vault and every call receipted.
Connecting Deepgram takes one credential
You provide API key from your Deepgram account; Quox sends it as an API key sent as a header. The credential is stored encrypted in the vault and resolved just-in-time, so agents use it without ever seeing it.
Where to get it: Deepgram's own API documentation ↗ covers creating and scoping the credential.
What agents can run against Deepgram
list_projectsList the Deepgram projects this API key belongs to, with their id, name and account balance company
list_modelsList the speech-to-text and text-to-speech models Deepgram currently offers, with their name, version and languages
Every tool above is read-only. Write surfaces ship only after live testing, and always behind approval gates.
How proven is this?
This connector was blind shape-proven against the real Deepgram API: every endpoint it declares answered measurably differently from a deliberately bogus control request, without any account or credential involved. It is Beta: proven against the live API surface, not yet run with a real credential.
- Credentialed The vault stores, tests and just-in-time resolves its credential; agents never see the secret.
- Read-only It ships read tools only, so there is nothing to approval-gate.
- Agent-owned No dedicated agent owns it yet; the orchestrator can drive it on request.
- Schedulable Not yet exposed in the workflow builder; that integration is on the connector roadmap.
- Evidenced Per-call evidence envelopes are on the roadmap; vault credential use is already receipted.
Deepgram integration FAQ
What can Quox agents do with Deepgram?
Agents can run 2 read-only tools against Deepgram: list projects, list models. Every call is receipted in the evidence trail.
What does the Deepgram integration need?
You provide API key from your Deepgram account; Quox sends it as an API key sent as a header. The credential is stored encrypted in the vault and resolved just-in-time, so agents use it without ever seeing it.
Do agents see my Deepgram credentials?
No. Credentials live encrypted in the Quox vault and are resolved server-side at call time. Agents invoke tools; they never receive the underlying secret.
How proven is the Deepgram connector?
This connector was blind shape-proven against the real Deepgram API: every endpoint it declares answered measurably differently from a deliberately bogus control request, without any account or credential involved. It is Beta: proven against the live API surface, not yet run with a real credential.