Enables or disables authentication enforcement for the server. When auth is disabled, endpoints that normally require access tokens or JWT authorization can be called without credentials.
Requires an admin JWT in the Authorization header.
Documentation Index
Fetch the complete documentation index at: https://docs.vectoraidb.actian.com/llms.txt
Use this file to discover all available pages before exploring further.
Admin JWT obtained from the login endpoint.
Admin JWT. Format Bearer <admin-jwt>.
Set to true to enable authentication, false to disable it.