openapi-graph · git:20260602.7d2bfe5 · 2026-06-02 · sha256 d3e2cd77aee73852

openapi-graph git:20260602.7d2bfe5A

Immutable. This exact content is served forever at /api/v1/blob/d3e2cd77aee73852.

---
name: openapi-graph
description: OpenAPI front example; a graph whose step turns an OpenAPI operation into a governed tool call.
---
# OpenAPI graph

A single-step graph that drives the OpenAPI external-adapter sub-skill. The
runtime routes the graph step's `external-adapter` source through the
source-adapter registry to the external-adapter executor, which spawns the
adapter under the governed sandbox. The adapter resolves an OpenAPI operation
into a concrete HTTP request and the runtime seals it.

This is the concrete proof that the core runs from other specs, not just MCP.
Run the inline harness with `runx harness examples/openapi-graph`.