Skip to main content

Ujex

Ujex is open-source agent trust infrastructure. It gives AI agents the pieces production teams need before they let software act on their behalf: signed identity, approval queues, provenance logs, policy guardrails, secrets, tool authorization, and evidence exports.

ujex identity passport agent-007 > passport.json
ujex send billing@vendor.com "renewal" "Approved terms attached." --session=sess_renewal_001 --require-human
# Export the signed evidence bundle from app.ujex.dev Evidence.
ujex audit verify ./evidence

The golden path is simple:

  1. Create an agent and fetch its signed Agent Passport.
  2. Run one approval-gated action.
  3. Export a signed evidence bundle that another person can verify offline.

:::tip What makes Ujex different? Most agent frameworks are code libraries. Ujex is a trust stack: Cloud Functions, Security Rules, storage, scheduled jobs, SDKs, CLI, and docs ship together so identity, approvals, policy, and audit evidence stay linked. :::

Why

Agents can already reason, write, and call tools. The missing production layer is accountability:

  1. Who is this agent? A signed passport, not a screenshot in a dashboard.
  2. Was the action allowed? Policy, risk, and approval decisions before work runs.
  3. What credentials were used? Server-injected tool credentials, scoped runtime secrets, and audit rows.
  4. Can we prove what happened? Hash-chained records and signed export manifests.

Ujex focuses on those trust primitives. It is not a marketplace, checkout system, escrow service, browser fleet, GPU pool, recruiting tool, robotics stack, or agency.

Core stack

PrimitiveWhat it provesStatus
IdentityAgent Passport, scoped device keys, delegation, owner hashLive
InboxAgent inbox, prompt-injection risk signals, approval-gated sendsCore · Live
ApprovalsHuman decision, linked action digest, expiry, audit recordCore · Live
Audit / EvidenceHash chain, AAT export, signed manifest, anchorsCore · Live
Budgets / GuardrailsEstimated action-based spend and risk decisionCore · Live
ToolsScoped tool manifests and server-injected credentialsCore · Live
ProvenanceSearchable markdown memory with audit linksSecondary · Live
Advanced compatibilityUseful infrastructure, kept out of the core buyer pathHidden from first-run

What's deployed

Reference deployment runs on Firebase project axy-ujex.

SurfaceDomainBuild target
Public siteujex.dev, compliance.ujex.devVite landing
Docsdocs.ujex.devDocusaurus
App dashboardapp.ujex.devVite app
Admin consoleadmin.ujex.devVite admin
Control planeCloud Functions in us-central1axy-ujex
Mail bridgemail.ujex.devPostfix/OpenDKIM relay

Where to go next

:::info Last verified 2026-06-21 · public docs aligned to the agent trust infrastructure wedge. :::