{"success":true,"message":"Auto Dev Setup API","version":"1.0.0","authentication":{"required":true,"type":"Bearer Token","loginEndpoint":"/auth/login"},"documentation":{"publicEndpoints":{"GET /health":"Health check","POST /auth/login":"Admin login (username/password)"},"protectedEndpoints":{"GET /api/v1/auth/verify":"Verify current token","GET /api/v1/auth/me":"Get current user info","POST /api/v1/dev-instance":"Create new dev instance","GET /api/v1/process/:processId":"Get process status","GET /api/v1/processes":"Get all processes","GET /api/v1/connectivity":"Test system connectivity"},"usage":{"login":{"method":"POST","url":"/auth/login","body":{"username":"admin","password":"your-password"},"description":"Login to get Bearer token"},"createDevInstance":{"method":"POST","url":"/api/v1/dev-instance","headers":{"Authorization":"Bearer <your-token>"},"body":{"subdomain":"example"},"description":"Creates a new dev instance at https://example.webgate.codes"}}},"timestamp":"2026-05-19T12:48:59.381Z"}