{"files":{"SKILL.md":"---\nname: adyen-test-cards-api\ndescription: \"Adyen Test Cards API skill. Use when working with Adyen Test Cards for createTestCardRanges. Covers 1 endpoint.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Adyen Test Cards API\nAPI version: 1\n\n## Auth\nApiKey X-API-Key in header | Bearer basic\n\n## Base URL\nhttps://pal-test.adyen.com/pal/services/TestCard/v1\n\n## Setup\n1. Set Authorization header with Bearer token\n2. Verify API access with a test request\n3. POST /createTestCardRanges -- create first createTestCardRange\n\n## Endpoints\n1 endpoint across 1 group. See references/api-spec.lap for full details.\n\n### CreateTestCardRanges\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /createTestCardRanges | Creates one or more test card ranges. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"Create a createTestCardRange?\" -> POST /createTestCardRanges\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 Adyen Test Cards API\n@base https://pal-test.adyen.com/pal/services/TestCard/v1\n@version 1\n@auth ApiKey X-API-Key in header | Bearer basic\n@endpoints 1\n@toc createTestCardRanges(1)\n\n@endpoint POST /createTestCardRanges\n@desc Creates one or more test card ranges.\n@required {accountCode: str # The code of the account, for which the test card ranges should be created., accountTypeCode: str # The type of the account, for which the test card ranges should be created.  Permitted values: * Company * MerchantAccount > These values are case-sensitive., testCardRanges: [any] # A list of test card ranges to create.}\n@returns(200) {rangeCreationResults: [any]} # OK - the request has succeeded.\n@errors {400: Bad Request - a problem reading or understanding the request., 401: Unauthorized - authentication required., 403: Forbidden - insufficient permissions to process the request., 422: Unprocessable Entity - a request validation error., 500: Internal Server Error - the server could not process the request.}\n\n@end\n"}}