Get started

Communication · wired today

Drive Zoom with governed agents

Messages and calls are where work actually gets decided. The Zoom connector is one of 205 executable connectors and gives agents 4 read-only tools, with the credential held in the vault and every call receipted.

What agents can run against Zoom

ToolWhat it does
list_usersList users on the Zoom account (name, email, type, status, role and last login)
list_meetingsList a user's scheduled Zoom meetings (topic, type, start time, duration and join URL)
get_meetingGet one Zoom meeting by id (topic, status, host, schedule, agenda and join URL)
list_recordingsList a user's Zoom cloud recordings in a date range (meeting topic, start time, size and share URL)

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

What the Zoom connector needs

You provide account ID, client ID, client secret from your Zoom account; Quox sends it as OAuth client credentials. 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: Zoom's own API documentation ↗ covers creating and scoping the credential.

How proven is this?

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

Zoom integration FAQ

What can Quox agents do with Zoom?

Agents can run 4 read-only tools against Zoom: list users, list meetings, get meeting, list recordings. Every call is receipted in the evidence trail.

What does the Zoom integration need?

You provide account ID, client ID, client secret from your Zoom account; Quox sends it as OAuth client credentials. 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 Zoom 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 Zoom connector?

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