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 accessEXAMPLE COMMANDS
What you can say to Vercel.
Generated from the Vercel spec — these are the real utterances the parser is built to handle.
“create a new deployment with name acme-web”needs confirm“get a deployment by id with id abc123”read-only“delete a deployment with id abc123”needs confirm“roll back production to a previous deployment with id abc123”needs confirm
PER-ACTION SAFETY
Every write, classified.
Destructive actions are gated; reads run free. No destructive action is ever left unflagged.
| Action | Endpoint | Class | Why | Blast radius |
|---|---|---|---|---|
createDeployment | POST /v13/deployments | ⚠ destructive | irreversible/costly action: “deploy” | Ships code to an environment. |
getDeployment | GET /v13/deployments/{id} | read-only | read-only — safe to run without a gate | No side effect. Read-only. |
deleteVercelDeployment | DELETE /v13/deployments/{id} | ⚠ destructive | irreversible: HTTP DELETE | Permanently removes the resource. |
rollbackProject | POST /v9/projects/{id}/rollback | ⚠ destructive | irreversible/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.
| Scheme | Bearer token |
| Header | Authorization: Bearer <token> |
| Where to get it | Create a token / API key in the API's dashboard, then store it in your vault. |
| How Voxy stores it | As 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.
← More in DevOps & Deploy · All integrations
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