Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.getworkbuddy.com/llms.txt

Use this file to discover all available pages before exploring further.

How It Works

Stream audio over WebSocket — no complex SDKs required. The integration follows three simple steps:

1. Get Token

POST your API key to receive a short-lived session token.

2. Connect WebSocket

Open a WebSocket and authenticate with your token.

3. Stream Audio

Send mic audio and receive AI responses as raw PCM.

Documentation

Getting Started

Prerequisites, environment setup, and security best practices.

Authentication

Obtain a session token using your API key.

WebSocket Protocol

Connection flow, message types, and audio format specification.

Web Guide

Full JavaScript/TypeScript implementation with Web Audio API.

Flutter Guide

Complete Dart implementation with platform setup for Android and iOS.

Troubleshooting

Error codes, common issues, and reconnection strategies.