intellea docs

graph response platform

schema-first graph output with adapters, a renderer, and embeddable surfaces.

graph response schema

the contract for any tool that wants to render a graph response.

view schema overview

embedding

web component and iframe entry points for third-party apps.

view embedding notes

adapters

markdown and custom adapters for GraphResponseV0.

view adapter notes

mcp tool

stdio mcp server that emits GraphResponseV0 payloads.

view mcp usage

skills wrapper

open skill metadata for tools that generate graph responses.

view skill details

examples

minimal integrations for react, web components, iframe, and mcp.

view example list

quick start

run the renderer in your app or embed it in an iframe.

pnpm add @intellea/graph-renderer @intellea/graph-schema import { GraphResponseRenderer } from '@intellea/graph-renderer'; import type { GraphResponseV0 } from '@intellea/graph-schema'; <GraphResponseRenderer graphResponse={payload} />