Bezel API api_product_intent
internal prototype · canonical JSON + Dreamborn Forge HTML
internal generated
api_product_intent · supabase_json

Bezel API api_product_intent

api_product_intent artifact · for Bezel API · status draft

Planning Surface

Use this to decide what happens next.

Status

draft

Agent Handoff
Start Here

api_product_intent artifact · for Bezel API · status draft

Completion Evidence

No explicit evidence field yet. Require tests, screenshots, linked PRs, or reviewed outputs before marking complete.

Artifact Shape
  • purpose: Hosted API product for RedKey verified agent coordination.
  • repo name: bezel-api
  • repo path: /Users/justinking/Vaults/Projects/bezel-api
  • positioning: redkey: string, boundary: string, bezel_api: string, first_wedge: string
  • product line: Bezel API gives agent frameworks a verified shared queue.
  • product name: Bezel API
  • success loop: 10 items
  • product modes: lite: object, verified: object
Structured Payload

Machine-readable source fields

purpose

Hosted API product for RedKey verified agent coordination.

repo name

bezel-api

repo path

/Users/justinking/Vaults/Projects/bezel-api

positioning
redkey

protocol and operating substrate

boundary

framework-neutral API product, not OpenClaw-only

bezel api

customer-facing hosted API, onboarding, dashboard, SDK/adapters, docs

first wedge

OpenClaw adapter

product line

Bezel API gives agent frameworks a verified shared queue.

product name

Bezel API

success loop
  • create account
  • create workspace
  • create API key
  • create role
  • register agent
  • create queue
  • publish task
  • claim task
  • complete task
  • view verified receipt timeline
product modes
lite
value

Lowest-friction hosted coordination: verified claim races without publishing customer task data to HCS.

principle

Use HCS only for claim arbitration/proof. Do not store task briefs, task details, plan details, lifecycle summaries, or artifact details in HCS.

db content
  • workspace
  • roles
  • agents
  • queues
  • workflow_definitions.plan_json
  • workflow_runs
  • tasks
  • claims read model
  • artifacts
  • usage
hcs content
  • claim_attempted minimal commitment
  • claim_won/claim_result proof metadata or minimal claim decision
  • optional receipt anchor
verified
value

Full verified ledger replay for higher-trust/enterprise workflows.

principle

Use Agent Wire v1.1 for broader lifecycle/task/artifact reference events on HCS.

hcs content
  • task.created/available refs
  • claim lifecycle
  • artifact.ready refs
  • task.complete/fail summaries and verification refs
  • workflow/reducer events