Concepts
Slash commands
The directory of every slash command in cmd+k.
Slash commands are the deterministic, instant path in cmd+k. They never call an LLM — they navigate, filter, or mutate, and they apply right away.
Type / in cmd+k and you'll see autocomplete; this page is the full
reference.
Navigation
| Command | What it does |
|---|---|
/profile | Open profile settings. |
/billing | Open billing. |
/brief | Jump to brief settings (name, context, delivery). |
/wire | Jump to the Wire (clears active filters). |
/notebooks | List recent Notebook threads. |
Filtering the Wire
| Command | Args | Example |
|---|---|---|
/filter interest: | interest name | /filter interest:anduril-hiring |
/filter tag: | tag name | /filter tag:defense |
/filter type: | event / finding / system / assistant | /filter type:event |
/filter time-sensitive | — | /filter time-sensitive |
/filter clear | — | Drop all active filters. |
Filters stack; run them in sequence to narrow further.
Interest verbs
| Command | Args | What it does |
|---|---|---|
/new | description (optional) | Open the new-interest form. With a description, pre-fills name + query. |
/edit | interest name (optional) | Open the edit page for the active or named interest. |
/pause | interest name | Pauses the interest (no scheduled runs). |
/resume | interest name | Resumes a paused interest. |
/archive | interest name | Archives the interest. Run history retained. |
/rename | <old> → <new> | Renames an interest. |
Example:
/new early-stage indian drones
/edit anduril hiring
/pause anduril hiring
/rename anduril hiring → anduril team moves
/archive anduril team movesTag verbs
| Command | Args | What it does |
|---|---|---|
/tag | tag names | Add one or more tags to the active or named interest. |
/tag remove | tag name | Drop a tag from the active or named interest. |
Example:
/tag defense india
/tag remove indiaSee Tags for how they're used on the home page.
Delivery
| Command | Args | What it does |
|---|---|---|
/digest now | — | Render the current digest immediately to your default channel. |
/quiet on | duration (optional) | Snooze external pushes (default 24h). |
/quiet off | — | Re-enable pushes. |
Dispatch actions (when one is in focus)
| Command | What it does |
|---|---|
/brief-me | Render the focused dispatch as a PDF in a new tab. |
/ask | Open a Notebook anchored to the focused dispatch. |
/copy-link | Copy the deep-link to clipboard. |
/more-like-this / /less-like-this | Taste feedback. |
Notes
- Slash commands are case-insensitive and tolerate partial matches on names
(
/pause andurilis enough if there's only one anduril interest). - Every mutation is reversible from the brief's audit log; auto-pilot mutations have a 7-day rollback window (see Briefs).
- If a command is ambiguous (e.g. two interests match), cmd+k disambiguates inline before running it.