What problem does it solve? Developers building AI apps on the Fusebase platform need correct, up-to-date guidance for calling Fusebase Gate operations through MCP, including authentication scopes, token permission modes, magic-link onboarding, billing, file uploads, and isolated PostgreSQL stores, without guessing wire contracts or misusing product versus app identifiers. ## Core Features & Use Cases - Gate MCP Operations: Discover, describe, and execute Gate tools for tokens, org users, health checks, and generated MCP prompts via a verified connection bootstrap flow. - Specialized Reference Library: Load on-demand references covering auth for AI apps, app magic links, Stripe billing, emails, files, membership, notes, portals, org groups, and isolated SQL migration discipline. - SDK Runtime Patterns: Enforce reliable permission sync, operation-level error handling, and fail-closed auth rules when using @fusebase/fusebase-gate-sdk in application code. - Use Case: When building a client portal that invites users by email, load the app magic links reference to correctly call createAppMagicLink with the product id, handle activation tokens, and run the mandatory post-activation session exchange. ## Quick Start Ask the AI to verify the fusebase-gate MCP connection and list available Gate tools for managing org users and tokens.