# Glide > The stablecoin neobank for global freelancers, digital nomads, crypto founders, and businesses. Accounts, cards, payments, and stablecoin conversion in one regulated platform. ## Docs - [Identity verification](https://glide-9da73dea.mintlify.app/accounts/identity.md): What KYC checks, what we ask for, and how long it takes. Required for fiat deposits and card issuance. - [Multi-currency accounts](https://glide-9da73dea.mintlify.app/accounts/overview.md): Hold and receive in 80+ currencies. Each currency has its own local account details so payments arrive like a domestic transfer. - [Personal vs business](https://glide-9da73dea.mintlify.app/accounts/personal-vs-business.md): Pick the account type that matches who's using it. You can switch later, but starting on the right type saves a verification step. - [accounts.balance](https://glide-9da73dea.mintlify.app/agents/api/accounts-balance.md): Per-chain, per-token balance of the agent vault. Amounts returned in both cents (USD-normalized via current FX where applicable) and native units. - [accounts.list](https://glide-9da73dea.mintlify.app/agents/api/accounts-list.md): List the accounts this agent can operate on. Scoped strictly to the grant's aud.vault_id — a sibling agent's vault is never visible even if under the same princ - [agent.budget.create](https://glide-9da73dea.mintlify.app/agents/api/agent-budget-create.md): Spawn a child agent with a scoped multisig sub-vault and a policy envelope. The operation is a saga — on any failure the partial state rolls back and the 10-min - [agent.budget.revoke](https://glide-9da73dea.mintlify.app/agents/api/agent-budget-revoke.md): Revoke a child agent and optionally auto-sweep its sub-vault back to the parent treasury. Revocation is terminal; spawn a new agent via agent.budget.create to r - [agent.grant.issue](https://glide-9da73dea.mintlify.app/agents/api/agent-grant-issue.md): Issue a new bearer grant for this agent with a narrowed scope set; always requires principal step-up before the token is returned. - [agent.grant.refresh](https://glide-9da73dea.mintlify.app/agents/api/agent-grant-refresh.md): Re-issue this agent's grant under the current policy version when the new policy is unchanged-or-narrowed vs the issue-time version. No step-up required (refres - [agents.list](https://glide-9da73dea.mintlify.app/agents/api/agents-list.md): List sibling agents under the same principal/entity. Useful for cross-agent UIs; doesn't expose another agent's envelope policy. - [audit.stream](https://glide-9da73dea.mintlify.app/agents/api/audit-stream.md): Mint a cursor for subscribing to this agent's event stream over SSE. The cursor is bound to the current grant — when the grant expires or is revoked, the SSE co - [beneficiary.add](https://glide-9da73dea.mintlify.app/agents/api/beneficiary-add.md): Propose adding a counterparty to the agent's envelope allowlist. Per the multisig allowlist gate, allowlist mutations are multisig-proposal based — this tool en - [cards.freeze](https://glide-9da73dea.mintlify.app/agents/api/cards-freeze.md): Freeze a previously issued card. The card will reject subsequent authorizations until unfrozen (unfreeze tool ships in v1.1). - [cards.issue](https://glide-9da73dea.mintlify.app/agents/api/cards-issue.md): Issue a scoped virtual card against the agent sub-vault. The card carries its own MCC filters, funding cap, and expiry independent of the envelope. - [MCP tool reference](https://glide-9da73dea.mintlify.app/agents/api/index.md): Auto-generated from the apps/mcp tool catalog. Every tool, every input, every output schema. - [killSwitch.all](https://glide-9da73dea.mintlify.app/agents/api/killSwitch-all.md): Atomic kill-switch: revoke every active grant + freeze every sub-vault for this principal. The confirm_scope literal 'ALL_AGENTS_THIS_PRINCIPAL' is required to - [payments.initiate](https://glide-9da73dea.mintlify.app/agents/api/payments-initiate.md): Initiate a payment inside the agent vault envelope; amounts over the step-up threshold return a pending_step_up response until the principal approves. - [payments.simulate](https://glide-9da73dea.mintlify.app/agents/api/payments-simulate.md): Run the full policy envelope evaluation against a proposed payment. Returns the verdict + every reason without any side effects. Use this to preview a payment b - [payroll.run](https://glide-9da73dea.mintlify.app/agents/api/payroll-run.md): Kick a payroll batch. Requires V2 payroll infra (Sprint 3-4); returns blocked_by_dep if unavailable, matching PLAN.md hero-skill dependency chain. - [skills.list](https://glide-9da73dea.mintlify.app/agents/api/skills-list.md): Catalog of installable skills from glide.co/skills. Each skill advertises its runtime compatibility and whether its upstream dependencies are live in this envir - [transactions.list](https://glide-9da73dea.mintlify.app/agents/api/transactions-list.md): Paginated list of this agent's transactions. Scoped to the agent; sibling agents' history never appears. Use cursor for page-through. - [transfer.schedule](https://glide-9da73dea.mintlify.app/agents/api/transfer-schedule.md): Schedule a future-dated transfer. Envelope is evaluated at schedule time AND again at execute time; policy bumps between the two can still deny the scheduled tr - [vault.rotateSigner](https://glide-9da73dea.mintlify.app/agents/api/vault-rotateSigner.md): Rotate the signing key for this agent's sub-vault. Always requires principal step-up. Completes atomically with a policy_version bump. - [x402.pay](https://glide-9da73dea.mintlify.app/agents/api/x402-pay.md): Pay an x402 micropayment endpoint with mandatory server-side RPC verification; the facilitator receipt is never trusted for money-safety fields. - [x402.receive](https://glide-9da73dea.mintlify.app/agents/api/x402-receive.md): Return this agent's x402 receive endpoints. Every Glide vault is x402-addressable out of the box — other agents can pay this agent via the standard x402 handsha - [yield.allocate](https://glide-9da73dea.mintlify.app/agents/api/yield-allocate.md): Move funds between yield vaults (Aave/Morpho/Kamino/idle) within the envelope. Blocked by V3 yield infra if that dependency slips. - [Agent banking](https://glide-9da73dea.mintlify.app/agents/index.md): Let Claude, ChatGPT, or a Vertex agent operate a scoped Glide sub-vault. You set the policy; the agent works inside it. - [Kill switch](https://glide-9da73dea.mintlify.app/agents/kill-switch.md): Halt every agent, every tool call, instantly. The reset button when something feels wrong. - [Policy envelope](https://glide-9da73dea.mintlify.app/agents/policy-envelope.md): The contract between you and the agent. Per-transaction caps, daily caps, counterparty allowlists, step-up thresholds, time windows. - [Connect your first agent](https://glide-9da73dea.mintlify.app/agents/quickstart.md): Install a Glide skill, connect it to Claude Desktop or ChatGPT, and watch the first tool call land in your audit feed. - [Receipts and audit feed](https://glide-9da73dea.mintlify.app/agents/receipts.md): Every agent tool call lands in an append-only audit log. Watch live, replay later, export for compliance. - [Supported runtimes](https://glide-9da73dea.mintlify.app/agents/runtimes.md): Glide skills work in Claude Desktop, ChatGPT Apps, Google Vertex, OpenClaw, and Hermes. Same skill, same envelope, every runtime. - [AP agent](https://glide-9da73dea.mintlify.app/agents/skills/ap-agent.md): Let Claude or ChatGPT read invoices from QuickBooks Online or Xero and draft vendor payments inside a policy envelope you set. - [Skills catalog](https://glide-9da73dea.mintlify.app/agents/skills/catalog.md): Pre-built agent skills you can install in one tap. Each runs against a scoped sub-vault under a policy you approve. - [Treasury](https://glide-9da73dea.mintlify.app/agents/skills/treasury.md): Let Claude allocate idle USDC across yield strategies you've pre-approved. Every reallocation goes through your policy envelope. - [Trip budget](https://glide-9da73dea.mintlify.app/agents/skills/trip-budget.md): Read-only travel-spend tracker. Great as a first-time agent install — Claude tracks against a budget you set, no money movement. - [Step-up approvals](https://glide-9da73dea.mintlify.app/agents/step-up.md): When an agent's action crosses your envelope threshold, you get a one-time approval prompt. Face ID, passkey, or your two-factor method. - [Corporate cards](https://glide-9da73dea.mintlify.app/business/corporate-cards.md): Unlimited Visa cards for your team with per-employee limits, MCC restrictions, and instant freeze. - [Glide for businesses](https://glide-9da73dea.mintlify.app/business/index.md): Multi-entity accounts. Stablecoin payroll. Corporate cards. Cross-border payments. From pre-seed to Series C. - [Multi-entity setup](https://glide-9da73dea.mintlify.app/business/multi-entity.md): Hold up to 20 entities under one admin. Subsidiaries, holdcos, SPVs, side projects — all in one dashboard. - [Stablecoin payroll](https://glide-9da73dea.mintlify.app/business/payroll.md): Pay your distributed team in USDC across 80+ corridors. Same UX as fiat payroll; better economics for global teams. - [Team and roles](https://glide-9da73dea.mintlify.app/business/team-roles.md): Invite teammates per entity with role-based access. Approval flows for high-value transfers. - [Treasury](https://glide-9da73dea.mintlify.app/business/treasury.md): Yield on idle USDC and fiat. Allocation across approved strategies. Coming Q2 2026. - [Vendor payments](https://glide-9da73dea.mintlify.app/business/vendor-payments.md): Pay vendors via wire, ACH, SEPA, SWIFT, or USDC. Same dashboard. Same approval flow. Same audit trail. - [Apple Pay and Google Pay](https://glide-9da73dea.mintlify.app/cards/apple-google-pay.md): Add your Glide card to your phone wallet in two taps. Tap to pay anywhere contactless is accepted. - [Card disputes](https://glide-9da73dea.mintlify.app/cards/disputes.md): If a charge is wrong, fraudulent, or never delivered, file a dispute. We work with Visa to investigate and refund. - [Card limits and controls](https://glide-9da73dea.mintlify.app/cards/limits-and-controls.md): Set per-card spending limits, freeze and unfreeze, restrict by merchant category, and watch every authorization in real time. - [Visa cards](https://glide-9da73dea.mintlify.app/cards/overview.md): Physical and virtual Visa cards. No foreign transaction fees from Glide. Apple Pay and Google Pay ready. - [Agent pays vendor](https://glide-9da73dea.mintlify.app/cookbook/agent-pays-vendor.md): Full lifecycle recipe. Build an AgentPolicyEnvelope, issue a Grant, call payments.initiate, inspect the Receipt, and verify the audit stream. About 20 minutes. - [Build a connector](https://glide-9da73dea.mintlify.app/cookbook/build-a-connector.md): Copy the example scaffold, write a ConnectorManifest, implement Banking and Screening capabilities, run the contract test suite, and open a PR. About 45 minutes. - [Build a skill](https://glide-9da73dea.mintlify.app/cookbook/build-a-skill.md): Scaffold a SkillManifest, write a policy template, implement a consent flow, write the skill entry point, and run a smoke test. About 30 minutes. - [curl quickstart](https://glide-9da73dea.mintlify.app/cookbook/curl-quickstart.md): Bare HTTP, no SDK. Five minutes to your first signed call and a parsed receipt in stdout. - [Embed OWS React Native](https://glide-9da73dea.mintlify.app/cookbook/embed-ows-react-native.md): iOS Secure Enclave and Android StrongBox key generation, sign-and-verify, and agent identity binding in a React Native app. About 30 minutes. - [Cookbook](https://glide-9da73dea.mintlify.app/cookbook/index.md): End-to-end recipes — copy, paste, extend. Each links to a runnable mini-project. - [Python quickstart](https://glide-9da73dea.mintlify.app/cookbook/python-quickstart.md): Python httpx wrapper around the MCP gateway. `python src/main.py` — parsed receipt in stdout in under 10 minutes. - [TypeScript quickstart](https://glide-9da73dea.mintlify.app/cookbook/typescript-quickstart.md): Thin TS wrapper around the MCP gateway. Clone, install, set env, `pnpm dev` — streaming tool calls in under 10 minutes. - [x402 paid API](https://glide-9da73dea.mintlify.app/cookbook/x402-paid-api.md): Build a pay-per-call API using @glideco/x402-facilitator. Server calls handleVerify and handleSettle directly; client sends X-Payment header. About 25 minutes. - [Who can open an account](https://glide-9da73dea.mintlify.app/eligibility.md): Glide is open to most countries and most industries, including those traditional banks won't serve. - [Welcome to Glide](https://glide-9da73dea.mintlify.app/index.md): The stablecoin neobank for global freelancers, digital nomads, crypto founders, and businesses. - [Deposits](https://glide-9da73dea.mintlify.app/money/deposits.md): Add money to your account via stablecoin transfer or bank wire. Deposits land in seconds (crypto) or minutes (local rails). - [Foreign exchange](https://glide-9da73dea.mintlify.app/money/fx.md): Glide quotes the live mid-market rate with zero spread. See the rate before you convert; no hidden margin. - [Limits and fees](https://glide-9da73dea.mintlify.app/money/limits-and-fees.md): What you can move, how often, and what each rail costs. Pricing is published; nothing is hidden. - [Send money](https://glide-9da73dea.mintlify.app/money/send.md): Send to 180 countries via wire, ACH, SEPA, Faster Payments, SWIFT, or stablecoin transfer. See the fee before you confirm. - [Hosted vs self-hosted](https://glide-9da73dea.mintlify.app/oss/concepts/hosted-vs-self-hosted.md): 100% code-parity commitment between Glide Cloud and self-hosted instances, with three documented exceptions (Chainalysis ToS, Privy Multi-tenant, mobile App Store distribution). - [Money-safety contracts (F-rules)](https://glide-9da73dea.mintlify.app/oss/concepts/money-safety-contracts.md): The IRON RULE invariants every money-touching path observes. Operators who remove any of them assume liability for the resulting deployment. - [Orchestration shell, not a bank stack](https://glide-9da73dea.mintlify.app/oss/concepts/orchestration-shell.md): Honest positioning for what Glide OSS is and isn't. The code that orchestrates regulated partners — not the partners themselves. - [Adding a connector](https://glide-9da73dea.mintlify.app/oss/connectors/extending.md): Partner-PR flow for adding a new vendor adapter at packages/connectors//. Trust tiers, 8-gate CI matrix, scaffolding, contract tests. - [Connectors](https://glide-9da73dea.mintlify.app/oss/connectors/index.md): Auto-generated catalog of all 21 vendor connectors. Each connector ships under MIT with a manifest, contract test, README, and COMPLIANCE.md. - [Agent platform](https://glide-9da73dea.mintlify.app/oss/headless/index.md): Banking For Your Agents — the operating account Claude, ChatGPT, Vertex, OpenClaw, and Hermes agents use to move real money, scoped by a multisig-governed envelope the principal controls. - [OAuth flow](https://glide-9da73dea.mintlify.app/oss/headless/oauth-flow.md): End-to-end authorization_code + PKCE flow for MCP clients. RFC 7591 dynamic client registration, RFC 8707 resource-indicator-bound tokens, RFC 9728 discovery. - [Partner registry submissions](https://glide-9da73dea.mintlify.app/oss/headless/partner-registries.md): Submission checklist for Anthropic Connector Marketplace, ChatGPT Apps, Google Vertex, OpenClaw, Hermes. Tracks the pre-submit checklist that a human operator works through once the infra is green. - [Agent platform quickstart](https://glide-9da73dea.mintlify.app/oss/headless/quickstart.md): Spin up apps/mcp locally + connect Claude Desktop / ChatGPT / Vertex / OpenClaw / Hermes. The 30-minute path to a working agent banking environment. - [Self-hosting the agent platform](https://glide-9da73dea.mintlify.app/oss/headless/self-hosting.md): Operator guide for running apps/mcp + the Headless agent stack on your own infrastructure. OAuth AS adapter choice (Ory vs external BYO), money-safety F-rules, agent-skill install saga. - [Tool reference](https://glide-9da73dea.mintlify.app/oss/headless/tool-reference.md): Every MCP tool exposed by apps/mcp — read, write, treasury endpoints. Input schemas, output schemas, money-safety F-rule contract. - [Glide OSS](https://glide-9da73dea.mintlify.app/oss/index.md): MIT-licensed orchestration shell for stablecoin neobank rails + agent banking. Self-host the code; bring your own vendors; contribute connectors and skills. - [OSS Legal](https://glide-9da73dea.mintlify.app/oss/legal/index.md): Vendor postures and agreement templates for Glide OSS. Each artifact reviewed by independent Opus Legal Partner agents (avg 98.93/100). TPA and TSA are use-based consent — no countersign required. - [Trusted Partner Agreement (template, use-based consent)](https://glide-9da73dea.mintlify.app/oss/legal/trusted-partner-agreement.md): Use-based consent contract between Glide and a Verified-tier connector vendor. No countersign required. Score: 96.67/100. - [Trusted Skill Agreement (template, use-based consent)](https://glide-9da73dea.mintlify.app/oss/legal/trusted-skill-agreement.md): Use-based consent contract between Glide and a Verified-tier skill author. No countersign required. Score: 100.00/100. - [Chainalysis vendor posture](https://glide-9da73dea.mintlify.app/oss/legal/vendor-chainalysis.md): Operator-facing disclaimer + compliance brief for the Chainalysis sanctions-screening adapter. Score: 99.60/100. - [Ory vendor posture](https://glide-9da73dea.mintlify.app/oss/legal/vendor-ory.md): Operator-facing disclaimer + compliance brief for the OAuth Authorization Server (Ory Network or self-hosted Hydra). Score: 99.17/100. - [@glideco/a2a-resolver](https://glide-9da73dea.mintlify.app/oss/packages/a2a-resolver.md): Resolve agent_did counterparties to settling addresses via ERC-8004, ENS ENSIP-9, did:web, or Glide-internal vault lookup. - [@glideco/acp-merchant](https://glide-9da73dea.mintlify.app/oss/packages/acp-merchant.md): Merchant-side handler for the Agentic Commerce Protocol (ACP) v2026-04-17.1. Zod schemas + pure handler functions for /agentic_checkout and /delegate_payment. - [@glideco/agent-events](https://glide-9da73dea.mintlify.app/oss/packages/agent-events.md): Closed-vocab Zod schemas for every event type in the Glide agent activity log. The taxonomy behind the AgentActivityEvent JSON Schema. - [@glideco/agent-identity](https://glide-9da73dea.mintlify.app/oss/packages/agent-identity.md): did:key P-256 derivation from Apple App Attest and Android Key Attestation certificates. Pure functions, no IO. - [@glideco/anomaly](https://glide-9da73dea.mintlify.app/oss/packages/anomaly.md): Heuristic anomaly detector + storm suppression + Sentry sink. OSS reference impl. No classifier, no ML — every signal is explainable. - [@glideco/ap2-adapter](https://glide-9da73dea.mintlify.app/oss/packages/ap2-adapter.md): Wire-format encoder/decoder for Google AP2 (Agent Payments Protocol) v0.1-alpha. Projects Glide grants + policy envelopes onto AP2 Verifiable Digital Credentials. - [@glideco/compliance-export](https://glide-9da73dea.mintlify.app/oss/packages/compliance-export.md): Range validation, monthly sharding, envelope builder, S3 signed-URL refresh, and retention-tier storage adapters for agent activity-log exports. - [@repo/connectors-coinbase-x402](https://glide-9da73dea.mintlify.app/oss/packages/connectors-coinbase-x402.md): x402 receiver helpers + Coinbase CDP facilitator client. Drives the verify+settle flow for any RFC-compatible facilitator. F1 IRON RULE: txHash is the facilitator's claim, not verified fact. - [@glideco/crosschain-bridge](https://glide-9da73dea.mintlify.app/oss/packages/crosschain-bridge.md): Quote + dispatch shape layer for Squid Router and Across Protocol. Bridge route classification, quote aggregation, glide-internal fast path. - [@glideco/dsar](https://glide-9da73dea.mintlify.app/oss/packages/dsar.md): DSAR redaction primitives for the Glide agent activity log. Bitmap-encoded partial redaction and full-erasure tombstone, append-only-safe. - [@glideco/explainer](https://glide-9da73dea.mintlify.app/oss/packages/explainer.md): LLM narrator for activity_log rows. Schema-bound I/O contract. Ships feature-flagged off until n≥500 golden-set eval green. - [@glideco/grant-wrapper](https://glide-9da73dea.mintlify.app/oss/packages/grant-wrapper.md): Fresh-read tenant + grant verification for Glide agent tools. Implements the F3 IRON RULE: cached grant alone never authorizes a money-touching call. - [@glideco/kms-signer](https://glide-9da73dea.mintlify.app/oss/packages/kms-signer.md): Pluggable KMS signer interface for AWS KMS, GCP KMS, and HashiCorp Vault Transit. Used to issue W3C VCs and build did:web documents. - [@glideco/kya-vc](https://glide-9da73dea.mintlify.app/oss/packages/kya-vc.md): AgentSanctionsPassCredential issuer. Wraps Chainalysis screening results as W3C Verifiable Credentials signed by Glide's institutional issuer key. - [@glideco/mpp-adapter](https://glide-9da73dea.mintlify.app/oss/packages/mpp-adapter.md): Wire-format encoder/decoder for the Machine Payments Protocol (MPP). RFC 7235 Payment auth scheme, JCS-canonicalized payloads, multi-rail 402 challenges. - [@glideco/ows-react-native](https://glide-9da73dea.mintlify.app/oss/packages/ows-react-native.md): Open Wallet Standard (OWS) provider for React Native. Exposes iOS Secure Enclave and Android StrongBox keys as a spec-conformant wallet. - [@glideco/parley-tiers](https://glide-9da73dea.mintlify.app/oss/packages/parley-tiers.md): Project smart-router rail candidates into turbo/fast/batch payment tiers. Pure function, no IO, additive to vanilla MPP. - [@glideco/policy-engine](https://glide-9da73dea.mintlify.app/oss/packages/policy-engine.md): Pure-function policy-envelope evaluator for Glide agent banking. 14 axes, default-deny, chain-agnostic. Returns ALLOW / ALLOW_WITH_STEP_UP / DENY with reason codes. - [@glideco/recovery](https://glide-9da73dea.mintlify.app/oss/packages/recovery.md): Pure encoders for Safe + Zodiac Delay (EVM) and Squads v4 (Solana) social-recovery proposals. I/O-free; operators wire their own KMS signer and RPC client. - [@glideco/schemas](https://glide-9da73dea.mintlify.app/oss/packages/schemas.md): Zod schemas and closed-vocabulary types for Glide agent banking. TypeScript source of truth for the JSON Schemas published at glide.co/schemas/agent-banking. - [@glideco/secrets-scan](https://glide-9da73dea.mintlify.app/oss/packages/secrets-scan.md): Denylist + entropy secret scanner. Catches JWTs, API keys, PEM blocks, and private keys before they leak to logs or audit streams. - [@glideco/smart-router](https://glide-9da73dea.mintlify.app/oss/packages/smart-router.md): Pure-function payment rail selection. Cheapest-first sort, latency tiebreaker, internal-vault short-circuit, policy filtering. - [@glideco/spend-export](https://glide-9da73dea.mintlify.app/oss/packages/spend-export.md): Typed receipt schema + CSV / JSON Lines / QBO IIF / Xero exports for agent spend. costillery-compatible with Glide augmentations. - [@glideco/ucp-profile](https://glide-9da73dea.mintlify.app/oss/packages/ucp-profile.md): Builder and parser for the Universal Commerce Profile (UCP) v0.1-2026-04. Publishes the /.well-known/ucp.json discovery document for buyer-agent runtimes. - [90-second quickstart](https://glide-9da73dea.mintlify.app/oss/quickstart.md): From `git clone` to `localhost:3000/health → 200` in under 90 seconds. Zero vendor signups required. - [License compatibility](https://glide-9da73dea.mintlify.app/oss/security/license-compatibility.md): Accept / warn / block matrix for third-party dependencies. MIT/Apache/BSD/ISC pass; MPL/LGPL/AGPL warn; GPL/SSPL/unlicensed block. - [Threat model](https://glide-9da73dea.mintlify.app/oss/security/threat-model.md): STRIDE pass + IRON RULE F-contract review across 10 surfaces: deposit, send, payout, webhook, admin, MCP gateway, grant issuance, tool-call policy, audit log, public standards. - [Self-hosting Glide](https://glide-9da73dea.mintlify.app/oss/self-hosting.md): Operator runbook for running Glide outside Glide Cloud — env posture, deploy targets, operational keys, migrations, backups, observability, compliance disclaimers. - [Authoring an agent skill](https://glide-9da73dea.mintlify.app/oss/skills/authoring.md): Partner-PR flow for adding a new agent skill at packages/skills//. SkillManifest schema, 4-tier policy presets, consent-disclosure guard. - [Agent skills](https://glide-9da73dea.mintlify.app/oss/skills/index.md): Auto-generated catalog of all 6 hero agent skills. Each skill ships with a manifest, 4-tier policy presets (supervise / ride-along / trust / veteran), and contract test. - [Shared type primitives (_types)](https://glide-9da73dea.mintlify.app/oss/standards/_types.md): The $defs catalog referenced via $ref by every other agent-banking schema. Timestamps, IDs, money amounts, addresses, and closed-enum vocabularies. - [AgentActivityEvent (draft)](https://glide-9da73dea.mintlify.app/oss/standards/agent-activity-event.md): Append-only audit event emitted after every MCP tool call. Consumed by the Trust Console, audit:stream subscribers, and ops dashboards. - [AgentPolicyEnvelope (draft)](https://glide-9da73dea.mintlify.app/oss/standards/agent-policy-envelope.md): 14-axis policy envelope evaluated by @glideco/policy-engine on every agent tool call. - [ConnectorManifest (draft)](https://glide-9da73dea.mintlify.app/oss/standards/connector-manifest.md): Schema for vendor connector packages at packages/connectors//. Defines capabilities, regions, currencies, egress hosts, compliance disclosures. - [Grant (draft)](https://glide-9da73dea.mintlify.app/oss/standards/grant.md): OAuth bearer grant JWT claims. RFC 8707 resource-indicator-bound; max TTL 60min. - [Public schemas (v1)](https://glide-9da73dea.mintlify.app/oss/standards/index.md): JSON Schema documents for Glide's agent-banking standards. Promoted to /v1/ on 2026-04-26 after independent adversarial review. - [Agent payment lifecycle](https://glide-9da73dea.mintlify.app/oss/standards/lifecycle.md): Annotated flow tracing one agent payment from policy envelope to audit row. Shows the schema instance at each step. - [Receipt (draft)](https://glide-9da73dea.mintlify.app/oss/standards/receipt.md): Tool-call receipt persisted in activity_log after a money-touching MCP call settles. - [ScopedGrantClaims (draft)](https://glide-9da73dea.mintlify.app/oss/standards/scoped-grant-claims.md): JWT claims for the OAuth bearer grant. RFC 8707 resource-indicator-bound to a single vault + entity. Max TTL 60 minutes. - [SkillManifest (draft)](https://glide-9da73dea.mintlify.app/oss/standards/skill-manifest.md): Schema for agent skill packages at packages/skills//. Defines runtime compat, required scopes, policy template, consent summary, trust tier. - [TrustTier (draft)](https://glide-9da73dea.mintlify.app/oss/standards/trust-tier.md): Quality-based trust tier for connectors and agent skills. Community / verified / core. - [Open your account in 10 minutes](https://glide-9da73dea.mintlify.app/quickstart.md): Sign up, verify your identity, fund your account, and get a card. Most people are done in under ten minutes. - [Data and privacy](https://glide-9da73dea.mintlify.app/security/data-privacy.md): What we collect, what we keep, how long we keep it, and how to request a copy or deletion. - [How we protect your money](https://glide-9da73dea.mintlify.app/security/index.md): Funds held 1:1 in segregated accounts at major regulated banks. Five jurisdictions of regulatory oversight. Continuous monitoring. - [KYC and AML](https://glide-9da73dea.mintlify.app/security/kyc-aml.md): Continuous sanctions screening, transaction monitoring, and KYC verification on every account. - [Regulatory](https://glide-9da73dea.mintlify.app/security/regulatory.md): Glide is regulated as a Money Services Business in five jurisdictions. Annual audits, transaction monitoring, sanctions screening. - [Segregated banking](https://glide-9da73dea.mintlify.app/security/segregated-banking.md): Customer funds are held 1:1 in segregated accounts at major regulated banking partners. Not pooled, not lent, not part of Glide's balance sheet. - [Two-factor authentication](https://glide-9da73dea.mintlify.app/security/two-factor.md): Passkeys, biometric step-up, and device attestation. Standard on every account; cannot be disabled below a minimum bar. - [Stablecoins](https://glide-9da73dea.mintlify.app/stablecoins/overview.md): Deposit USDC and USDT on-chain, hold them alongside fiat, convert in seconds, withdraw to any wallet you control. - [Supported networks](https://glide-9da73dea.mintlify.app/stablecoins/supported-networks.md): The chains and assets we accept for deposits and withdrawals. - [Withdrawals](https://glide-9da73dea.mintlify.app/stablecoins/withdrawals.md): Send your stablecoins to any external wallet you control. Network gas only; no fee from Glide. ## OpenAPI Specs - [openapi](https://glide-9da73dea.mintlify.app/api-reference/openapi.json) ## Optional - [glide.co](https://glide.co) - [Status](https://status.glide.co) - [Support](mailto:hi@glide.co)