📄️ Key Concepts
Tenant
📄️ Configure MCP
Connect an AI agent (Claude, Cursor, etc.) to your Fyso workspace using the MCP server.
📄️ Claude Code Plugin
The @fyso/claude-plugin package installs the full Fyso development experience into Claude Code: skills, hooks, and MCP server connection — in one command.
📄️ Local development against the production API
When building frontend features, you often want to run the web app locally while hitting the real production API instead of a local backend instance. The Vite dev server supports this through its built-in proxy configuration.
📄️ Quick Start
Your first Fyso app in 5 minutes.