{"files":{"SKILL.md":"---\nname: agentos-api-v3-maintenance-call-group\ndescription: \"agentOS API V3, Maintenance Call Group API skill. Use when working with agentOS API V3, Maintenance Call Group for maintenance. Covers 1 endpoint.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# agentOS API V3, Maintenance Call Group\nAPI version: v3-maintenance\n\n## Auth\nbasic | ApiKey ApiKey in header\n\n## Base URL\nhttps://live-api.letmc.com\n\n## Setup\n1. Set your API key in the appropriate header\n2. Verify API access with a test request\n3. POST /v3/maintenance/{shortName}/maintenance/{branchID}/createmaintenancejob -- create first createmaintenancejob\n\n## Endpoints\n1 endpoint across 1 group. See references/api-spec.lap for full details.\n\n### Maintenance\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /v3/maintenance/{shortName}/maintenance/{branchID}/createmaintenancejob | Create a maintenance job for a specific branch |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"Create a createmaintenancejob?\" -> POST /v3/maintenance/{shortName}/maintenance/{branchID}/createmaintenancejob\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 agentOS API V3, Maintenance Call Group\n@base https://live-api.letmc.com\n@version v3-maintenance\n@auth basic | ApiKey ApiKey in header\n@endpoints 1\n@toc maintenance(1)\n\n@endpoint POST /v3/maintenance/{shortName}/maintenance/{branchID}/createmaintenancejob\n@desc Create a maintenance job for a specific branch\n@required {shortName: any # The unique client short-name, branchID: any # The unique ID of the Branch, issue: map # A JSON object containing details of the maintenance job}\n@returns(200) OK\n\n@end\n"}}