Z
ZAYUNO ACTION LAYER
OpenAI Apps SDK & Remote MCP Ready

Action Infrastructure for Conversational AI

Zayuno connects ChatGPT and autonomous AI agents directly to physical restaurant menus and local service providers. Discover live items, compute verified delivery quotes, and dispatch orders with provider-supplied payment links.

🧪
Developer Sandbox & Pilot Environment: Currently operating in Pilot / Sandbox mode with a simulated Fast Food provider adapter (EVOS Mock) for full end-to-end MCP tool verification, cryptographic HMAC webhooks, and simulated checkout flows prior to commercial multi-chain rollout.

Core Architecture Principles

Built specifically for high-reliability, zero-hallucination agentic commerce.

🛡️

Explicit Confirmation Guardrail

Models are enforced via strict MCP schemas to execute quote_order first, show exact pricing, and require explicit user consent before calling create_order.

💳

Provider-Supplied Checkout

Zayuno never stores credit card details. Orders return verified provider checkout links where customers complete payment directly on the provider's payment page.

Cryptographic Webhooks

Real-time synchronization between merchant backends and AI clients via cryptographic HMAC SHA-256 signatures, transitioning order states instantaneously.

Standard ChatGPT Custom App Flow (Sandbox)

1. Discovery get_menu(provider="evos")
200 OK • 17 items
2. Quote quote_order(items: [2x X-Set])
Total: 133,000 UZS
3. Confirm & Create create_order(idempotencyKey)
Status: AWAITING_PAY
4. Checkout get_payment_options(orderId)
Provider-supplied HTTPS URL
5. Webhook Ingest POST /api/v1/webhooks/providers/evos
Order: ACCEPTED / PAID