{"files":{"SKILL.md":"---\nname: hyperdrive\ndescription: \"HyperDrive API skill. Use when working with HyperDrive for hyperdrive. Covers 2 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# HyperDrive\nAPI version: 2019-09-30\n\n## Auth\nOAuth2\n\n## Base URL\nNot specified.\n\n## Setup\n1. Configure auth: OAuth2\n2. Verify API access with a test request\n3. POST /hyperdrive/v1.0/{armScope}/runs -- create first run\n\n## Endpoints\n2 endpoints across 1 group. See references/api-spec.lap for full details.\n\n### Hyperdrive\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /hyperdrive/v1.0/{armScope}/runs | Create an Experiment. |\n| POST | /hyperdrive/v1.0/{armScope}/runs/{runId}/cancel | Cancel an Experiment. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"Create a run?\" -> POST /hyperdrive/v1.0/{armScope}/runs\n- \"Create a cancel?\" -> POST /hyperdrive/v1.0/{armScope}/runs/{runId}/cancel\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- Create/update endpoints return the modified resource on success\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 HyperDrive\n@version 2019-09-30\n@auth OAuth2\n@endpoints 2\n@toc hyperdrive(2)\n\n@endpoint POST /hyperdrive/v1.0/{armScope}/runs\n@desc Create an Experiment.\n@required {armScope: any # The ARM scope passed in through URL with format:\r             subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/experiments/{experimentName}., config: any # The configuration file with experiment JSON content. A text file that is a JSON-serialized '#/definitions/HyperDriveCreateExperiment' object.}\n@returns(201) OK\n\n@endpoint POST /hyperdrive/v1.0/{armScope}/runs/{runId}/cancel\n@desc Cancel an Experiment.\n@required {armScope: any # The ARM scope passed in through URL with format:\r             subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/experiments/{experimentName}., runId: any # Hyperdrive run id to cancel.}\n@optional {RunHistoryHost: any # The host for run location.}\n@returns(200) OK\n\n@end\n"}}