Use when the user has an ArchFlow API key (starts with ak_) and wants to programmatically create or query architecture diagrams — listing workspaces, creating objects (people, systems, containers, components, groups), wiring connections between them, creating diagrams, placing objects on diagrams with x/y positions, or reading existing diagrams. Covers Authorization Bearer authentication, the X-Workspace-ID header, error handling for 401/403/404/409/429, and the constraint that API keys cannot authenticate WebSocket connections (use polling instead).
2026-04-25