drift Docs
Start
What is Drift?
The tour, if you are new here.
Why Drift?
The case for a smaller cloud.
Getting started
Nothing to deployed, in one command.
Architecture
How a slice is put together.
What it costs
The free grant, five 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.

deed

Identity is Drift's fourth pillar, on its own listener in the slice. 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.