Skip to main content
Part of Alfred’s six-layer architecture. The Interface layer is where you and Alfred meet.

Every interface, one pipeline

Alfred gives you many ways to interact — but they all feed into the same pipeline. Content arrives, specialists process it, your vault grows. Whether you share a meeting note from the dashboard, mention a task on a phone call, or have a passing conversation captured by your wearable, Alfred treats it all the same.

The Dashboard

The Alfred Black dashboard is your window into everything Alfred is doing. Home shows the Command Center with health, vault stats, specialist activity, and a knowledge graph. Browse your vault, manage streams, review intuition, configure specialist models, and control services — all in one place.

Dashboard tour

Full walkthrough of every dashboard section

Terminal Access

Navigate to Terminal in your dashboard to open a live terminal session inside your OpenClaw container. From here you can use the OpenClaw TUI and CLI directly — managing agents, skills, sessions, hooks, and configuration without leaving your browser. This gives you the same access you’d have if you SSH’d into your instance and ran docker exec into the OpenClaw container, but through a convenient web interface.

OpenClaw Channels

Connect Alfred to messaging platforms via OpenClaw’s channel system. A message to Alfred on WhatsApp is processed the same way as content shared through the dashboard.
ChannelHow it works
WhatsAppTalk to Alfred from your phone
iMessageNative Apple integration
TelegramBot-based access
DiscordServer or DM access

Talk Mode

Coming soon — Talk Mode is in active development.
Talk Mode gives your Alfred a voice. Alfred can call you for briefings, reminders, and check-ins — and you can call Alfred’s dedicated phone number any time you need something. This isn’t a robotic assistant reading from a script. Alfred speaks with the voice of a proper butler — calm, warm, precise without being cold. Occasionally dry-witted, never sarcastic. Unflappable in all circumstances.
Alfred initiates voice calls when the moment calls for it:
  • Morning briefings — Your day ahead, summarised and delivered by voice
  • Reminders — Tasks due, meetings approaching, commitments to keep
  • Onboarding touchpoints — During your first days, Alfred checks in to make sure everything is working
  • The Day 30 envelope — A milestone moment in your Alfred experience, delivered personally
Alfred doesn’t call arbitrarily. Voice calls are reserved for moments where a call is genuinely the right medium.
Pick up the phone and dial Alfred’s number any time. Ask questions, share updates, give instructions. Anything you share by voice flows through the same pipeline as text: the Curator processes it, records are created, your vault grows.
Talk Mode is enabled as an integration from your dashboard.
  1. Navigate to your dashboard and find the Integrations section
  2. Toggle Talk Mode on — Alfred provisions your dedicated phone number automatically
  3. Follow the guided ElevenLabs voice synthesis setup
  4. Start talking
ComponentDetails
Dedicated phone numberIncluded — no extra provisioning needed
ElevenLabs voiceGuided setup; requires an ElevenLabs account
Inbound callsCall Alfred any time
Outbound callsBriefings, reminders, and key moments

Ambient Mode

Coming soon — Ambient Mode is in active development.
Connect an Omi wearable device to Alfred for continuous ambient listening. Wear it throughout your day, and every conversation — meetings, phone calls, coffee chats, passing remarks — is captured, transcribed, and processed automatically. You mention “I should call the accountant next week” while having coffee. Alfred hears it. A task appears. No manual entry. No forgotten follow-up.
Ambient Mode runs as a realtime Stream, feeding a Temporal pipeline that turns raw audio into structured intelligence.
  1. Your Omi device captures ambient audio and transmits it via a persistent WebSocket connection
  2. The recording is transcribed with speaker identification
  3. The transcript enters your Inbox as a StreamEvent
  4. The Curator processes it — identifying people, projects, decisions, tasks, and commitments
  5. Your vault updates automatically
A single conversation can produce tasks, new person records, decisions, commitments, and entity updates.
  1. Order your Omi wearable at omi.me
  2. Navigate to your dashboard and find the Integrations section
  3. Toggle Ambient Mode on and follow the pairing instructions
  4. Wear and go — transcripts appear in your Inbox within moments
ComponentDetails
Omi deviceRequired — order at omi.me
Alfred instanceMust be running and accessible
Integration toggleEnabled from the dashboard
You control what happens with ambient data:
  • Pause any time — disable the stream from your dashboard
  • Your vault, your data — all recordings and transcripts live on your dedicated instance
  • Standard security — encrypted at rest and in transit, processed only by your specialists
If you’re in a conversation you don’t want recorded, simply remove the Omi device or pause the stream.

Email (coming soon)

Every Alfred instance will get a dedicated email address via Agentmail.to. Forward emails to Alfred, or have services send directly to your Alfred’s address.

The API

For programmatic access, Alfred provides a complete REST API with 86 endpoints. Vault operations, worker control, workflow orchestration, intuition management, device pairing, scheduling, and instance administration — all available over your encrypted network.

API Reference

Full endpoint documentation

Device pairing

Before any device can interact with your Alfred, it must be paired and approved:
1

A device requests pairing

A client app initiates a pairing request through the OpenClaw gateway.
2

You review the request

The request appears as pending in your dashboard.
3

Approve or reject

Approval generates a cryptographically random device token, returned once. Rejection discards the request.
4

Device connects

The device uses its token for all subsequent interactions.
Tokens can be rotated periodically (every 90 days recommended) or revoked instantly if a device is lost or compromised.

Device Pairing guide

Full device lifecycle: pairing, approval, rotation, and revocation