{"note":"OpenAPI conversion -- returning structured metadata","name":"mixpanel-feature-flags","description":"Feature Flags API","version":"1.0.0","base_url":"","endpoints":2,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Feature Flags API\n@version 1.0.0\n@auth ApiKey token in query\n@endpoints 2\n@toc flags(2)\n\n@endpoint GET /flags\n@desc Evaluate Feature Flags (GET)\n@required {token: str # Your project token, context: str # URL-encoded JSON object containing evaluation context with distinct_id (required) and optional device_id and custom_properties object}\n@returns(200) {flags: map} # Success\n@errors {400, 401, 403}\n\n@endpoint GET /flags/definitions\n@desc Get Feature Flag Definitions\n@required {token: str # Your project token}\n@returns(200) {flags: [map]} # Success\n@errors {401, 403}\n\n@end\n"}