What problem does it solve?
Managing Flow Nexus platform involves multiple domains (authentication, sandboxes, deployment, payments, and governance). This Skill provides a unified, automatable interface to streamline these tasks and reduce manual overhead.
Core Features & Use Cases
- Authentication & User Management: register, login, verify email, manage profiles and stats.
- Sandbox Lifecycle: create, configure, run, monitor, and terminate sandboxes using templates like node, python, and nextjs.
- App Store & Deployment: browse templates, deploy apps, manage versions and deployments.
- Payments & Credits: check balance, generate payment links, configure auto-refill, and monitor transactions.
- Governance & Real-time: access system health, Seraphina assistant, and realtime data streams.
- Storage & Data Management: handle storage buckets and data workflows across teams.
Quick Start
- Sign up and log in to Flow Nexus.
- Create a development sandbox: mcp__flow-nexus__sandbox_create({ template: "node", name: "dev", install_packages: ["express"] }).
- Deploy an app from the App Store: mcp__flow-nexus__template_deploy({ template_name: "express-api-starter", deployment_name: "my-api" }).
- Generate a payment link to fund credits: mcp__flow-nexus__create_payment_link({ amount: 50 }).