fusebase-portal-specific-apps

Resolve portal context automatically and filter Fusebase app data by hosting portal.

6|Updated May 29, 2026
One-click install
npx skills add https://github.com/fusebase-dev/fusebase-flow --skill fusebase-portal-specific-apps
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fusebase-portal-specific-apps
Source: https://github.com/fusebase-dev/fusebase-flow/tree/main/.agents/skills/fusebase-portal-specific-apps
Command: npx skills add https://github.com/fusebase-dev/fusebase-flow --skill fusebase-portal-specific-apps

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Building Fusebase apps that are embedded in custom portals typically requires manually passing and validating portal IDs, which creates redundant work, introduces errors from mismatched portal identifiers, and breaks when apps are deployed to different portal environments.

Core Features & Use Cases

  • Automatic Portal Context Resolution: Embedded apps automatically inherit the current portal's context, eliminating the need to manually pass portal IDs as parameters.
  • Portal-Scoped Data Filtering: Use the {{CurrentPortal}} dynamic value in view filters to automatically show data relevant to the hosting portal.
  • Embed Location Listing: When enabled, list all portal pages where the app is embedded using the Fusebase Gate SDK for runtime use cases.
  • Use Case: For example, build a client-specific support ticket dashboard that automatically shows only tickets for the client's portal, with no manual configuration needed per deployment.

Quick Start

Use the fusebase-portal-specific-apps skill to build an embedded Fusebase app that displays data automatically filtered to the portal it is hosted in.

Frequently Asked Questions about fusebase-portal-specific-apps

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically filter Fusebase app data by the hosting portal?

To automatically filter Fusebase app data by the hosting portal, use the {{CurrentPortal}} dynamic value in your view filters. This enables portal-scoped data filtering without manually passing portal IDs to the embedded application.

What is automatic portal context resolution for embedded Fusebase apps?

Automatic portal context resolution allows embedded Fusebase apps to inherit the current hosting portal's context directly. This eliminates redundant manual portal ID validation and prevents identifier mismatch errors across different portal deployment environments.

How do I list all portal pages where my Fusebase app is embedded?

To list all portal pages where your Fusebase app is embedded, integrate the Fusebase Gate SDK. When enabled, this SDK provides embed location listing capabilities for runtime use cases within your portal-embedded application.

Can I build a client-specific dashboard in Fusebase without manual configuration per deployment?

Yes, you can build a client-specific dashboard in Fusebase without manual configuration. By combining automatic portal context resolution with portal-scoped data filtering, the app dynamically adapts to show only relevant client data.

Why does manual portal ID handling break Fusebase apps in different environments?

Manual portal ID handling breaks Fusebase apps because it introduces mismatched identifiers when deployed across different portal environments. Automatic portal context resolution replaces this redundant work to ensure secure, scoped data operations.

Does the Fusebase Gate SDK support dynamic data filtering for portal-embedded apps?

Yes, the Fusebase Gate SDK supports portal-embedded apps by listing embed locations and enabling runtime use cases. Combined with the {{CurrentPortal}} dynamic value, it facilitates secure portal-scoped data read and write operations.