All projects

Creo

AI agents that manage your e-commerce stores, with every action validated and audited on-chain via CRE

CRE & AI Privacy Risk & Compliance

What it is

Creo is an AI-powered e-commerce management platform. Merchants connect their Shopify, Etsy, or Amazon store, deploy autonomous AI agents (price optimizer, inventory manager), and instruct them in plain language. Every agent action passes through a CRE workflow running inside a Trusted Execution Environment. Marketplace API keys are stored encrypted in the Vault DON, never exposed to the backend. Write actions are validated against business rules, executed confidentially, and logged immutably on-chain on Base Sepolia.
The Result: Autonomous agents with cryptographic, on-chain proof of every decision they make.

How it Works

  • Backend: Python + FastAPI, Google Gemini for agent orchestration, Supabase for auth and persistence, Redis + Celery for background tasks
  • Frontend: Next.js 15 + TypeScript + MUI; merchant dashboard with agent chat interface
  • CRE Workflows (Chainlink Runtime Environment):
    • agent-execution validates agent decisions, executes Shopify API calls via ConfidentialHTTPClient, writes on-chain audit log via EVMClient → CreoRegistry.onReport() (Base Sepolia)
    • confidential-api-call read-only Shopify calls inside TEE, token never leaves the enclave
    • settlement on-chain merchant settlement via CreoSettlement.onReport()
  • Smart Contracts: CreoRegistry + CreoSettlement on Base Sepolia, both implementing IReceiver

Links

Created by

  • Elon Taylor