examples

Executable patterns for agent-maintained diagrams.

Family
API dependency map from OpenAPI specs preview
architecture

API dependency map from OpenAPI specs

Generate and maintain a diagram showing which services expose, consume, and depend on which APIs. Built from OpenAPI specs and SDK imports - kept current as services ship.

Source: OpenAPI specs / SDK imports
ER diagram from database migrations preview
entityRelationship

ER diagram from database migrations

Keep a database schema diagram current by parsing migration files (Prisma, Drizzle, Alembic) and applying incremental Zindex operations on every PR.

Source: Database migrations (Prisma / Drizzle / Alembic)
Living architecture diagram from a repository scan preview
architecture

Living architecture diagram from a repository scan

Let an agent scan a repository and keep a service architecture diagram current as the codebase evolves. Frame-grouped services, databases, queues, and external systems with edge labels.

Source: Codebase / configuration files
Multi-agent workflow diagram preview
workflow

Multi-agent workflow diagram

Visualise how multiple agents, tools, queues, and human review steps interact in an automated workflow. BPMN-style with start/end events, gateways, and intermediate signals.

Source: Agent configuration / orchestration runtime
PII data-flow diagram with audit history preview
architecture

PII data-flow diagram with audit history

Generate and maintain data-flow diagrams that show where sensitive data moves, what each system stores, and how the architecture changed between audit periods. Revision history serves as audit evidence.

Source: Compliance inventory / data catalog / codebase classification
Request flow diagram from handler code preview
sequence

Request flow diagram from handler code

Maintain a current sequence diagram of your flagship endpoint's request lifecycle. The agent walks the handler's async/await calls and external integrations to keep the diagram in sync as the code evolves.

Source: Handler source code (TypeScript / Python / Go)
Visual architecture diffs in pull requests preview
architecture

Visual architecture diffs in pull requests

Let an agent update an architecture diagram when a PR changes services, dependencies, queues, databases, or API edges - then post the visual diff (added=green, removed=red, modified=amber) directly into the PR comment.

Source: Pull-request diff