{"files":{"SKILL.md":"---\nname: authentication\ndescription: \"Authentication API skill. Use when working with Authentication for auth. Covers 1 endpoint.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Authentication\nAPI version: 1.0\n\n## Auth\nDetected auth parameter: `client_secret` (found in parameter)\n\n## Base URL\nhttps://api.personio.de/v1\n\n## Setup\n1. Set the `client_secret` parameter for authentication\n2. Verify API access with a test request\n3. POST /auth -- create first auth\n\n## Endpoints\n1 endpoint across 1 group. See references/api-spec.lap for full details.\n\n### Auth\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /auth | Request Authentication Token |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"Create a auth?\" -> POST /auth\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 Authentication\n@base https://api.personio.de/v1\n@version 1.0\n@endpoints 1\n@toc auth(1)\n\n@endpoint POST /auth\n@desc Request Authentication Token\n@required {client_id: str # API Client id, client_secret: str # API Client secret}\n@returns(200) Authentication token response\n\n@end\n"}}