{"files":{"SKILL.md":"---\nname: koomalooma-partner-api\ndescription: \"koomalooma Partner API skill. Use when working with koomalooma Partner for users. Covers 2 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# koomalooma Partner API\nAPI version: 1.0\n\n## Auth\nApiKey X-KoomaLooma-JWT in header\n\n## Base URL\nhttps://api.koomalooma.com/api\n\n## Setup\n1. Set your API key in the appropriate header\n2. Verify API access with a test request\n3. POST /users -- create first user\n\n## Endpoints\n2 endpoints across 1 group. See references/api-spec.lap for full details.\n\n### Users\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /users | Create a User |\n| POST | /users/{user_id}/commitments | Assign points to a User |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"Create a user?\" -> POST /users\n- \"Create a commitment?\" -> POST /users/{user_id}/commitments\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- Error responses include status codes and descriptions in the spec\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 koomalooma Partner API\n@base https://api.koomalooma.com/api\n@version 1.0\n@auth ApiKey X-KoomaLooma-JWT in header\n@endpoints 2\n@toc users(2)\n\n@endpoint POST /users\n@desc Create a User\n@returns(201) Created\n@errors {400: Bad Request, 403: Forbidden}\n\n@endpoint POST /users/{user_id}/commitments\n@desc Assign points to a User\n@required {user_id: any # user_id of the user to assign points to, commitmentRequest: map}\n@returns(201) Created\n@errors {400: Bad Request, 403: Forbidden}\n\n@end\n"}}