Authorization header:
admin or member). There are no per-key scopes or expiry - revoke a key to invalidate it.
Creating an API Key
Name the key
Give the key a descriptive name so you know which client or service is using it (e.g. 
CI pipeline, Cursor).
Revoking a Key
Go to Settings > API Keys and click the delete icon next to the key. Revocation is immediate and cannot be undone. Update any integrations using the key before revoking.Roles
| Role | Access |
|---|---|
admin | Full access to all endpoints including settings, user management, and delete operations |
member | Can trigger parsing and search. Cannot access admin endpoints |
admin / admin. Change them immediately from Settings > Change Credentials.
Anonymous Access
Certain operations can be allowed without authentication. Configure them from Settings > Permissions:| Permission | Default |
|---|---|
| Anonymous parse / refresh | Off |
| Anonymous delete | Off |
GET /v2/libs/search) and context (GET /v2/context) endpoints are always publicly accessible unless a global API_KEY environment variable is set, in which case every endpoint requires a bearer token.
