@glideco/schemas
v0.1.1
Published
Zod schemas + closed-vocabulary types for Glide agent banking — AgentPolicyEnvelope, Grant, Receipt, AgentScope, ConnectorManifest. Source of truth for the public standards site at schemas.glide.dev.
Downloads
45
Maintainers
Readme
@glideco/schemas
Zod schemas + closed-vocabulary types for Glide agent banking. Source of truth for the public draft standards at schemas.glide.dev/agent-banking/draft/* (M5.5).
Install
npm install @glideco/schemasSchemas
| Schema | What it pins |
| --------------------- | ---------------------------------------------------------------------------- |
| AgentPolicyEnvelope | The 13-axis policy envelope evaluated by @glideco/policy-engine |
| Grant | OAuth bearer grant + RFC 8707 resource-indicator-scoped JWT claims |
| Receipt | Tool-call receipt persisted in activity_log |
| AgentScope | Closed vocabulary of MCP scopes (accounts:read, payments:initiate, etc.) |
Usage
import { AgentPolicyEnvelope } from '@glideco/schemas';
const envelope = AgentPolicyEnvelope.parse(rawJson); // throws on schema mismatchLicense
MIT — see LICENSE.
Source
This package lives in the Glide OSS Cathedral monorepo. For the larger context see docs/agents/.
