Get started

Data & AI · wired today

Drive AssemblyAI with governed agents

Models and datasets are infrastructure now, and agents need eyes on them. The AssemblyAI connector is one of 205 executable connectors and gives agents 2 read-only tools, with the credential held in the vault and every call receipted.

What agents can run against AssemblyAI

ToolWhat it does
list_transcriptsList the transcripts on the AssemblyAI account, newest first, optionally filtered by status. Returns the transcript IDs get_transcript is called with. The submitted audio_url is deliberately not returned (it is often a signed URL)
get_transcriptGet one AssemblyAI transcript by ID: status, detected language, duration, confidence and the transcript text (get the transcript_id from list_transcripts). The word-level timing array and the submitted audio_url are deliberately not returned

Every tool above is read-only. Write surfaces ship only after live testing, and always behind approval gates.

What the AssemblyAI connector needs

You provide API key from your AssemblyAI 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: AssemblyAI's own API documentation ↗ covers creating and scoping the credential.

How proven is this?

This connector was blind shape-proven against the real AssemblyAI 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.

AssemblyAI integration FAQ

What can Quox agents do with AssemblyAI?

Agents can run 2 read-only tools against AssemblyAI: list transcripts, get transcript. Every call is receipted in the evidence trail.

What does the AssemblyAI integration need?

You provide API key from your AssemblyAI 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 AssemblyAI 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 AssemblyAI connector?

This connector was blind shape-proven against the real AssemblyAI 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.