Logo
NeoArc Studio

API Annotations

Link UI screens to API operations. Define read and write directions, bind endpoints, and document how data flows between the interface and backend services.

API annotations connect your UI screens to the backend operations that supply and receive data. By annotating a screen with API details, you document the full data path from the user interface through to the service layer, completing the lineage chain from model to projection to UI to API.

Why Annotate with APIs

Read and Write Direction

Each API annotation specifies a direction that describes how data flows relative to the screen:

Binding an Endpoint

How Annotations Appear

API annotations are visible in several places:

LocationWhat You See
UI View editorA small API badge on each annotated page tab
Architecture mapIntegration materialisation edges from UI nodes to API nodes
Published viewerAPI details in the projection page's UI View tab
Impact analysisAffected screens listed when an endpoint changes

Next Steps