Skip to main content
Identity verification lets your agent know who the user is—enabling personalized support and persistent conversations.

What You Get

How It Works

This is not your app’s session JWT. It’s a separate Crow-scoped identity token that your backend mints specifically for Crow. Your app JWT stays private.

1. Get Your Secret

app.usecrow.ai/deploy → copy Verification Secret Add to your backend environment:
Never expose this secret in frontend code.

2. Create Backend Endpoint

JWT Payload


3. Identify in Frontend


4. Handle Logout

Logout is handled automatically — when the component unmounts or the user navigates away, the session is cleared.

Troubleshooting