mirror of
https://github.com/different-ai/openwork
synced 2026-04-25 17:15:34 +02:00
OpenWork Repo Non-Stub Render E2E Proof
This directory captures end-to-end proof for the OpenWork-repo implementation of the Den service and worker provisioning flow.
Control-plane deployment proof
render-control-plane.json
Includes service id, repo/branch/rootDir, public URL, and latest live deploy metadata.
API/CLI auth + worker provisioning flow
report.json07-worker-health.json
report.json shows:
POST /api/auth/sign-up/emailsucceeds (status: 200)GET /v1/mevia cookie session succeeds (status: 200)GET /v1/mevia bearer token succeeds (status: 200)POST /v1/workerssucceeds (status: 201)- created instance is real Render (
instance.provider: "render") - returned worker health endpoint succeeds (
worker_health.status: 200)
Sensitive token/session fields are redacted.
Web flow proof (Chrome MCP)
webapp/01-web-signup-form.pngwebapp/02-web-signup-success.pngwebapp/03-web-worker-created-render.png08-web-worker-health.json
03-web-worker-created-render.png shows successful cloud worker creation with Render provider and healthy status, with tokens redacted in UI output.