{"files":{"SKILL.md":"---\nname: proxy-api\ndescription: \"Proxy API skill. Use when working with Proxy for proxy. Covers 6 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Proxy API\nAPI version: 10.24.12\n\n## Auth\nApiKey Authorization in header | ApiKey x-apideck-app-id in header\n\n## Base URL\nhttps://unify.apideck.com\n\n## Setup\n1. Set your API key in the appropriate header\n2. GET /proxy -- get\n3. POST /proxy -- create first proxy\n\n## Endpoints\n6 endpoints across 1 group. See references/api-spec.lap for full details.\n\n### Proxy\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /proxy | GET |\n| OPTIONS | /proxy | OPTIONS |\n| POST | /proxy | POST |\n| PUT | /proxy | PUT |\n| PATCH | /proxy | PATCH |\n| DELETE | /proxy | DELETE |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all proxy?\" -> GET /proxy\n- \"Create a proxy?\" -> POST /proxy\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 Proxy API\n@base https://unify.apideck.com\n@version 10.24.10\n@auth ApiKey Authorization in header | ApiKey x-apideck-app-id in header\n@common_fields {x-apideck-consumer-id: str # ID of the consumer which you want to get or push data from, x-apideck-app-id: str # The ID of your Unify application, x-apideck-service-id: str # Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API., x-apideck-downstream-url: str # Downstream URL, x-apideck-unified-api: str # Specify which unified API to use for the connection lookup. Required for multi-API connectors (e.g., Workday) to ensure the correct credentials are used., x-apideck-downstream-authorization: str # Downstream authorization header. This will skip the Vault token injection.}\n@endpoints 6\n@toc proxy(6)\n\n@endpoint GET /proxy\n@desc GET\n@returns(200) Ok\n@errors {401: Unauthorized}\n\n@endpoint OPTIONS /proxy\n@desc OPTIONS\n@returns(200) Ok\n@errors {401: Unauthorized}\n\n@endpoint POST /proxy\n@desc POST\n@returns(200) Ok\n@errors {401: Unauthorized}\n\n@endpoint PUT /proxy\n@desc PUT\n@returns(200) Ok\n@errors {401: Unauthorized}\n\n@endpoint PATCH /proxy\n@desc PATCH\n@returns(200) Ok\n@errors {401: Unauthorized}\n\n@endpoint DELETE /proxy\n@desc DELETE\n@returns(200) Ok\n@errors {401: Unauthorized}\n\n@end\n"}}