KYE App Store · production-ready apps

Deploy authority-aware apps that already exist.

The KYE App Store is for full apps built on KYE Protocol — not just connectors and not just plugins. Each one is a productised surface a bank, enterprise, consultant, auditor, or developer can deploy. Schemas, sample payloads, manifest, webhook verifier, and SDK adapters are open. The runtime gateway, evidence engine, dashboards, and SLA-backed delivery are commercial.

Connector Hub integrates KYE. App Store productises KYE. Plugin Marketplace extends KYE.

Payments & commerce · 4 apps

The agentic-payments stack.

KYE Payment Authority Gateway

Runtime authority gateway for agent-backed payments and delegated purchasing. Checks actor · principal · payment instrument · merchant · basket · amount · currency · jurisdiction · authority grant · approval threshold · state · risk · policy.

Verify delegated payment authority before an agent, workflow, wallet, IPG, MPG, checkout, or payment rail acts. Before the payment is authorised, KYE proves the agent was authorised.

Open: payment authority schemas · sample decision payloads · webhook verifier · connector manifest · SDK examples. Commercial (KYE Cloud): runtime gateway · payment decision engine · Decision Map UI · evidence-pack automation · high-volume transaction monitoring · bps / per-transaction metering · enterprise SLA.

KYE Checkout Guard

Detect agent-backed checkout flows; verify whether the agent is allowed to buy this basket from this merchant using this instrument under the customer's limits. Outside scope → deny / pause / require approval before payment execution.

Open: checkout authority schema · basket-hash schema · sample plugin · webhook verifier · SDK examples. Commercial: managed Checkout Guard · merchant dashboard · basket Decision Map · evidence packs · approval workflow · commerce analytics.

KYE Agent Purchasing Reference App

Reference app showing how a customer delegates limited card-purchasing authority to an AI agent. KYE checks the agent, customer, card token, merchant, basket, spend limits, state, and approval threshold before the purchase proceeds. Every purchase produces a Decision Map and evidence pack.

Open: reference architecture · sample schemas · sample decision payloads · sample evidence JSON · demo connector manifest. Commercial: hosted simulator · bank-grade pilot app · managed evidence engine · payment-gateway integration · enterprise workflow.

KYE IPG / MPG Connector

Add KYE pre-authorisation checks to internet and mobile payment gateways. Verify agent authority, payment-instrument state, merchant category, basket hash, risk state, and approval threshold before the gateway processes the payment.

Open: IPG/MPG connector manifest · sample pre-authorisation request · sample webhook event · signature verifier · test harness. Commercial: managed IPG/MPG connector · gateway adapter · transaction monitoring · decision replay · SLA-backed event delivery · payment evidence packs.

Open finance · 3 apps

Authority Finality for open finance APIs.

KYE Open Finance Authority Gateway

Add Authority Finality evidence to open banking and open finance APIs. KYE proves which app, agent, TPP, API client, or corporate workflow acted for which customer, under what consent, scope, state, and evidence.

Open: open-finance authority schema · consent-to-authority mapping · sample OpenAPI adapter · sample decision payloads · test fixtures. Commercial: managed open-finance gateway · bank dashboard · TPP authority registry · evidence packs · conformance reports · regulated deployment.

KYE for OpenBankProject

Wraps OpenBankProject-style account access and payment-initiation calls with KYE authority decisions. Governs account access, payment initiation, API clients, TPPs, finance agents, and delegated workflows through one authority model.

Open: OBP connector manifest · OBP/KYE mapping examples · sandbox adapter · sample conformance tests. Commercial: managed OBP / KYE gateway · bank-grade evidence packs · Decision Map UI · sandbox governance console · enterprise support.

KYE Bank Developer Portal Authority Connector

Add delegated authority and API-client governance to bank developer portals. KYE proves which app, agent, TPP, corporate workflow, or API client acted for which customer, under what authority, with what evidence.

Open: developer-portal connector schema · API-client authority schema · sample API-key binding · sample decision events. Commercial: managed bank-developer-portal connector · API-client governance dashboard · enterprise evidence packs · credential-rotation workflows · conformance / certification.

Sandbox & conformance · 2 apps

Test agentic finance with audit-ready evidence.

KYE UAE Open Finance Sandbox Connector

Add KYE authority decisions, evidence packs, Decision Maps, and conformance evidence to UAE-style open-finance sandbox testing. Test customer consent, API-client authority, AI finance agents, transaction initiation, account access, and evidence flows. KYE turns sandbox actions into replayable authority decisions and signed evidence packs.

Open: sandbox authority schemas · synthetic test fixtures · sample evidence payloads · sample API adapter. Commercial: hosted sandbox harness · regulator / auditor portal · conformance dashboards · evidence exports · enterprise sandbox deployment.

