Digitorn
Digitorn
All terms
Security

Per-user scope

A credential resolution mode where each user brings their own key, resolved at session start.

also known as: credential scoping
In depth

Per-user is the default scope on Digitorn. Each user registers their own Anthropic key, the same YAML references the credential by name, the runtime looks up that user's value when their session starts. Two other scopes resolve at compile time and are baked into the bundle (system_wide, per_app_shared), one more adds an app-specific dimension (per_app_per_user). Per-user is what you want for almost everything.

Related concepts
Read the deep dive

How credentials work on Digitorn: an encrypted vault driven from YAML

Read article
Newsletter

Get the next post in your inbox.

Engineering notes from the Digitorn team. No marketing, no launch announcements, no "10 prompts that will change your life". Just the things we write that we'd want to read.

One-click unsubscribe. We never share your address. Powered by our own infrastructure, not a tracker.

More in Security

Credential vault/glossary/credential-vaultEnvelope encryption/glossary/envelope-encryptionKMS/glossary/kmsOAuth flow/glossary/oauth-flow