Skip to content

perf(anam): start engine session with API key#6203

Open
ao-anam wants to merge 1 commit into
livekit:mainfrom
anam-org:perf/anam-skip-session-token
Open

perf(anam): start engine session with API key#6203
ao-anam wants to merge 1 commit into
livekit:mainfrom
anam-org:perf/anam-skip-session-token

Conversation

@ao-anam

@ao-anam ao-anam commented Jun 24, 2026

Copy link
Copy Markdown

AvatarSession.start() fetched a session token (POST /v1/auth/session-token) and then opened the engine session with it. /v1/engine/session accepts the API key directly, so start the session in a single request and drop the token exchange, removing a round trip from startup.

…nd trip

AvatarSession.start() fetched a session token (POST /v1/auth/session-token) and then opened the engine session with it. /v1/engine/session accepts the API key directly, so start the session in a single request and drop the token exchange, removing a round trip from startup.
@ao-anam ao-anam requested a review from a team as a code owner June 24, 2026 11:42
@CLAassistant

CLAassistant commented Jun 24, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants