Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.usechar.com/llms.txt

Use this file to discover all available pages before exploring further.

Use Logto tokens with Char.

1) Configure Logto in Char

Add issuer/domain and allowed audience settings.

2) Read token from Logto SDK

const idToken = (await getAccessTokenClaims())?.__raw;

3) Connect

agent.connect({
  publishableKey: "pk_live_...",
  idToken,
});

Embedding Guide