What problem does it solve?
This Skill eliminates the risk of accidentally exposing sensitive app credentials (API keys, passwords, tokens) in source control, and simplifies secure configuration management for Fusebase app backends across local development and production environments.
Core Features & Use Cases
- Secure Secret Registration: Create secret keys via CLI and assign values through the FuseBase web UI, with no hardcoded sensitive values in code.
- Automatic Runtime Injection: Secrets are automatically injected as environment variables into the app backend process for both local development and production, with no manual .env file setup required.
- Use Case: When building a Fusebase app that integrates with third-party services like OpenAI or Stripe, use this Skill to store your service API keys securely so they never appear in your code repository.
Quick Start
Use the app-secrets skill to register all required sensitive configuration keys for your Fusebase app backend and set their values via the FuseBase secret manager.