AutoDoc turns raw C# code into OpenAPI docs with AI—no annotations needed
A developer built AutoDoc to eliminate manual OpenAPI documentation in .NET projects. The tool uses a local AI model to infer routes, schemas, and responses directly from raw C# controller code, generating complete specs without annotations or decorators.