drift Docs
Start
What is Drift?
The tour, if you are new here.
Use cases
Whether Drift does your thing.
Getting started
Nothing to deployed, in one command.
Architecture
How a slice is put together.
What it costs
The free grant, four unit prices, two rules.
Build
Canvas
Static sites, same origin as your API.
Tools
Operate
Auth
Accounts, tokens and scopes.
Security
Boundaries, sandboxing and hardening.
Troubleshooting
Error codes
What went wrong, and what to do about it.
Legal
Acceptable use
What a slice may not be used for.
Data processing
The DPA, and every sub-processor.

deed

Identity is Drift's fourth pillar. Its primitives (KeyAuth, JWT, Vault, Link, Pocket) are used from the SDK, not the CLI, so the CLI surface here is read-only by design: there is no command that mints a token or writes an identity, because doing so from a terminal would put authority somewhere the slice cannot verify.

Command Description
drift deed statusDeed resource usage on the active slice: Vault entries, Link identities, Pocket items

One line each for Vault, Link and Pocket, the quickest way to see whether Deed is holding anything at all. The Deed guide explains what each primitive is for, and Authentication walks a login end to end.