📄️ MCP Tools Reference
Complete reference of all available MCP tools.
📄️ Tool Profiles
Tool profiles control which MCP tools are exposed to the agent. Fyso uses a 3-tier system (core, advanced, all) with optional per-user overrides.
📄️ WebSocket — Real-Time Records
Fyso exposes a WebSocket endpoint for real-time record change events. When a record is created, updated, or deleted, subscribed clients receive a push notification instantly.
📄️ SSE Event Stream
The SSE (Server-Sent Events) stream delivers real-time tenant events to connected clients without polling. Events are pushed as they happen — record CRUD, rule executions, and agent messages.
📄️ REST API
Fyso exposes a REST API for external access to tenant data.