# Complete API Ecosystem Analysis
Analyze the complete API ecosystem of the entire repository.
This command provides comprehensive API analysis by:
1. Mapping all API endpoints and their implementations
2. Analyzing API dependencies and data flow
3. Identifying API patterns and consistency issues
4. Generating complete API documentation
5. Providing API standardization recommendations
Follow these steps:
1. Use nodes-semantic-search to find all API-related components (routes, controllers, handlers, middleware, endpoint, api)
2. Get complete API implementations with get-code
3. Analyze API dependencies and usage with get-usage-dependency-links
4. Map API relationships with find-direct-connections
5. Search for API documentation with docs-semantic-search
6. Generate comprehensive API ecosystem report
This command is ideal for: API audits, documentation generation, and API standardization efforts.