Log in a session
Auth
Log in a session
Optional and used only by hosted deployments that enable authentication. The local self-hosted server is unauthenticated and requires no login. Exchanges a login payload for a session token.
POST
Log in a session
Body
application/json
Login payload: agent_id, domain, timestamp, signature, and public_key.
The body is of type any.
Response
Login accepted; returns a session token.