KYE Regulatory Sandbox Evidence Harness

Test agentic finance, delegated authority, and AI-governance workflows in sandbox environments with Decision Maps, signed evidence packs, self-audit reports, and conformance outputs.

Open: sandbox evidence schemas · sample test fixtures · self-attestation schema · conformance output format. Commercial: hosted sandbox harness · regulator dashboard · participant dashboards · evidence-pack generation · self-audit automation · certification workflow.

Sector apps · 2 apps

Pensions: dashboards, advisers, retirement agents.

KYE Pension Authority Connector

Govern pension dashboard, adviser, scheme, provider, ISP, and retirement-agent access with state-aware authority decisions and evidence packs. KYE proves who viewed or acted on pension data, on whose authority, for what purpose, within what scope.

Open: pension authority schema · member consent model · sample find / view authority payloads · connector manifest. Commercial: managed pension connector · pension evidence packs · adviser authority dashboard · sandbox harness · conformance reporting.

KYE Pension Sandbox Harness

Test pension dashboard and provider authority flows with synthetic members, schemes, API endpoints, adviser roles, retirement agents, Decision Maps, and evidence packs.

Open: synthetic pension authority examples · sample evidence schema · sandbox connector manifest · test fixtures. Commercial: hosted sandbox · participant dashboard · evidence automation · conformance reports · sandbox analytics.

Agentic / MCP

Make KYE available to MCP-compatible agents.

KYE MCP Server & Tool Governance Gateway

Expose KYE authority checks, schemas, dictionaries, capability manifests, Decision Maps, and evidence packs to MCP-compatible agents, IDEs, and developer tools. Agents can inspect authority; production systems still enforce through the KYE Runtime Gateway.

Open: MCP server skeleton · read-only MCP tools · schema resources · dictionary resources · sample decision tools · local dev MCP server. Commercial: hosted MCP server · enterprise tenant auth · policy-gated admin tools · Decision Map integration · evidence-pack integration · SLA support · private deployment.

Audit & certification

Evidence, not screenshots.

KYE Evidence Pack Viewer

Replay decisions, verify signatures, inspect authority grants, check entity state, review payload hashes, trace audit events, and map evidence to controls. For auditors, regulators, banks, enterprises, and customers.

Open: evidence-pack schema · sample evidence packs · signature-verification library · basic viewer. Commercial: managed evidence viewer · enterprise archive · control mapping · Decision Map replay · audit portal · regulator-access portal.

KYE Certification & Conformance Portal

Run KYE self-tests, publish self-attestations, submit implementations for review, and earn KYE Self-Tested → KYE Self-Attested → KYE Conformant → KYE Certified badges.

Open: conformance fixtures · self-attestation schema · certification record schema · basic CLI reporter. Commercial: official certification portal · public badge registry · review workflow · enterprise evidence review · renewals · partner certification.

App manifest

Every app ships a kye.app_manifest.v1.

App manifests declare what the app does, which profiles it supports, deployment modes (hosted · BYOC · on-prem), the OSS / commercial component split, and the commercial model (annual licence + usage, transaction fees, bps).

{
  "schema_version": "kye.app_manifest.v1",
  "app_id":         "kye:app:payment-authority-gateway",
  "name":           "KYE Payment Authority Gateway",
  "display_name":   "KYE Payment Authority Gateway™",
  "category":       "payments",
  "app_type":       "runtime_gateway",
  "version":        "1.0.0",
  "publisher": {
    "publisher_entity_id":  "kye:org:kye_protocol",
    "maintainer_entity_ids": ["kye:user:maintainer_001"]
  },
  "description": "Runtime authority gateway for agent-backed payments and delegated purchasing.",
  "supported_profiles": [
    "kye.core.v1", "kye.payment_authority.v1",
    "kye.agent_purchasing.v1", "kye.webhooks.v1", "kye.evidence.v1"
  ],
  "capabilities": [
    "authority_decision", "agent_purchase_check",
    "payment_instrument_binding", "decision_map_generation",
    "evidence_pack_generation", "signed_webhooks"
  ],
  "deployment_modes": ["hosted", "byoc", "on_prem"],
  "commercial_model": {
    "pricing_type":             "annual_license_plus_usage",
    "supports_transaction_fee": true,
    "supports_bps":             true
  },
  "oss_components": ["schemas", "manifest", "sdk_examples", "webhook_verifier"],
  "commercial_components": ["runtime_gateway", "decision_engine",
                            "evidence_engine", "dashboard", "sla_support"],
  "status": "active"
}
Adjacent reading

Where to go next.