{"files":{"SKILL.md":"---\nname: provider-api-client\ndescription: \"Provider API Client API skill. Use when working with Provider API Client for providers, subscriptions. Covers 3 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Provider API Client\nAPI version: 2018-02-01\n\n## Auth\nOAuth2\n\n## Base URL\nhttps://management.azure.com\n\n## Setup\n1. Configure auth: OAuth2\n2. GET /providers/Microsoft.Web/availableStacks -- get available application frameworks and their versions\n3. Explore available endpoints below\n\n## Endpoints\n3 endpoints across 2 groups. See references/api-spec.lap for full details.\n\n### Providers\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /providers/Microsoft.Web/availableStacks | Get available application frameworks and their versions |\n| GET | /providers/Microsoft.Web/operations | Gets all available operations for the Microsoft.Web resource provider. Also exposes resource metric definitions |\n\n### Subscriptions\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /subscriptions/{subscriptionId}/providers/Microsoft.Web/availableStacks | Get available application frameworks and their versions |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all availableStacks?\" -> GET /providers/Microsoft.Web/availableStacks\n- \"List all operations?\" -> GET /providers/Microsoft.Web/operations\n- \"How to authenticate?\" -> See Auth section above\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n\n## References\n- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas\n\n> Generated from the official API spec by [LAP](https://lap.sh)\n","references/api-spec.lap":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Provider API Client\n@base https://management.azure.com\n@version 2018-02-01\n@auth OAuth2\n@endpoints 3\n@toc providers(2), subscriptions(1)\n\n@group providers\n@endpoint GET /providers/Microsoft.Web/availableStacks\n@desc Get available application frameworks and their versions\n@required {api-version: any # API Version}\n@optional {osTypeSelected: any}\n@returns(200) OK\n\n@endpoint GET /providers/Microsoft.Web/operations\n@desc Gets all available operations for the Microsoft.Web resource provider. Also exposes resource metric definitions\n@required {api-version: any # API Version}\n@returns(200) OK\n\n@endgroup\n\n@group subscriptions\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Web/availableStacks\n@desc Get available application frameworks and their versions\n@required {subscriptionId: any # Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)., api-version: any # API Version}\n@optional {osTypeSelected: any}\n@returns(200) OK\n\n@endgroup\n\n@end\n"}}