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

Authentication

post

Starts a session given a username/password and puts it into a cookie.

Authorizations
AuthorizationstringRequired

The bearer token can be obtained by creating a ServiceAccount.

Body

Bundles a username/password for authentication purposes.

usernamestringRequired
passwordstringRequired
Responses
204

Happy response. A set-cookie header will be present.

No content

post/v1/login
204

Happy response. A set-cookie header will be present.

No content

Last updated

Was this helpful?