# Reson8 Connection

> Configure and use the Backoffice Reson8 speech-to-text capability. Use when setting up Reson8, transcribing audio files, or debugging Reson8 runtime availability.

- Skill: `rejot-dev/reson8-connection` (Agent Skill)
- Install (CLI): `npx skillmds@latest add rejot-dev/reson8-connection`
- Raw SKILL.md: https://api.skillmd.com/api/skills/rejot-dev/reson8-connection/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: rejot-dev (https://skillmd.com/u/rejot-dev)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/rejot-dev/reson8-connection

---


# Reson8 Connection

Use this skill for Reson8 speech-to-text setup and prerecorded audio transcription from Backoffice
automation runtimes.

# Reson8 configuration

Configuration fields:

- `apiKey`: Reson8 API key. Secret; required on first setup.

# Reson8 events

Cataloged automation events:

- `source`: `reson8`, `eventType`: `capability.configured` — fires after Reson8 is configured for an
  organization for the first time.

Treat Reson8 as a tool-backed capability: automations call Reson8 when they need speech-to-text
output.

# Reson8 tools

Reson8 tools can transcribe prerecorded audio files.

Supported transcription options include audio encoding, sample rate, channel count, custom model id,
timestamps, word-level details, and confidence values.

Use codemode first. The `reson8` provider transcribes prerecorded audio when the runtime is
available.

