curl quickstart
Bare HTTP. No SDK. Five minutes to your first signed call and receipt.
TypeScript quickstart
Thin TS wrapper around the MCP gateway.
pnpm dev → streaming tool calls.Python quickstart
Python httpx wrapper.
python src/main.py → parsed receipt in stdout.Agent pays vendor
Full lifecycle hero recipe. Policy envelope → grant → payment → receipt → audit stream.
Build a connector
Scaffold, implement, and test a new connector from scratch (Stripe-shaped clone).
Build a skill
Write a
SkillManifest, consent flow, and entry point. Full smoke test included.Embed OWS React Native
iOS Secure Enclave + Android StrongBox key generation and sign-and-verify in a mobile app.
x402 paid API
Pay-per-call API using
@glideco/x402-facilitator. Server verifies on-chain; client pays and calls.Picking your first recipe
Not sure where to start? Pick by role:Backend self-hoster
Start with curl quickstart to understand the wire format,
then build a connector to plug in your own banking rails.
Agent author
Start with TypeScript quickstart to confirm the
MCP gateway is reachable, then agent pays vendor for
the full policy-envelope-to-receipt lifecycle.
Contributor
Start with build a skill — it walks the same scaffold
pattern used by every package in the OSS Cathedral. Connector authors should read
build a connector instead.