Skip to main content
Write-only credential store. Values are encrypted at rest and never returned via the API. Secrets are available in function context as context['secrets'] — only for shared pool (trusted) functions. Connectors resolve auth from secrets automatically. Visibility:
  • shared (default) — global, available to all users and connectors
  • private — per-user, only used when that user triggers a connector or function
Private secrets override shared secrets with the same name. This enables multi-tenant patterns: admin sets a shared HUBSPOT_API_KEY, individual users can override with their own private key. Endpoints:
Access at runtime (shared pool functions only):
YAML config: