For the complete documentation index, see llms.txt. This page is also available as Markdown.

Code login

post

Authenticate with an auth code. The returned session is tied to the session that created the auth code, and will be expired with any of the creator's sessions. This is a subset of an OAuth flow.

Body
auth_codestringOptional
Responses
200Success
application/json
by_jwtstringOptional
post/auth/code-login
200Success

Was this helpful?