VOICE → VERCEL · SAFETY-FIRST

Make Vercel voiceable.

A spoken word never executes.

Operate Vercel by voice — safely. Every destructive action is gated behind a deliberate confirmation.

4 actions · 3 writes · 3 gated as destructive

Get early access

EXAMPLE COMMANDS

What you can say to Vercel.

Generated from the Vercel spec — these are the real utterances the parser is built to handle.

PER-ACTION SAFETY

Every write, classified.

Destructive actions are gated; reads run free. No destructive action is ever left unflagged.

ActionEndpointClassWhyBlast radius
createDeploymentPOST /v13/deployments⚠ destructiveirreversible/costly action: “deploy”Ships code to an environment.
getDeploymentGET /v13/deployments/{id}read-onlyread-only — safe to run without a gateNo side effect. Read-only.
deleteVercelDeploymentDELETE /v13/deployments/{id}⚠ destructiveirreversible: HTTP DELETEPermanently removes the resource.
rollbackProjectPOST /v9/projects/{id}/rollback⚠ destructiveirreversible/costly action: “deploy”Ships code to an environment.

AUTH & SETUP

Connecting to Vercel.

Vercel authenticates with Bearer token. Voxy stores only a vault reference — your secret is never written inline in the config or sent to the browser.

SchemeBearer token
HeaderAuthorization: Bearer <token>
Where to get itCreate a token / API key in the API's dashboard, then store it in your vault.
How Voxy stores itAs a vault reference (keyring:voxy/vercel) — never the literal secret. The gate and execution run server-side; the secret never reaches the client.

FAQ

Questions about Vercel by voice.

How do I authenticate Voxy with Vercel?

Vercel uses Bearer token. You generate the credential in the Vercel dashboard and store it as a vault reference; Voxy never holds the literal secret and never sends it to the browser. The credential is attached server-side when a confirmed action runs.

What can I do in Vercel by voice?

This page exposes 4 Vercel actions generated from its OpenAPI spec: createDeployment, getDeployment, deleteVercelDeployment, rollbackProject. For example, you can say things like “create a new deployment with name acme-web”.

Which Vercel actions need confirmation?

3 of the 4 actions are classified destructive or costly and are gated behind a deliberate click: createDeployment, deleteVercelDeployment, rollbackProject. Voxy shows a read-back of exactly what it will do, and nothing runs until you click confirm.

Is operating Vercel by voice safe?

Yes — safety is the whole point. A spoken word never executes a destructive action. Every irreversible or costly Vercel call (like createDeployment) requires an explicit on-screen confirmation, and destructive detection runs at 100% recall, so nothing dangerous is silently executed.

Do I need a Vercel API key to try the demo?

No. The demo on this page is parse-only: it understands your command, shows the parsed call and read-back, and stops at the gate. It never calls Vercel and needs no keys. A key is only required when you wire Voxy to your live Vercel account.

Does Voxy change my Vercel setup or require code?

No code and no changes to Vercel. Voxy reads the Vercel OpenAPI spec to generate the voice layer; you keep using Vercel exactly as before and add a safe voice/natural-language way to run these actions.

Give Vercel a voice.
Keep the safety.

Early access is rolling out across the Tier-1 APIs. Point Voxy at your spec and get a gated voice agent.

Request access