AgentronicsDOCS
Concepts

Trust Levels

How Agentronics moves from detection to linked user trust.

Trust Levels

The trust ladder is ordered:

TrustMeaning
detectedSignals indicate an agent, but no identity proof exists.
declaredThe agent identified itself.
verifiedA token or proof was verified.
linkedThe verified agent is linked to a known user account.
const identity = await client.authenticate({
  sessionLinkToken: 'ses_...',
  linkedUserId: 'user_123',
})

When multiple auth methods produce identities, the SDK keeps the highest-trust result.

On this page