Skip to content

Infisical (Secrets)

Sprites auto-inject secrets from Infisical into ~/.env.secrets and source them in shell startup during provisioning.

Terminal window
# Inspect secrets loaded in the workspace
cat ~/.env.secrets
# Example: access tokens already exported
echo $GITHUB_TOKEN

RS-1 cloud services use Cloudflare Worker secrets documented in rs-1/docs/cloud/INFRASTRUCTURE.md.

Terminal window
wrangler secret put EMQX_API_KEY --env production
wrangler secret put SIGNING_KEY --env production
wrangler secret put WEBHOOK_SECRET --env production

The store repo uses a pnpm run secrets:pull workflow to populate .env.local and .dev.vars (for Next.js + Wrangler) and warns against committing local env files.

Terminal window
pnpm run secrets:pull

See opticworks-store/docs/SECRETS.md for the full variable list and usage.

The N8N deployment uses environment variables in .env on the N100 host. The required keys (including X API credentials) are documented in n8n-marketing-automation/README.md and docs/x-api-setup.md.

  • agent-harness/CLAUDE.md
  • rs-1/docs/cloud/INFRASTRUCTURE.md
  • opticworks-store/docs/SECRETS.md