Create a new session token used to initialise Anam client side SDKs
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Configuration for the session to be created. Supply personaConfig.personaId to use a persona you've already created (stateful), or the set avatarId/voiceId/llmId/systemPrompt to configure the persona at run time (ephemeral).
The returned token is valid for one hour and bound to this exact config.
Successfully started session
Short-lived credential used by a client to connect to a live persona. Valid for one hour.
Signed JWT the client passes to the Anam SDK to open a WebRTC connection.