feros
Integrations

Integrations Overview

How feros handles integration registry, credential security, and secret resolution.

Integrations Overview

The integrations crate is the shared security layer for external tool access.

Core Responsibilities

  • Encrypt/decrypt provider credentials
  • Resolve agent-scoped secrets for runtime sessions
  • Refresh OAuth tokens
  • Provide registry metadata for supported integrations

Control Plane vs Runtime

  • studio/api manages OAuth flows and credential storage.
  • voice/server consumes resolved secrets at session start and can refresh them during long sessions.

On this page