Returns the organization dependency graph for a standalone overview. Transitive neighborhood is limited by undirected depth (default 3) from seeds: all agents and artifact nodes with no incoming depends_on from another artifact; pure artifact cycles without agents use one deterministic seed. Isolated nodes (no edges) are always included. Optional comma-separated types filters node kinds.
API key supplied via the X-API-Key header. Takes precedence over bearerApiKey when both are present.
Same organization API key supplied as a Bearer token in the Authorization header (Authorization: Bearer <key>). Compatible with OpenAI-SDK-standard clients. Accepted by all authenticated endpoints; if both X-API-Key and Authorization: Bearer are present, X-API-Key wins.