Architecture
Security Model
Authn/authz boundaries and secret handling in feros.
Security Model
API Protection
studio/apicontrol-plane routes are API-key protected.GET /api/healthis intentionally unauthenticated.
Runtime Session Integrity
voice/serversigns per-session tokens.- WS stream handlers validate session/token pairing before upgrade.
Credential Safety
- Credentials are encrypted at rest via
integrations.EncryptionEngine. - Secret resolution can be scoped per agent and refreshed for long-running sessions.
- API responses do not return plaintext secret values.