32
total weekly downloads
12 packages
@bolyra/ai
Bolyra ZKP authentication adapter for Vercel AI SDK — protect AI tool calls with zero-knowledge proofs
@bolyra/circuits
Prebuilt Circom circuit artifacts for the Bolyra ZKP identity protocol
@bolyra/cli
CLI for Bolyra credential lifecycle management — create, inspect, revoke credentials; generate Ed25519 keys; verify receipts; generate dev identities.
@bolyra/delegation
Verifiable delegated authority for agent actions. Human signs a scoped receipt; middleware verifies it before the agent calls a tool. SD-JWT/EdDSA today, ZKP upgrade path tomorrow.
@bolyra/gateway
Bolyra MCP Auth Gateway — standalone reverse proxy that verifies agent ZKP credentials before forwarding to upstream MCP servers.
@bolyra/mcp
Gate MCP tool calls so only authorized agents can call sensitive tools — Bolyra ZKP authentication middleware for Model Context Protocol servers, over stdio or HTTP.
@bolyra/mpp
Verify an agent's delegated spend mandate before accepting an MPP payment credential.
@bolyra/openclaw
OpenClaw trust verification adapter for Bolyra — ZKP-native agent authentication
@bolyra/payment-protocols
ZKP privacy layer for Visa TAP and Google AP2 — Bolyra as the identity backbone for agentic commerce
@bolyra/receipts
Signed auth receipts for Bolyra ZKP verification decisions — canonical JSON, secp256k1 sign/verify, EVM-compatible r||s||v signatures.
@bolyra/sdk
TypeScript SDK for Bolyra — mutual ZKP authentication for humans and AI agents
@bolyra/shield
Stdio MCP auth proxy — wrap any MCP server with per-tool permission enforcement