docs(cursor): regenerates the agent-skills catalog for the new route

check:agent-skills-sync (CI's Merge integrity gate) requires SKILL.md files to stay in sync with the live route catalog. Adding /api/providers/cursor/agent-availability in an earlier commit needed a regen this branch never ran.
This commit is contained in:
Will Gordon
2026-08-01 20:29:03 -04:00
committed by diegosouzapw
parent e105618303
commit 2b1bc14df1

View File

@@ -83,6 +83,17 @@ curl https://localhost:20128/api/providers/{id}/models \
-H "Authorization: Bearer $OMNIROUTE_TOKEN"
```
### GET /api/providers/cursor/agent-availability
Check cursor-agent availability
Credential-free, informational check for whether cursor-agent is installed and authenticated on this host — backs the dashboard's dismissible install-nudge banner. Returns only cursorAgentAvailable (boolean); never tokens or machineId.
```bash
curl https://localhost:20128/api/providers/cursor/agent-availability \
-H "Authorization: Bearer $OMNIROUTE_TOKEN"
```
### POST /api/providers/test-batch
Test multiple providers at once