Verify Issues
Most “verify” buttons callGET /v1/models.
Checklist:
- Base URL ends with
/v1(not just the root). - Key is a valid user key with
Bearer. - If the key has model restrictions, only restricted models are returned.
- The model list endpoint must succeed with 200.
- Each model object should include
permission(array, may be empty),root, andparent.
permission: [], root, and parent on every model, so Cursor’s client-side checks pass. If Verify still fails, re-check the base URL and key.
See Common Errors for 401/403 cases.