Prerequisites
- A running Agent Vault instance (see installation guide)
- Cursor installed
Quick start
Launch Cursor withvault run. It wraps Cursor with a vault-scoped session and installs the Agent Vault skill so Cursor knows how to proxy requests and raise proposals automatically. If you haven’t logged in yet, you’ll be guided through setup automatically.
Target a specific vault
Try it out
Ask Cursor to do something that requires an external API:“Fetch my recent Stripe charges”Here’s what happens — with zero pre-configuration:
- Cursor routes a request to
api.stripe.comthrough Agent Vault - Agent Vault returns a 403 — Stripe isn’t configured yet
- Cursor reads the
proposal_hintand creates a proposal requesting Stripe access - Cursor presents you with an approval link
- You click the link, paste your Stripe key, and click Allow
- Cursor retries — Agent Vault injects your Stripe credentials and the request succeeds
You didn’t pre-configure anything. The agent discovered what it needed, asked for approval, and handled the rest.
Alternative: invite-based setup
If you can’t usevault run (e.g. you’re connecting a remote or cloud-hosted Cursor instance), use the invite flow instead:
Next steps
How it works
Full request lifecycle end-to-end.
Services
Pre-configure services you know the agent will need.