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 Microsoft Entra ID to issue user ID tokens for Char.

1) Configure provider in Char

Set provider type, tenant/issuer settings, and allowed audiences in dashboard.

2) Read token from Entra auth flow

const idToken = tokenResponse?.idToken;

3) Connect agent

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

Identity Providers Overview