Use this file to discover all available pages before exploring further.
Secrets are encrypted key-value pairs stored on the platform. Use them for API keys, webhook signing secrets, and other sensitive values you cannot commit to your repository.
When you run edgespark secret set, secret values never go through your terminal, agent context, or third-party LLM APIs such as Anthropic, Google, or OpenAI. EdgeSpark opens a secure browser URL so the human owner can enter the secret value directly.
edgespark secret set STRIPE_SECRET_KEY OPENAI_API_KEY
The CLI returns a secure EdgeSpark project URL where a human owner enters the values in the browser. Secret values do not pass through the terminal, CLI output, agent context, or third-party LLM APIs.This workflow exists specifically to protect secrets from accidental exposure while still allowing an AI coding agent to do the rest of the setup work.List registered secret names with:
Secrets are environment-scoped. Today, new projects expose one default production environment, so you set and read secrets for that current environment.
Public staging support is coming soon. When it lands, staging and production will have separate secret stores. See platform limits for naming and quota constraints.