Tier 1: API Key
Your API key authenticates server-side requests to the Anam API.Getting Your API Key
See the API key page for details on how to get your API key from the Anam Lab.Tier 2: Session Tokens
Session tokens are temporary credentials (valid for 1 hour) that allow client applications to connect to Anam’s streaming infrastructure without exposing your API key.How Session Tokens Work
1
Token Request
Your server requests a session token from Anam using your API key and
persona configuration
2
Token Generation
Anam generates a temporary token tied to your specific persona configuration
3
Client Connection
Your client uses the session token with the Anam SDK to establish a direct
WebRTC connection
4
Real-time Communication
Once connected, the client can send messages and receive video/audio streams
directly

