Agent-readable docs index: /docs/llms.txt. Full docs in one file: /docs/llms-full.txt. Download /docs/docs.zip to grep all markdown files locally.

HTTP API

Create session

POST https://inkibra-voice.inkibra.workers.dev/v1/sessions
bash
curl --request POST \ --url https://inkibra-voice.inkibra.workers.dev/v1/sessions \ --header "Authorization: Bearer $INKIBRA_API_KEY" \ --header "Content-Type: application/json" \ --data '{"voice":"ara"}'
The response includes token, expiresAt, sessionId, and realtimeUrl. Send only the short-lived token to the browser.
voice is optional and accepts eve, ara, rex, sal, or leo. The default is eve. See Voice.

Create API keys

Use the developer portal or the authenticated CLI:
bash
npx @inkibra/voice-cli keys create