VoiceBox

VoiceBox is a quick-capture tool for saving voice memos and text entries. Use it to record thoughts, reminders, or instructions while working across multiple Claude Code sessions.

ClawIDE VoiceBox
The VoiceBox panel showing captured voice memos and text entries

Capturing Entries

  1. Open the VoiceBox panel.
  2. Enter your text or use voice input to capture a memo.
  3. The entry is saved with a timestamp.

Entries are stored globally — they’re available regardless of which project you’re working in.

Viewing Entries

All captured entries are listed with their content and creation timestamp, sorted with the most recent entries first.

Deleting Entries

  • Click the delete button on any entry to remove it.
  • Use Clear All to remove all entries at once.

API

EndpointMethodDescription
/api/voiceboxGETList all voice entries
/api/voiceboxPOSTCreate a new voice entry
/api/voicebox/{entryID}DELETEDelete a specific entry
/api/voiceboxDELETEDelete all entries

See the API Reference for full details.