@glideco/ucp-profile
v0.1.0
Published
UCP (Universal Commerce Protocol — Google + Shopify) capability-profile publisher for Glide. Builds the .well-known/ucp.json document a UCP-aware agent runtime fetches to discover Glide-issuer capabilities (rails, currencies, regions, AP2 mandate types, A
Maintainers
Readme
@glideco/ucp-profile
UCP (Universal Commerce Protocol — Google + Shopify) capability-profile publisher for Glide. Builds the .well-known/ucp.json document a UCP-aware agent runtime fetches to discover Glide-issuer capabilities. Pinned to UCP spec v0.1-2026-04.
Pure functions, no IO.
Install
npm install @glideco/ucp-profileUsage
import { buildUcpProfile, profileSupports } from '@glideco/ucp-profile';
const profile = buildUcpProfile({ domain: 'glide.co' });
// Mount at /.well-known/ucp.jsonLicense
MIT
Spec version
Pinned to UCP 0.1-2026-04 — exported as UCP_SPEC_VERSION. The profile manifest at /.well-known/ucp.json (served from apps/web/src/app/.well-known/ucp.json/route.ts) echoes this in the top-level ucpVersion field.
UCP layers above AP2 + ACP — the published profile imports AP2_SPEC_VERSION and ACP_SPEC_VERSION from those packages so a single bump in the underlying spec propagates here automatically.
