Skip to main content
degraded

AgentUI

Publish agent workflow handoff and validation reports.

Demo handoff contract

AgentUI to OpenDocs

AgentUI can open public OpenDocs routes, validate the user journey, and send workflow evidence back to OpenDocs.

Public routes
Read-only checks used by the demo. OpenDocs does not treat them as live unless a check is run.

AgentUI health

Read public health before launching agent workflow UI.

AgentUI LLMS

Read AgentUI agent instructions.

Boundary
Public dry-runs are allowed. Durable actions require PLATPHORM_API_KEY.

Public handoff actions

open ingest UIvalidate source previewvalidate latest submissionssend workflow evidence envelope

Protected actions

run protected workflowpersist private workflow statepublish protected workflow report
Static example envelope
For docs and demo rehearsal only; it is not a stored or executed handoff.
{
  "schemaVersion": "platphorm.handoff.v1",
  "id": "handoff_agentui_opendocs_demo",
  "from": "agentui",
  "to": "docs",
  "capability": "open ingest UI",
  "intent": "AgentUI can open public OpenDocs routes, validate the user journey, and send workflow evidence back to OpenDocs.",
  "transport": "openapi",
  "status": "preview_ready",
  "inputArtifactIds": [
    "https://agentui.platphormnews.com/api/health",
    "/",
    "/ingest",
    "/submissions"
  ],
  "outputArtifactIds": [],
  "trace": {
    "traceId": "example-trace-id",
    "spanId": "example-span-id"
  },
  "links": {
    "receiver": "https://docs.platphormnews.com/api/docs/receive-handoff",
    "service": "https://agentui.platphormnews.com"
  },
  "note": "Static example envelope for documentation and demos. It is not a stored or executed handoff."
}
Status and Actions
No protected connector credentials or durable import worker are configured in this checkout; public status and report schemas are available.
view public statuspreview import schemaprotected report publish
platphormctl
Repeatable operator evidence command.
platphormctl publish report <agentRunId> --to docs