{"files":{"SKILL.md":"---\nname: truanon-private-api\ndescription: \"TruAnon Private API skill. Use when working with TruAnon Private for api. Covers 2 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# TruAnon Private API\n\n## Auth\nBearer token\n\n## Base URL\nhttps://staging.truanon.com/api\n\n## Setup\n1. Set Authorization header with Bearer token\n2. GET /api/get_profile -- get_profile private api: request confirmed profile data for your unique member id\n3. Explore available endpoints below\n\n## Endpoints\n2 endpoints across 1 group. See references/api-spec.lap for full details.\n\n### Api\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /api/get_profile | get_profile Private API: Request confirmed profile data for your unique member ID |\n| GET | /api/request_token | request_token Private API: Request a Proof token to let the member confirm in a popup interface          {\"id\":\"qjgblv72bzzio\",\"type\":\"Proof\",\"active\":true,\"name\":\"New Proof\"}  Step 2 |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all get_profile?\" -> GET /api/get_profile\n- \"List all request_token?\" -> GET /api/request_token\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\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 TruAnon Private API\n@base https://staging.truanon.com/api\n@auth Bearer token\n@endpoints 2\n@toc api(2)\n\n@endpoint GET /api/get_profile\n@desc get_profile Private API: Request confirmed profile data for your unique member ID\n@optional {id: str # This is your unique username or member ID, service: str # The service name given to you by TruAnon}\n\n@endpoint GET /api/request_token\n@desc request_token Private API: Request a Proof token to let the member confirm in a popup interface          {\"id\":\"qjgblv72bzzio\",\"type\":\"Proof\",\"active\":true,\"name\":\"New Proof\"}  Step 2\n@optional {id: str # This is your unique username or member ID, service: str # The service name given to you by TruAnon}\n\n@end\n"}}