Why this exists
You’ve already got AI doing useful work in plenty of places. Drafting emails, summarizing documents, navigating spreadsheets. The frontier is letting AI act on real systems — but for money, “real” has a much higher bar. Glide’s answer is a clean separation:- The agent sees what you’ve scoped it to see and proposes actions.
- The policy envelope is a contract you’ve signed with yourself: this is what’s allowed, this is what isn’t.
- You approve anything that crosses the line.
What you can do today
Quickstart
Connect Claude Desktop to your Glide account in under 5 minutes.
Browse skills
Pre-built skills for AP, treasury, trip budgets, and more.
Set a policy envelope
Caps, allowlists, step-up thresholds, kill-switch.
Watch the audit feed
Every tool call is signed and logged. Watch live or replay later.
How it works under the hood
Glide implements the Model Context Protocol (MCP) — the open standard Anthropic shipped for tool-using AI agents. When you install a skill, Glide sets up:- A scoped sub-vault — a piece of your account with the assets and limits the skill needs.
- An OAuth grant — the agent gets a short-lived token (max 60 minutes) that’s bound to that sub-vault. The token can’t reach the rest of your account.
- A policy envelope — the contract you signed. The MCP server enforces it on every tool call.
- A receipt — every tool call appends a tamper-evident row to your audit log.
What this isn’t
- Not an autonomous bot. The agent doesn’t move money on its own. Anything past your envelope thresholds asks you first.
- Not an open spigot. The agent can’t see beyond its sub-vault. It can’t see other accounts, other skills, other tenants.
- Not a custody change. Your money still lives in segregated accounts at our banking partners. The agent moves the same money you’d move; it just does it through a constrained API.
Next
- Quickstart — connect Claude Desktop.
- Skills catalog — what’s available now.
- Policy envelope — how the contract works.