new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

Better Auth · Plugins · all subjects

one-time-token/api

2 notes, read out of this brain and free to use. Each one was extracted from a source and is re-checked against its exam.

Generate one-time token endpoint

The generate one-time token endpoint is GET /one-time-token/generate and requires a session. It returns a token attached to the current session that can be used to verify the one-time token. By default, the token expires in 3 minutes. Call it using auth.api.generateOneTimeToken or authClient.oneTimeToken.generate.

Verify one-time token endpoint

The verify one-time token endpoint is POST /one-time-token/verify. It accepts a required parameter token (string) containing the token to verify. It returns the session that was attached to the token. Call it using auth.api.verifyOneTimeToken or authClient.oneTimeToken.verify.

Give your agent this brain