API Actions
add-note Attaches a personal reflection to a marker or transcript segment.
| Parameter | Type | Required | Description |
|---|---|---|---|
marker-id | string | — | |
content | string | — | |
visibility | string | — | 'private' or 'shared' |
browse-library Fetches available practices.
end-session Ends an active conversation session.
| Parameter | Type | Required | Description |
|---|---|---|---|
session-id | string | — |
mark-moment Creates a timestamped flag during an active session.
| Parameter | Type | Required | Description |
|---|---|---|---|
session-id | string | — | |
timestamp | number | — |
pair-device Initiates a Bluetooth pairing sequence with a partner's device.
pause-recording Temporarily halts audio capture.
| Parameter | Type | Required | Description |
|---|---|---|---|
session-id | string | — |
play-audio Plays back a recorded session from a specific timestamp.
| Parameter | Type | Required | Description |
|---|---|---|---|
recording-id | string | — | |
timestamp | number | — |
query-ai Processes a voice query against the relationship memory.
| Parameter | Type | Required | Description |
|---|---|---|---|
voice-query | string | — |
request-transcription Queues a recording for transcription.
| Parameter | Type | Required | Description |
|---|---|---|---|
recording-id | string | — |
resume-recording Resumes paused audio capture.
| Parameter | Type | Required | Description |
|---|---|---|---|
session-id | string | — |
search-memory Searches transcripts and notes for a text query.
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | — |
select-practice Retrieves a specific practice by ID.
| Parameter | Type | Required | Description |
|---|---|---|---|
practice-id | string | — |
start-recording Starts audio capture for a session
| Parameter | Type | Required | Description |
|---|---|---|---|
session-id | string | — |
start-session Starts a new conversation session using a specific format.
| Parameter | Type | Required | Description |
|---|---|---|---|
format-id | string | — | |
participants | array | — |
stop-recording Ends audio capture for a session.
| Parameter | Type | Required | Description |
|---|---|---|---|
session-id | string | — |
sync-data Synchronizes encrypted local data with a paired device.
| Parameter | Type | Required | Description |
|---|---|---|---|
target-device-id | string | — |
update-privacy Updates the visibility of a specific note, transcript, or marker.
| Parameter | Type | Required | Description |
|---|---|---|---|
target-id | string | — | |
visibility | string | — |