Attaching identity
Set these reserved metadata keys on every run:tcc.userId— the stable ID of the end user in your systemtcc.userName— display name (optional, requirestcc.userId)tcc.orgId— the ID of their organization / workspace / tenant in your systemtcc.orgName— display name (optional, requirestcc.orgId)
tcc.orgId is your customer’s ID in your product, not the Context Company platform organization ID.What the platform does with them
- Dedicated filters. Users and organizations are their own filters throughout the dashboard, separate from custom metadata.
- Native search. Look up any user or organization by ID or name and jump straight to their runs, sessions, patterns, and failures.
- First-class API and MCP filters.
userId/external_user_idandorgId/external_org_idare top-level parameters on the REST API and MCP tools. - Cohort analyses. Break down patterns, failures, feedback, cost, and latency by user or organization.
Analyses this unlocks
Example questions Insight Search can answer once identity is attached:- Which organizations see the highest failure rate?
- Which users are repeatedly encountering a given pattern or failure?
- Is a failure concentrated in a particular plan, workflow, or customer?
- Which accounts are using a specific tool most, and how often does it fail for them?
- Which enterprise customers had negative feedback this week?
- How does cost per session differ across our top 20 accounts?
Show me the last 20 runs for orgId=acme-corp that errored, and find the most common tool call in them.
Limitations
- Retention and churn require your own data. The Context Company does not currently ingest generic downstream business outcomes (subscription state, product retention, LTV) and cannot claim to correlate agent behavior with them. See Product gaps below for the current state.
- Filtering, cohorting, and pattern analysis by user and organization only work on runs where
tcc.userId/tcc.orgIdwere set. Runs without identity are grouped as anonymous.
Related
Conversations and sessions
Per-user conversation views.
Feedback
Feedback attached to a specific user or account.
Insight Search
Ask questions scoped to a user or organization.
Concepts
Reserved identity metadata keys.
